Home
last modified time | relevance | path

Searched refs:usb_virt_bus (Results 1 – 9 of 9) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_gen_hcd.h92 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 Dusb_virt_bus.c53 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 Dusb_gen_hcd.c60 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 DMakefile6 obj-y += usb_virt_bus.o \
A Dusb_core_base.h15 …dev *usb_host_alloc_virt_dev(struct usb_host_virt_dev *parent, struct usb_virt_bus *bus, u32 port1…
A Dusb_core_base.c74 …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 Dusb_gen_hub.c166 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 Dusb_host_common.h121 struct usb_virt_bus struct
194 struct usb_virt_bus *bus; /* 设备连接的那条总线 */
/bsp/allwinner/libraries/sunxi-hal/hal/
A Dlist.txt68 source/usb/core/usb_virt_bus.c

Completed in 30 milliseconds