Home
last modified time | relevance | path

Searched defs:device_driver (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvDevice.h98 struct device_driver { struct
99 char name[DEVICE_NAME_SIZE];
100 struct bus_type * bus;
102 struct list_head bus_list; // driver's bus's drivers list, added by Pliauo
103 struct list_head devices; // driver's devices
105 int (*probe) (struct device_s * dev);
129 struct device_driver *driver; /* which driver has allocated this device */ argument
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvDevice.h93 struct device_driver { struct
94 char name[DEVICE_NAME_SIZE];
95 struct ms_bus_type * bus;
119 struct device_driver *driver; // this device allocated driver argument