Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-ep0.c95 preq = cdns2_next_preq(&pep->pending_list); in cdns2_ep0_stall()
112 preq = cdns2_next_preq(&pep->pending_list); in cdns2_status_stage()
419 preq = cdns2_next_preq(&pep->pending_list); in cdns2_handle_setup_packet()
467 preq = cdns2_next_preq(&pep->pending_list); in cdns2_transfer_completed()
628 preq = cdns2_next_preq(&pep->pending_list); in cdns2_ep0_config()
H A Dcdns2-gadget.c85 struct cdns2_request *cdns2_next_preq(struct list_head *list) in cdns2_next_preq() function
828 preq = cdns2_next_preq(&pep->deferred_list); in cdns2_start_all_request()
979 preq = cdns2_next_preq(&pep->pending_list); in cdns2_transfer_completed()
1651 preq = cdns2_next_preq(&pep->pending_list); in cdns2_gadget_ep_disable()
1656 preq = cdns2_next_preq(&pep->deferred_list); in cdns2_gadget_ep_disable()
1813 preq = cdns2_next_preq(&pep->pending_list); in cdns2_gadget_ep_dequeue()
1844 preq = cdns2_next_preq(&pep->pending_list); in cdns2_halt_endpoint()
1895 preq = cdns2_next_preq(&pep->pending_list); in cdns2_gadget_ep_set_halt()
H A Dcdns2-gadget.h686 struct cdns2_request *cdns2_next_preq(struct list_head *list);