Searched defs:device_driver (Results 1 – 2 of 2) sorted by relevance
98 struct device_driver { struct99 char name[DEVICE_NAME_SIZE];100 struct bus_type * bus;102 struct list_head bus_list; // driver's bus's drivers list, added by Pliauo103 struct list_head devices; // driver's devices105 int (*probe) (struct device_s * dev);129 struct device_driver *driver; /* which driver has allocated this device */ argument
93 struct device_driver { struct94 char name[DEVICE_NAME_SIZE];95 struct ms_bus_type * bus;119 struct device_driver *driver; // this device allocated driver argument