Searched refs:start_transfer (Results 1 – 6 of 6) sorted by relevance
/drivers/usb/gadget/ |
D | file_storage.c | 1097 static void start_transfer(struct fsg_dev *fsg, struct usb_ep *ep, in start_transfer() function 1265 start_transfer(fsg, fsg->bulk_in, bh->inreq, in do_read() 1362 start_transfer(fsg, fsg->bulk_out, bh->outreq, in do_write() 2001 start_transfer(fsg, fsg->bulk_out, bh->outreq, in throw_away_data() 2045 start_transfer(fsg, fsg->bulk_in, bh->inreq, in finish_reply() 2064 start_transfer(fsg, fsg->bulk_in, bh->inreq, in finish_reply() 2079 start_transfer(fsg, fsg->bulk_in, bh->inreq, in finish_reply() 2170 start_transfer(fsg, fsg->bulk_in, bh->inreq, in send_status() 2196 start_transfer(fsg, fsg->intr_in, fsg->intreq, in send_status() 2689 start_transfer(fsg, fsg->bulk_out, bh->outreq, in get_next_command()
|
D | f_mass_storage.c | 667 static void start_transfer(struct fsg_dev *fsg, struct usb_ep *ep, in start_transfer() function 702 start_transfer(common->fsg, common->fsg->bulk_in, in start_in_transfer() 711 start_transfer(common->fsg, common->fsg->bulk_out, in start_out_transfer()
|
/drivers/usb/host/ |
D | r8a66597-hcd.c | 1214 static int start_transfer(struct r8a66597 *r8a66597, struct r8a66597_td *td) in start_transfer() function 1320 start_transfer(r8a66597, td); in finish_request() 1497 start_transfer(r8a66597, td); in check_next_phase() 1758 start_transfer(r8a66597, td); in r8a66597_interval_timer() 1804 start_transfer(r8a66597, new_td); in r8a66597_td_timer() 1952 ret = start_transfer(r8a66597, td); in r8a66597_urb_enqueue()
|
D | sl811-hcd.c | 402 static inline void start_transfer(struct sl811 *sl811) in start_transfer() function 735 start_transfer(sl811); in sl811h_irq() 943 start_transfer(sl811); in sl811h_urb_enqueue()
|
/drivers/video/ |
D | sh_mobile_lcdcfb.c | 317 if (panel->start_transfer) in sh_mobile_lcdc_deferred_io() 318 panel->start_transfer(ch, &sh_mobile_lcdc_sys_bus_ops); in sh_mobile_lcdc_deferred_io() 323 if (panel->start_transfer) in sh_mobile_lcdc_deferred_io() 324 panel->start_transfer(ch, &sh_mobile_lcdc_sys_bus_ops); in sh_mobile_lcdc_deferred_io()
|
/drivers/mmc/host/ |
D | jz4740_mmc.c | 157 bool start_transfer) in jz4740_mmc_clock_enable() argument 161 if (start_transfer) in jz4740_mmc_clock_enable()
|