Lines Matching refs:ep_list
132 struct list_head ep_list; /* list of EP's with work */ member
167 struct list_head ep_list; member
676 list_for_each(pos, &max3421_hcd->ep_list) { in max3421_select_and_start_urb()
679 ep_list); in max3421_select_and_start_urb()
751 list_move_tail(pos, &max3421_hcd->ep_list); in max3421_select_and_start_urb()
808 list_for_each(pos, &max3421_hcd->ep_list) { in max3421_check_unlink()
809 max3421_ep = container_of(pos, struct max3421_ep, ep_list); in max3421_check_unlink()
1194 list_for_each(pos, &max3421_hcd->ep_list) { in dump_eps()
1195 max3421_ep = container_of(pos, struct max3421_ep, ep_list); in dump_eps()
1511 INIT_LIST_HEAD(&max3421_hcd->ep_list); in max3421_start()
1560 list_add_tail(&max3421_ep->ep_list, &max3421_hcd->ep_list); in max3421_urb_enqueue()
1609 if (!list_empty(&max3421_ep->ep_list)) in max3421_endpoint_disable()
1610 list_del(&max3421_ep->ep_list); in max3421_endpoint_disable()
1862 INIT_LIST_HEAD(&max3421_hcd->ep_list); in max3421_probe()