Home
last modified time | relevance | path

Searched refs:next_request (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/block/paride/
Dpf.c842 static inline void next_request(int err) in next_request() function
870 next_request(-EIO); in do_pf_read_start()
889 next_request(-EIO); in do_pf_read_drq()
897 next_request(0); in do_pf_read_drq()
916 next_request(-EIO); in do_pf_write_start()
929 next_request(-EIO); in do_pf_write_start()
949 next_request(-EIO); in do_pf_write_done()
953 next_request(0); in do_pf_write_done()
DTransition-notes26 * in next_request(): to call of do_pd_request1()
28 * in do_pd_read_start(): to calls of pi_do_claimed(), next_request()
30 * in do_pd_read_drq(): to calls of pi_do_claimed() and next_request()
32 * in do_pd_write_start(): to calls of pi_do_claimed(), next_request()
34 * in do_pd_write_done(): to calls of pi_do_claimed() and next_request()
61 a) do_pd_request1() can be called from next_request() or do_pd_request()
Dpcd.c769 static inline void next_request(int err) in next_request() function
812 next_request(-EIO); in pcd_start()
827 next_request(0); in do_pcd_read()
846 next_request(-EIO); in do_pcd_read_drq()
/linux-4.4.14/drivers/memstick/core/
Dmemstick.c236 if (host->card && host->card->next_request) in memstick_next_req()
237 rc = host->card->next_request(host->card, mrq); in memstick_next_req()
373 card->next_request = h_memstick_set_rw_addr; in memstick_set_rw_addr()
407 card->next_request = h_memstick_read_dev_id; in memstick_alloc_card()
Dmspro_block.c531 card->next_request = msb->mrq_handler; in h_mspro_block_req_init()
606 card->next_request = h_mspro_block_default; in h_mspro_block_transfer_data()
621 card->next_request in h_mspro_block_transfer_data()
689 card->next_request = h_mspro_block_req_init; in h_mspro_block_setup_cmd()
792 card->next_request = h_mspro_block_default_bad; in mspro_block_complete_req()
870 card->next_request = h_mspro_block_req_init; in mspro_block_wait_for_ced()
890 card->next_request = h_mspro_block_req_init; in mspro_block_set_interface()
939 card->next_request = h_mspro_block_req_init; in mspro_block_switch_interface()
1161 card->next_request = h_mspro_block_req_init; in mspro_block_init_card()
Dms_block.c233 card->next_request = state_func; in msb_run_state_machine()
248 msb->card->next_request = h_msb_default_bad; in msb_exit_state_machine()
/linux-4.4.14/drivers/usb/dwc3/
Dgadget.h63 static inline struct dwc3_request *next_request(struct list_head *list) in next_request() function
Dep0.c278 req = next_request(&dep->request_list); in dwc3_ep0_stall_and_restart()
809 r = next_request(&ep0->request_list); in dwc3_ep0_complete_data()
896 r = next_request(&dep->request_list); in dwc3_ep0_complete_status()
Dgadget.c618 req = next_request(&dep->req_queued); in dwc3_remove_requests()
625 req = next_request(&dep->request_list); in dwc3_remove_requests()
999 req = next_request(&dep->req_queued); in __dwc3_gadget_kick_transfer()
1006 req = next_request(&dep->req_queued); in __dwc3_gadget_kick_transfer()
1925 req = next_request(&dep->req_queued); in dwc3_cleanup_done_reqs()
/linux-4.4.14/drivers/usb/musb/
Dmusb_gadget.h132 static inline struct musb_request *next_request(struct musb_ep *ep) in next_request() function
Dmusb_core.h267 return next_request(&hw_ep->ep_in); in next_in_request()
272 return next_request(&hw_ep->ep_out); in next_out_request()
Dmusb_gadget.c451 req = next_request(musb_ep); in musb_g_tx()
545 req = musb_ep->desc ? next_request(musb_ep) : NULL; in musb_g_tx()
849 req = next_request(musb_ep); in musb_g_rx()
939 req = next_request(musb_ep); in musb_g_rx()
1378 request = next_request(musb_ep); in musb_gadget_set_halt()
Dmusb_gadget_ep0.c304 request = next_request(musb_ep); in service_zero_data_request()
/linux-4.4.14/include/linux/
Dmemstick.h265 int (*next_request)(struct memstick_dev *card, member