Home
last modified time | relevance | path

Searched refs:bus_type (Results 1 – 12 of 12) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvDevice.h100 struct bus_type * bus;
128 struct bus_type * bus; /* type of bus device is on */
217 struct bus_type { struct
246 extern int bus_register(struct bus_type * bus); argument
250 extern void bus_unregister(struct bus_type * bus);
H A DdrvCPE_AMBA.h103 extern struct bus_type CPE_AMBA_bus_type;
104 extern struct bus_type CPE_AMBA_bus_type_Port2;
105 extern struct bus_type CPE_AMBA_bus_type_EX;
H A DdrvUSB.h379 extern struct bus_type usb_bus_type;
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvBus.c114 if (ms_gdev->bus_type->match_func(ms_gdev,ms_drv)) in ms_bus_match()
142 struct ms_bus_type * ms_bus = ms_gdev->bus_type; in ms_device_attach()
248 if (ms_gdev->bus_type) in ms_bus_add_device()
251 ms_insert_list_before(&ms_gdev->bus_list,&ms_gdev->bus_type->devices_list); in ms_bus_add_device()
266 if (ms_gdev->bus_type) in ms_bus_remove_device()
H A DdrvUSB.c601 pUdev->dev.bus_type = &usb_bus_type; in ms_usb_new_device()
791 iface->dev.bus_type = &usb_bus_type; in ms_usb_new_device()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvBus.c121 struct bus_type * bus = dev->bus; in device_attach()
147 struct bus_type * bus = drv->bus; in driver_attach()
221 struct bus_type * bus = drv->bus; in bus_add_driver()
245 int bus_register(struct bus_type * bus) in bus_register()
253 void bus_unregister(struct bus_type * bus) in bus_unregister()
H A DdrvAMBA.c97 struct bus_type CPE_AMBA_bus_type = {
116 struct bus_type CPE_AMBA_bus_type_Port2 = {
140 struct bus_type CPE_AMBA_bus_type_EX = {
H A DdrvKernel.c87 extern struct bus_type usb_bus_type;
H A DdrvEhciHcd_2.c137 extern struct bus_type CPE_AMBA_bus_type_Port2;
H A DdrvUSB.c4297 struct bus_type usb_bus_type = {
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvDevice.h118 struct ms_bus_type * bus_type; // type of device bus member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Di2o-dev.h181 __u32 bus_type:8; member