| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | bootrom.c | 38 enum next_request_type next_request; member 60 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() 249 enum next_request_type next_request; in gb_bootrom_get_firmware() local 302 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()
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | pf.c | 907 static inline void next_request(blk_status_t err) in next_request() function 935 next_request(BLK_STS_IOERR); in do_pf_read_start() 954 next_request(BLK_STS_IOERR); in do_pf_read_drq() 962 next_request(0); in do_pf_read_drq() 981 next_request(BLK_STS_IOERR); in do_pf_write_start() 994 next_request(BLK_STS_IOERR); in do_pf_write_start() 1014 next_request(BLK_STS_IOERR); in do_pf_write_done() 1018 next_request(0); in do_pf_write_done()
|
| H A D | Transition-notes | 26 * 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()
|
| H A D | pcd.c | 834 static inline void next_request(blk_status_t err) in next_request() function 879 next_request(BLK_STS_IOERR); in pcd_start() 894 next_request(0); in do_pcd_read() 913 next_request(BLK_STS_IOERR); in do_pcd_read_drq()
|
| /OK3568_Linux_fs/kernel/drivers/memstick/core/ |
| H A D | mspro_block.c | 527 card->next_request = msb->mrq_handler; in h_mspro_block_req_init() 602 card->next_request = h_mspro_block_default; in h_mspro_block_transfer_data() 617 card->next_request in h_mspro_block_transfer_data() 685 card->next_request = h_mspro_block_req_init; in h_mspro_block_setup_cmd() 790 card->next_request = h_mspro_block_default_bad; in mspro_block_complete_req() 860 card->next_request = h_mspro_block_req_init; in mspro_block_wait_for_ced() 880 card->next_request = h_mspro_block_req_init; in mspro_block_set_interface() 929 card->next_request = h_mspro_block_req_init; in mspro_block_switch_interface() 1150 card->next_request = h_mspro_block_req_init; in mspro_block_init_card()
|
| H A D | memstick.c | 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() 370 card->next_request = h_memstick_set_rw_addr; in memstick_set_rw_addr() 404 card->next_request = h_memstick_read_dev_id; in memstick_alloc_card()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_gadget.h | 82 static inline struct musb_request *next_request(struct musb_ep *ep) in next_request() function
|
| H A D | musb_core.h | 279 return next_request(&hw_ep->ep_in); in next_in_request() 284 return next_request(&hw_ep->ep_out); in next_out_request()
|
| H A D | musb_gadget.c | 497 req = next_request(musb_ep); in musb_g_tx() 587 req = musb_ep->desc ? next_request(musb_ep) : NULL; in musb_g_tx() 923 req = next_request(musb_ep); in musb_g_rx() 1013 req = next_request(musb_ep); in musb_g_rx() 1453 request = next_request(musb_ep); in musb_gadget_set_halt()
|
| H A D | musb_gadget_ep0.c | 286 request = next_request(musb_ep); in service_zero_data_request()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/dwc3/ |
| H A D | gadget.h | 63 static inline struct dwc3_request *next_request(struct list_head *list) in next_request() function
|
| H A D | ep0.c | 267 req = next_request(&dep->request_list); in dwc3_ep0_stall_and_restart() 792 r = next_request(&ep0->request_list); in dwc3_ep0_complete_data() 878 r = next_request(&dep->request_list); in dwc3_ep0_complete_status()
|
| H A D | gadget.c | 533 req = next_request(&dep->req_queued); in dwc3_remove_requests() 540 req = next_request(&dep->request_list); in dwc3_remove_requests() 888 req = next_request(&dep->req_queued); in __dwc3_gadget_kick_transfer() 895 req = next_request(&dep->req_queued); in __dwc3_gadget_kick_transfer() 1774 req = next_request(&dep->req_queued); in dwc3_cleanup_done_reqs()
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | musb_gadget.h | 101 static inline struct musb_request *next_request(struct musb_ep *ep) in next_request() function
|
| H A D | musb_core.h | 243 return next_request(&hw_ep->ep_in); in next_in_request() 248 return next_request(&hw_ep->ep_out); in next_out_request()
|
| H A D | musb_gadget.c | 417 req = next_request(musb_ep); in musb_g_tx() 501 req = musb_ep->desc ? next_request(musb_ep) : NULL; in musb_g_tx() 808 req = next_request(musb_ep); in musb_g_rx() 894 req = next_request(musb_ep); in musb_g_rx() 1353 request = next_request(musb_ep); in musb_gadget_set_halt()
|
| H A D | musb_gadget_ep0.c | 283 request = next_request(musb_ep); in service_zero_data_request()
|
| /OK3568_Linux_fs/kernel/drivers/usb/mtu3/ |
| H A D | mtu3_qmu.c | 428 mreq = next_request(mep); in qmu_tx_zlp_error_handler() 489 mreq = next_request(mep); in qmu_done_tx() 528 mreq = next_request(mep); in qmu_done_rx()
|
| H A D | mtu3.h | 383 static inline struct mtu3_request *next_request(struct mtu3_ep *mep) in next_request() function
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | gadget.h | 70 static inline struct dwc3_request *next_request(struct list_head *list) in next_request() function
|
| H A D | ep0.c | 238 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()
|
| H A D | gadget.c | 1125 req = next_request(&dep->started_list); in dwc3_remove_requests() 1131 req = next_request(&dep->pending_list); in dwc3_remove_requests() 1137 req = next_request(&dep->cancelled_list); in dwc3_remove_requests() 1757 req = next_request(&dep->started_list); in __dwc3_gadget_kick_transfer() 2160 req = next_request(&dep->cancelled_list); in dwc3_gadget_ep_cleanup_cancelled_requests() 3585 req = next_request(&dep->started_list); in dwc3_gadget_ep_cleanup_completed_requests() 3615 req = next_request(&dep->started_list); in dwc3_gadget_ep_should_continue()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | elevator.h | 51 struct request *(*next_request)(struct request_queue *, struct request *); member
|
| H A D | memstick.h | 261 int (*next_request)(struct memstick_dev *card, member
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | elevator.c | 422 if (e->type->ops.next_request) in elv_latter_request() 423 return e->type->ops.next_request(q, rq); in elv_latter_request()
|