Searched refs:usb_virt_bus (Results 1 – 9 of 9) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/ |
| A D | usb_gen_hcd.h | 92 struct usb_virt_bus self; /* hcd is-a bus */ 136 static inline struct usb_virt_bus *hcd_to_bus(struct hc_gen_dev *hcd) in hcd_to_bus() 141 static inline struct hc_gen_dev *bus_to_hcd(struct usb_virt_bus *bus) in bus_to_hcd() 210 void usb_hcd_start_port_resume(struct usb_virt_bus *bus, int portnum); 211 void usb_hcd_end_port_resume(struct usb_virt_bus *bus, int portnum); 223 void *hcd_ops_buffer_alloc(struct usb_virt_bus *bus, u32 size, u32 mem_flags, u32 *dma); 224 void hcd_ops_buffer_free(struct usb_virt_bus *bus, u32 size, u32 *addr, u32 *dma);
|
| A D | usb_virt_bus.c | 53 static struct usb_virt_bus my_usb_virt_bus; //super bus 450 memset(&my_usb_virt_bus, 0, sizeof(struct usb_virt_bus)); in usb_virt_bus_init() 495 memset(&my_usb_virt_bus, 0, sizeof(struct usb_virt_bus)); in usb_virt_bus_exit()
|
| A D | usb_gen_hcd.c | 60 void usb_hcd_start_port_resume(struct usb_virt_bus *bus, int portnum) in usb_hcd_start_port_resume() 73 void usb_hcd_end_port_resume(struct usb_virt_bus *bus, int portnum) in usb_hcd_end_port_resume() 253 static void usb_bus_init(struct usb_virt_bus *bus) in usb_bus_init() 1017 void *hcd_ops_buffer_alloc(struct usb_virt_bus *bus, in hcd_ops_buffer_alloc() 1048 void hcd_ops_buffer_free(struct usb_virt_bus *bus, in hcd_ops_buffer_free()
|
| A D | Makefile | 6 obj-y += usb_virt_bus.o \
|
| A D | usb_core_base.h | 15 …dev *usb_host_alloc_virt_dev(struct usb_host_virt_dev *parent, struct usb_virt_bus *bus, u32 port1…
|
| A D | usb_core_base.c | 74 …dev *usb_host_alloc_virt_dev(struct usb_host_virt_dev *parent, struct usb_virt_bus *bus, u32 port1) in usb_host_alloc_virt_dev()
|
| A D | usb_gen_hub.c | 166 struct usb_virt_bus *bus = udev->bus; in choose_address() 1545 void usb_enable_root_hub_irq(struct usb_virt_bus *bus) in usb_enable_root_hub_irq() 1557 void usb_root_hub_notify(struct usb_virt_bus *bus, u32 hub_event) in usb_root_hub_notify()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/ |
| A D | usb_host_common.h | 121 struct usb_virt_bus struct 194 struct usb_virt_bus *bus; /* 设备连接的那条总线 */
|
| /bsp/allwinner/libraries/sunxi-hal/hal/ |
| A D | list.txt | 68 source/usb/core/usb_virt_bus.c
|
Completed in 30 milliseconds