Home
last modified time | relevance | path

Searched refs:started_list (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dgadget.c764 while (!list_empty(&dep->started_list)) { in dwc3_remove_requests()
765 req = next_request(&dep->started_list); in dwc3_remove_requests()
957 * If there is any request remained in the started_list at in dwc3_calc_trbs_left()
960 if (!list_empty(&dep->started_list)) in dwc3_calc_trbs_left()
1305 list_for_each_entry(req, &dep->started_list, list) { in dwc3_prepare_trbs()
1388 req = next_request(&dep->started_list); in __dwc3_gadget_kick_transfer()
1420 list_for_each_entry_safe(req, tmp, &dep->started_list, list) in __dwc3_gadget_kick_transfer()
1605 list_empty(&dep->started_list)) { in __dwc3_gadget_start_isoc()
1810 list_for_each_entry(r, &dep->started_list, list) { in dwc3_gadget_ep_dequeue()
1821 list_for_each_entry_safe(r, t, &dep->started_list, lis in dwc3_gadget_ep_dequeue()
[all...]
H A Dgadget.h76 * dwc3_gadget_move_started_request - move @req to the started_list
80 * current list to the endpoint's started_list.
87 list_move_tail(&req->list, &dep->started_list); in dwc3_gadget_move_started_request()
H A Dcore.h665 * @started_list: list of started requests on this endpoint
691 struct list_head started_list; member
/kernel/linux/linux-5.10/drivers/staging/most/dim2/
H A Ddim2.c56 * @started_list: list to keep MBO's after starting transfer
66 struct list_head started_list; /* after dim_enqueue_buffer() */ member
198 list_move_tail(head->next, &hdm_ch->started_list); in try_start_dim_transfer()
286 head = &hdm_ch->started_list; in service_done_flag()
637 * Destroy a channel and complete all the buffers in both started_list &
666 complete_all_mbos(&hdm_ch->started_list); in poison_channel()
847 INIT_LIST_HEAD(&hdm_ch->started_list); in dim2_probe()
/kernel/linux/linux-6.6/drivers/staging/most/dim2/
H A Ddim2.c55 * @started_list: list to keep MBO's after starting transfer
65 struct list_head started_list; /* after dim_enqueue_buffer() */ member
201 list_move_tail(head->next, &hdm_ch->started_list); in try_start_dim_transfer()
289 head = &hdm_ch->started_list; in service_done_flag()
635 * Destroy a channel and complete all the buffers in both started_list &
662 complete_all_mbos(&hdm_ch->started_list); in poison_channel()
849 INIT_LIST_HEAD(&hdm_ch->started_list); in dim2_probe()
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dgadget.c1001 while (!list_empty(&dep->started_list)) { in dwc3_remove_requests()
1002 req = next_request(&dep->started_list); in dwc3_remove_requests()
1203 * If there is any request remained in the started_list at in dwc3_calc_trbs_left()
1206 if (!list_empty(&dep->started_list)) in dwc3_calc_trbs_left()
1490 list_for_each_entry(r, &dep->started_list, list) { in dwc3_prepare_trbs_sg()
1566 list_for_each_entry(req, &dep->started_list, list) { in dwc3_prepare_trbs()
1651 req = next_request(&dep->started_list); in __dwc3_gadget_kick_transfer()
1683 list_for_each_entry_safe(req, tmp, &dep->started_list, list) in __dwc3_gadget_kick_transfer()
1880 list_empty(&dep->started_list)) { in __dwc3_gadget_start_isoc()
2111 * requests are never added to started_list in dwc3_gadget_ep_dequeue()
[all...]
H A Dgadget.h76 * dwc3_gadget_move_started_request - move @req to the started_list
80 * current list to the endpoint's started_list.
87 list_move_tail(&req->list, &dep->started_list); in dwc3_gadget_move_started_request()
H A Dcore.h703 * @started_list: list of started requests on this endpoint
729 struct list_head started_list; member

Completed in 17 milliseconds