Searched refs:next_request (Results 1 – 16 of 16) sorted by relevance
38 enum next_request_type next_request; member60 switch (bootrom->next_request) { in gb_bootrom_timedout()75 dev_err(dev, "Invalid next-request: %u", bootrom->next_request); in gb_bootrom_timedout()92 bootrom->next_request = next; in gb_bootrom_set_timeout()248 enum next_request_type next_request; in gb_bootrom_get_firmware() local302 next_request = NEXT_REQ_READY_TO_BOOT; in gb_bootrom_get_firmware()304 next_request = NEXT_REQ_GET_FIRMWARE; in gb_bootrom_get_firmware()306 gb_bootrom_set_timeout(bootrom, next_request, NEXT_REQ_TIMEOUT_MS); in gb_bootrom_get_firmware()
455 card->next_request = msb->mrq_handler; in h_mspro_block_req_init()530 card->next_request = h_mspro_block_default; in h_mspro_block_transfer_data()545 card->next_request in h_mspro_block_transfer_data()612 card->next_request = h_mspro_block_req_init; in h_mspro_block_setup_cmd()715 card->next_request = h_mspro_block_default_bad; in mspro_block_complete_req()785 card->next_request = h_mspro_block_req_init; in mspro_block_wait_for_ced()805 card->next_request = h_mspro_block_req_init; in mspro_block_set_interface()854 card->next_request = h_mspro_block_req_init; in mspro_block_switch_interface()1075 card->next_request = h_mspro_block_req_init; in mspro_block_init_card()
436 mreq = next_request(mep); in qmu_tx_zlp_error_handler()485 mreq = next_request(mep); in qmu_error_rx()528 mreq = next_request(mep); in qmu_done_tx()567 mreq = next_request(mep); in qmu_done_rx()
393 static inline struct mtu3_request *next_request(struct mtu3_ep *mep) in next_request() function
18 #define next_ep0_request(mtu) next_request((mtu)->ep0)
101 static inline struct musb_request *next_request(struct musb_ep *ep) in next_request() function
243 return next_request(&hw_ep->ep_in); in next_in_request()248 return next_request(&hw_ep->ep_out); in next_out_request()
418 req = next_request(musb_ep); in musb_g_tx()502 req = musb_ep->desc ? next_request(musb_ep) : NULL; in musb_g_tx()809 req = next_request(musb_ep); in musb_g_rx()895 req = next_request(musb_ep); in musb_g_rx()1351 request = next_request(musb_ep); in musb_gadget_set_halt()
70 static inline struct dwc3_request *next_request(struct list_head *list) in next_request() function
243 req = next_request(&dep->pending_list); in dwc3_ep0_stall_and_restart()881 r = next_request(&ep0->pending_list); in dwc3_ep0_complete_data()934 r = next_request(&dep->pending_list); in dwc3_ep0_complete_status()
1042 req = next_request(&dep->started_list); in dwc3_remove_requests()1048 req = next_request(&dep->pending_list); in dwc3_remove_requests()1054 req = next_request(&dep->cancelled_list); in dwc3_remove_requests()1248 req = next_request(&dep->started_list); in dwc3_calc_trbs_left()1692 req = next_request(&dep->started_list); in __dwc3_gadget_kick_transfer()2098 req = next_request(&dep->cancelled_list); in dwc3_gadget_ep_cleanup_cancelled_requests()3659 req = next_request(&dep->started_list); in dwc3_gadget_ep_cleanup_completed_requests()3689 req = next_request(&dep->started_list); in dwc3_gadget_ep_should_continue()
279 struct uds_request *next_request;
344 request->next_request = NULL; in enqueue_read()349 queue_entry->last_request->next_request = request; in enqueue_read()593 request = request->next_request; in process_entry()608 next = request->next_request; in release_queued_requests()
24 preq = next_request(&pep->pending_list); in cdnsp_ep0_stall()456 req = next_request(&pdev->eps[0].pending_list); in cdnsp_setup_analyze()
1070 preq = next_request(&pep->pending_list); in cdnsp_gadget_ep_disable()1195 preq = next_request(&pep->pending_list); in cdnsp_gadget_ep_set_halt()1467 req = next_request(&pdev->eps[0].pending_list); in cdnsp_stop()
1603 static inline struct cdnsp_request *next_request(struct list_head *list) in next_request() function