/openbmc/linux/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()
|
/openbmc/linux/drivers/memstick/core/ |
H A D | mspro_block.c | 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() 718 card->next_request = h_mspro_block_default_bad; in mspro_block_complete_req() 788 card->next_request = h_mspro_block_req_init; in mspro_block_wait_for_ced() 808 card->next_request = h_mspro_block_req_init; in mspro_block_set_interface() 857 card->next_request = h_mspro_block_req_init; in mspro_block_switch_interface() 1078 card->next_request = h_mspro_block_req_init; in mspro_block_init_card()
|
H A D | memstick.c | 232 if (host->card && host->card->next_request) in memstick_next_req() 233 rc = host->card->next_request(host->card, mrq); in memstick_next_req() 368 card->next_request = h_memstick_set_rw_addr; in memstick_set_rw_addr() 402 card->next_request = h_memstick_read_dev_id; in memstick_alloc_card()
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_gadget.h | 81 static inline struct musb_request *next_request(struct musb_ep *ep) in next_request() function
|
H A D | musb_core.h | 282 return next_request(&hw_ep->ep_in); in next_in_request() 287 return next_request(&hw_ep->ep_out); in next_out_request()
|
H A D | musb_gadget.c | 496 req = next_request(musb_ep); in musb_g_tx() 586 req = musb_ep->desc ? next_request(musb_ep) : NULL; in musb_g_tx() 922 req = next_request(musb_ep); in musb_g_rx() 1012 req = next_request(musb_ep); in musb_g_rx() 1452 request = next_request(musb_ep); in musb_gadget_set_halt()
|
H A D | musb_gadget_ep0.c | 285 request = next_request(musb_ep); in service_zero_data_request()
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | gadget.h | 62 static inline struct dwc3_request *next_request(struct list_head *list) in next_request() function
|
H A D | ep0.c | 266 req = next_request(&dep->request_list); in dwc3_ep0_stall_and_restart() 788 r = next_request(&ep0->request_list); in dwc3_ep0_complete_data() 874 r = next_request(&dep->request_list); in dwc3_ep0_complete_status()
|
H A D | gadget.c | 531 req = next_request(&dep->req_queued); in dwc3_remove_requests() 538 req = next_request(&dep->request_list); in dwc3_remove_requests() 874 req = next_request(&dep->req_queued); in __dwc3_gadget_kick_transfer() 881 req = next_request(&dep->req_queued); in __dwc3_gadget_kick_transfer() 1757 req = next_request(&dep->req_queued); in dwc3_cleanup_done_reqs()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/usb/mtu3/ |
H A D | mtu3_qmu.c | 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()
|
H A D | mtu3.h | 385 static inline struct mtu3_request *next_request(struct mtu3_ep *mep) in next_request() function
|
H A D | mtu3_gadget.c | 379 mreq = next_request(mep); in mtu3_gadget_ep_set_halt()
|
/openbmc/linux/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 | 240 req = next_request(&dep->pending_list); in dwc3_ep0_stall_and_restart() 875 r = next_request(&ep0->pending_list); in dwc3_ep0_complete_data() 928 r = next_request(&dep->pending_list); in dwc3_ep0_complete_status()
|
H A D | gadget.c | 999 req = next_request(&dep->started_list); in dwc3_remove_requests() 1005 req = next_request(&dep->pending_list); in dwc3_remove_requests() 1011 req = next_request(&dep->cancelled_list); in dwc3_remove_requests() 1648 req = next_request(&dep->started_list); in __dwc3_gadget_kick_transfer() 2050 req = next_request(&dep->cancelled_list); in dwc3_gadget_ep_cleanup_cancelled_requests() 3535 req = next_request(&dep->started_list); in dwc3_gadget_ep_cleanup_completed_requests() 3565 req = next_request(&dep->started_list); in dwc3_gadget_ep_should_continue()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-ep0.c | 24 preq = next_request(&pep->pending_list); in cdnsp_ep0_stall() 444 req = next_request(&pdev->eps[0].pending_list); in cdnsp_setup_analyze()
|
H A D | cdnsp-gadget.c | 1034 preq = next_request(&pep->pending_list); in cdnsp_gadget_ep_disable() 1159 preq = next_request(&pep->pending_list); in cdnsp_gadget_ep_set_halt() 1433 req = next_request(&pdev->eps[0].pending_list); in cdnsp_stop()
|
/openbmc/linux/block/ |
H A D | elevator.h | 48 struct request *(*next_request)(struct request_queue *, struct request *); member
|
H A D | elevator.c | 400 if (e->type->ops.next_request) in elv_latter_request() 401 return e->type->ops.next_request(q, rq); in elv_latter_request()
|
/openbmc/linux/include/linux/ |
H A D | memstick.h | 261 int (*next_request)(struct memstick_dev *card, member
|