Searched defs:device_driver (Results 1 – 1 of 1) sorted by relevance
65 struct device_driver { struct66 const CHAR *name;67 struct bus_type *bus;68 INT32 (*probe)(struct device *dev);69 INT32 (*remove)(struct device *dev);70 VOID (*shutdown)(struct device *dev);94 INT32 (*match)(struct device *dev, struct device_driver *drv); argument