Home
last modified time | relevance | path

Searched refs:usb_list_head (Results 1 – 10 of 10) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb_list.h35 struct usb_list_head struct
37 struct usb_list_head *next; argument
38 struct usb_list_head *prev; argument
46 struct usb_list_head name = __USB_LIST_HEAD_INIT(name) argument
79 static inline void usb_list_add(struct usb_list_head *node, struct usb_list_head *head) in usb_list_add()
85 static inline void usb_list_add_tail(struct usb_list_head *node, struct usb_list_head *head) in usb_list_add_tail()
93 static inline void __usb_list_del(struct usb_list_head *prev, struct usb_list_head *next) in __usb_list_del()
133 static struct usb_list_head *_list_head_malloc_init(void) in _list_head_malloc_init()
135 struct usb_list_head *list = NULL; in _list_head_malloc_init()
138 list = hal_malloc(sizeof(struct usb_list_head)); in _list_head_malloc_init()
[all …]
A Dlist_head_ext.c65 struct usb_list_head *list_header_input) in list_head_ext_remov_node_from_list()
67 struct usb_list_head *list_start = NULL; in list_head_ext_remov_node_from_list()
68 struct usb_list_head *list_now = NULL; in list_head_ext_remov_node_from_list()
69 struct usb_list_head *list_next = NULL; in list_head_ext_remov_node_from_list()
130 struct usb_list_head *list_start = NULL; in list_node_exist()
131 struct usb_list_head *list_now = NULL; in list_node_exist()
181 struct usb_list_head *list_now = NULL; in list_del_node_by_data()
182 struct usb_list_head *list_next = NULL; in list_del_node_by_data()
251 s32 list_destroy_whole_list(struct usb_list_head *list) in list_destroy_whole_list()
253 struct usb_list_head *list_now = NULL; in list_destroy_whole_list()
[all …]
A Dlist_head_ext.h47 struct usb_list_head * list_head_ext_start_ = NULL; \
48 struct usb_list_head * list_head_ext_now_ = NULL ;
57 int32_t list_node_exist(void *data, struct usb_list_head *list_head);
58 int32_t list_del_node_by_data(void *data, struct usb_list_head *list);
59 int32_t list_destroy_whole_list(struct usb_list_head *list);
60 int list_head_ext_remov_node_from_list(void *node_data, struct usb_list_head *list_header_input);
A Dusb_host_common.h123 struct usb_list_head dev_list; //设备list
124 struct usb_list_head drv_list; //驱动list
230 struct usb_list_head virt_dev_list; /* 与本驱动关联的virt_dev */
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_virt_bus.c108 struct usb_list_head *list_start = NULL; in usb_virt_bus_drv_reg()
109 struct usb_list_head *list_now = NULL; in usb_virt_bus_drv_reg()
206 struct usb_list_head *list_start = NULL; in usb_virt_bus_drv_unreg()
207 struct usb_list_head *list_now = NULL; in usb_virt_bus_drv_unreg()
323 struct usb_list_head *list_start = NULL; in usb_virt_bus_dev_add()
324 struct usb_list_head *list_now = NULL; in usb_virt_bus_dev_add()
A Dusb_gen_hub_base.h14 static struct usb_list_head hub_event_list;
A Dusb_gen_hub.c58 static struct usb_list_head hub_event_list;
1571 struct usb_list_head *tmp = NULL; in hub_events()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Misc/
A Dusbh_disk_info.c319 struct usb_list_head *head = NULL; in usbh_disk_GetDeviceInfo()
320 struct usb_list_head *list_now = NULL; in usbh_disk_GetDeviceInfo()
321 struct usb_list_head *list_next = NULL; in usbh_disk_GetDeviceInfo()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/include/
A Dusbh_disk_info.h43 struct usb_list_head device_list;
A Dusb_msc_i.h89 struct usb_list_head cmd_list; /* 命令队列 */

Completed in 30 milliseconds