Searched refs:list_next (Results 1 – 3 of 3) sorted by relevance
69 struct usb_list_head *list_next = NULL; in list_head_ext_remov_node_from_list() local93 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() local201 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() local272 list_next = NULL; in list_destroy_whole_list()278 list_next = list_now->next; in list_destroy_whole_list()[all …]
60 #define usb_list_for_each_entry(list_head, list_next, data) \ argument61 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)
321 struct usb_list_head *list_next = NULL; in usbh_disk_GetDeviceInfo() local336 list_next = list_now->next; in usbh_disk_GetDeviceInfo()349 list_now = list_next; in usbh_disk_GetDeviceInfo()
Completed in 11 milliseconds