Linux Kernel
3.7.1
|
#include <linux/mutex.h>
Go to the source code of this file.
Typedefs | |
typedef struct kobject * | kobj_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 kobject * | kobj_lookup (struct kobj_map *, dev_t, int *) |
struct kobj_map * | kobj_map_init (kobj_probe_t *, struct mutex *) |
Definition at line 10 of file kobj_map.h.
|
read |