Searched refs:started_list (Results 1 – 4 of 4) sorted by relevance
68 struct list_head started_list; /* after dim_enqueue_buffer() */ member201 list_move_tail(head->next, &hdm_ch->started_list); in try_start_dim_transfer()289 head = &hdm_ch->started_list; in service_done_flag()670 complete_all_mbos(&hdm_ch->started_list); in poison_channel()858 INIT_LIST_HEAD(&hdm_ch->started_list); in dim2_probe()
961 while (!list_empty(&dep->started_list)) { in dwc3_remove_requests()962 req = next_request(&dep->started_list); in dwc3_remove_requests()1157 if (!list_empty(&dep->started_list)) in dwc3_calc_trbs_left()1584 req = next_request(&dep->started_list); in __dwc3_gadget_kick_transfer()1763 list_empty(&dep->started_list)) { in __dwc3_gadget_start_isoc()1996 list_for_each_entry(r, &dep->started_list, list) { in dwc3_gadget_ep_dequeue()2053 started = !list_empty(&dep->started_list); in __dwc3_gadget_ep_set_halt()3023 INIT_LIST_HEAD(&dep->started_list); in dwc3_gadget_init_endpoint()3247 req = next_request(&dep->started_list); in dwc3_gadget_ep_should_continue()3275 list_empty(&dep->started_list) && in dwc3_gadget_endpoint_trbs_complete()[all …]
87 list_move_tail(&req->list, &dep->started_list); in dwc3_gadget_move_started_request()
708 struct list_head started_list; member
Completed in 22 milliseconds