Home
last modified time | relevance | path

Searched refs:list_next (Results 1 – 3 of 3) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dlist_head_ext.c69 struct usb_list_head *list_next = NULL; in list_head_ext_remov_node_from_list() local
93 list_next = list_now->next; in list_head_ext_remov_node_from_list()
104 list_now = list_next; in list_head_ext_remov_node_from_list()
182 struct usb_list_head *list_next = NULL; in list_del_node_by_data() local
201 list_next = NULL; in list_del_node_by_data()
206 list_next = list_now->next; in list_del_node_by_data()
219 list_now = list_next; in list_del_node_by_data()
254 struct usb_list_head *list_next = NULL; in list_destroy_whole_list() local
272 list_next = NULL; in list_destroy_whole_list()
278 list_next = list_now->next; in list_destroy_whole_list()
[all …]
A Dusb_list.h60 #define usb_list_for_each_entry(list_head, list_next, data) \ argument
61 for((list_next) = (list_head)->next, (data) = list_next->data; \
62 (list_next) != (list_head); \
63 (list_next) = (list_head)->next, (data) = list_next->data)
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Misc/
A Dusbh_disk_info.c321 struct usb_list_head *list_next = NULL; in usbh_disk_GetDeviceInfo() local
336 list_next = list_now->next; in usbh_disk_GetDeviceInfo()
349 list_now = list_next; in usbh_disk_GetDeviceInfo()

Completed in 11 milliseconds