Searched refs:next_request (Results 1 – 20 of 20) 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()613 card->next_request = h_mspro_block_req_init; in h_mspro_block_setup_cmd()716 card->next_request = h_mspro_block_default_bad; in mspro_block_complete_req()786 card->next_request = h_mspro_block_req_init; in mspro_block_wait_for_ced()806 card->next_request = h_mspro_block_req_init; in mspro_block_set_interface()855 card->next_request = h_mspro_block_req_init; in mspro_block_switch_interface()1076 card->next_request = h_mspro_block_req_init; in mspro_block_init_card()
233 if (host->card && host->card->next_request) in memstick_next_req()234 rc = host->card->next_request(host->card, mrq); in memstick_next_req()371 card->next_request = h_memstick_set_rw_addr; in memstick_set_rw_addr()405 card->next_request = h_memstick_read_dev_id; in memstick_alloc_card()
229 card->next_request = state_func; in msb_run_state_machine()244 msb->card->next_request = h_msb_default_bad; in msb_exit_state_machine()
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()
385 static inline struct mtu3_request *next_request(struct mtu3_ep *mep) in next_request() function
380 mreq = next_request(mep); in mtu3_gadget_ep_set_halt()
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()1352 request = next_request(musb_ep); in musb_gadget_set_halt()
283 request = next_request(musb_ep); in service_zero_data_request()
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
70 static inline struct dwc3_request *next_request(struct list_head *list) in next_request() function
242 req = next_request(&dep->pending_list); in dwc3_ep0_stall_and_restart()878 r = next_request(&ep0->pending_list); in dwc3_ep0_complete_data()931 r = next_request(&dep->pending_list); in dwc3_ep0_complete_status()
1035 req = next_request(&dep->started_list); in dwc3_remove_requests()1041 req = next_request(&dep->pending_list); in dwc3_remove_requests()1047 req = next_request(&dep->cancelled_list); in dwc3_remove_requests()1241 req = next_request(&dep->started_list); in dwc3_calc_trbs_left()1685 req = next_request(&dep->started_list); in __dwc3_gadget_kick_transfer()2087 req = next_request(&dep->cancelled_list); in dwc3_gadget_ep_cleanup_cancelled_requests()3647 req = next_request(&dep->started_list); in dwc3_gadget_ep_cleanup_completed_requests()3677 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()
Completed in 57 milliseconds