Searched refs:usb_bus (Results 1 – 13 of 13) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvHCD.h | 105 struct usb_bus self; 177 struct usb_bus *bus; 192 static __inline__ struct usb_bus *hcd_to_bus (struct usb_hcd *hcd) in hcd_to_bus() 218 void *(*buffer_alloc)(struct usb_bus *bus, size_t size, 221 void (*buffer_free)(struct usb_bus *bus, size_t size, 301 extern void usb_bus_init (struct usb_bus *bus); 348 void *hcd_buffer_alloc (struct usb_bus *bus, size_t size, 350 void hcd_buffer_free (struct usb_bus *bus, size_t size, 535 extern struct usb_bus *usb_alloc_bus (struct usb_operations *); 537 extern int usb_register_bus (struct usb_bus *); [all …]
|
| H A D | drvHCD.c | 969 struct usb_bus *usb_bus_get (struct usb_bus *bus) in usb_bus_get() 978 void usb_bus_put (struct usb_bus *bus) in usb_bus_put() 1001 void usb_bus_init (struct usb_bus *bus) in usb_bus_init() 1049 struct usb_bus *usb_alloc_bus (struct usb_operations *op) in usb_alloc_bus() 1051 struct usb_bus *bus; in usb_alloc_bus() 1053 bus = (struct usb_bus*) kmalloc (sizeof *bus, GFP_KERNEL); in usb_alloc_bus() 1056 memset(bus, 0, sizeof(struct usb_bus)); in usb_alloc_bus() 1093 int usb_register_bus(struct usb_bus *bus) in usb_register_bus() 1128 void usb_deregister_bus (struct usb_bus *bus) in usb_deregister_bus() 2213 struct usb_bus *bus; in usb_register_otg_to_bus() [all …]
|
| H A D | drvUSB.c | 2584 struct usb_device *usb_alloc_dev(struct usb_device *parent, struct usb_bus *bus) in usb_alloc_dev() 2857 struct usb_bus *bus; in usb_find_device() 2867 bus = (struct usb_bus *)( (char *)mptr - (char *)offsetof( struct usb_bus, bus_list) ); in usb_find_device() 3007 struct usb_bus *bus; in usb_disconnect() 4023 struct usb_bus *bus; in usb_buffer_map() 4123 struct usb_bus *bus; in usb_buffer_dmasync() 4218 struct usb_bus *bus; in usb_buffer_unmap()
|
| H A D | drvHcdBuf.c | 147 struct usb_bus *bus, in hcd_buffer_alloc() 164 struct usb_bus *bus, in hcd_buffer_free()
|
| H A D | drvEHCIDBG.cpp | 648 static ssize_t show_async (struct usb_bus *bus, char *buf) in show_async() 698 static ssize_t show_periodic (struct usb_bus *bus, char *buf) in show_periodic() 934 show_registers (struct usb_bus *bus, char *buf) in show_registers()
|
| H A D | drvEhciHcd.c | 6849 struct usb_bus *bus; in ehci_start()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvUsbd.h | 99 struct usb_bus self; 188 extern void ms_usb_bus_init (struct usb_bus *bus); 194 void *ms_hcd_buffer_alloc (struct usb_bus *bus, size_t size, 196 void ms_hcd_buffer_free (struct usb_bus *bus, size_t size, 260 extern int ms_usb_register_bus (struct usb_bus *); 261 extern void ms_usb_deregister_bus (struct usb_bus *);
|
| H A D | drvHcdBuf.c | 168 struct usb_bus *bus, in ms_hcd_buffer_alloc() 196 struct usb_bus *bus, in ms_hcd_buffer_free()
|
| H A D | drvUsbd.c | 786 void ms_usb_bus_init (struct usb_bus *bus) in ms_usb_bus_init() 800 int ms_usb_register_bus(struct usb_bus *pBus) in ms_usb_register_bus() 828 void ms_usb_deregister_bus (struct usb_bus *pBus) in ms_usb_deregister_bus()
|
| H A D | drvUSB.c | 396 struct usb_device *ms_usb_alloc_dev(struct usb_device *parent, struct usb_bus *bus) in ms_usb_alloc_dev()
|
| H A D | drvEhciHcd.c | 2347 struct usb_bus *pBus; in ms_ehci_begin() 2443 pBus = (struct usb_bus *)(&hcd->self); in ms_ehci_begin()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvUSBHost.h | 148 struct usb_bus { struct 160 void (*release)(struct usb_bus *bus); argument 183 struct usb_bus *bus; 225 extern struct usb_device *ms_usb_alloc_dev(struct usb_device *parent, struct usb_bus *bus);
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvUSB.h | 170 struct usb_bus { struct 188 void (*release)(struct usb_bus *bus); argument 222 struct usb_bus *bus; 268 extern struct usb_device *usb_alloc_dev(struct usb_device *parent, struct usb_bus *bus);
|