Home
last modified time | relevance | path

Searched refs:device_driver (Results 1 – 11 of 11) sorted by relevance

/external/kernel-headers/original/linux/
Ddevice.h31 struct device_driver;
48 int (*match)(struct device * dev, struct device_driver * drv);
70 int bus_for_each_drv(struct bus_type * bus, struct device_driver * start,
71 void * data, int (*fn)(struct device_driver *, void *));
88 struct device_driver { struct
107 extern int driver_register(struct device_driver * drv); argument
108 extern void driver_unregister(struct device_driver * drv);
110 extern struct device_driver * get_driver(struct device_driver * drv);
111 extern void put_driver(struct device_driver * drv);
112 extern struct device_driver *driver_find(const char *name, struct bus_type *bus);
[all …]
Dmodule.h468 struct device_driver;
469 void module_add_driver(struct module *, struct device_driver *);
470 void module_remove_driver(struct device_driver *);
569 struct device_driver;
572 static inline void module_add_driver(struct module *module, struct device_driver *driver) in module_add_driver()
576 static inline void module_remove_driver(struct device_driver *driver) in module_remove_driver()
Dplatform_device.h53 struct device_driver driver;
Dmca.h97 struct device_driver driver;
Dserio.h70 struct device_driver driver;
Di2c.h41 extern struct device_driver i2c_adapter_driver;
142 struct device_driver driver;
Dhid.h643 struct device_driver driver;
Dpnp.h300 struct device_driver driver;
Dusb.h609 struct device_driver driver;
Dpci.h354 struct device_driver driver;
/external/kernel-headers/original/linux/mmc/
Dcard.h96 struct device_driver drv;