Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb_host_common.h121 struct usb_virt_bus struct
123 struct usb_list_head dev_list; //设备list
124 struct usb_list_head drv_list; //驱动list
126 struct hc_gen_dev *point_gen_hcd; //指向hc_gen_dev
128 int busnum; /* bus的编号,只要不冲突即可 */
130 uint8_t otg_port; /* otg端口数目 */
135 uint32_t devnum_next; /* 下一个dev的地址 */
137 struct usb_devmap devmap; /* 地址占用bitmap */
145 int32_t bandwidth_allocated;
153 int32_t(*bus_resume)(struct usb_host_virt_dev *dev);
[all …]

Completed in 36 milliseconds