Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Typedefs | Functions
kobj_map.h File Reference
#include <linux/mutex.h>

Go to the source code of this file.

Typedefs

typedef struct kobjectkobj_probe_t (dev_t, int *, void *)
 

Functions

int kobj_map (struct kobj_map *, dev_t, unsigned long, struct module *, kobj_probe_t *, int(*)(dev_t, void *), void *)
 
void kobj_unmap (struct kobj_map *, dev_t, unsigned long)
 
struct kobjectkobj_lookup (struct kobj_map *, dev_t, int *)
 
struct kobj_mapkobj_map_init (kobj_probe_t *, struct mutex *)
 

Typedef Documentation

typedef struct kobject* kobj_probe_t(dev_t, int *, void *)
read

Definition at line 10 of file kobj_map.h.

Function Documentation

struct kobject* kobj_lookup ( struct kobj_map ,
dev_t  ,
int  
)
read

Definition at line 96 of file map.c.

int kobj_map ( struct kobj_map ,
dev_t  ,
unsigned  long,
struct module ,
kobj_probe_t ,
int(*)(dev_t, void *)  ,
void  
)

Definition at line 32 of file map.c.

struct kobj_map* kobj_map_init ( kobj_probe_t ,
struct mutex  
)
read

Definition at line 136 of file map.c.

void kobj_unmap ( struct kobj_map ,
dev_t  ,
unsigned  long 
)

Definition at line 69 of file map.c.