Lines Matching refs:device_driver
5 See the kerneldoc for the struct device_driver.
13 device_driver represents the driver as a whole (not a particular
27 As stated above, struct device_driver objects are statically
32 static struct device_driver eepro100_driver = {
52 Bus-specific drivers should include a generic struct device_driver in
57 struct device_driver driver;
83 int driver_register(struct device_driver *drv);
88 struct device_driver object.
95 struct device_driver object, including the reference count and the
121 int driver_for_each_dev(struct device_driver *drv, void *data,
202 ssize_t (*show)(struct device_driver *driver, char *buf);
203 ssize_t (*store)(struct device_driver *, const char *buf, size_t count);
222 int driver_create_file(struct device_driver *, const struct driver_attribute *);
223 void driver_remove_file(struct device_driver *, const struct driver_attribute *);