Home
last modified time | relevance | path

Searched refs:out_req (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_loopback.c313 struct usb_request *in_req, *out_req; in alloc_requests() local
330 out_req = lb_alloc_ep_req(loop->out_ep, loop->buflen); in alloc_requests()
331 if (!out_req) in alloc_requests()
335 out_req->complete = loopback_complete; in alloc_requests()
337 in_req->buf = out_req->buf; in alloc_requests()
339 in_req->context = out_req; in alloc_requests()
340 out_req->context = in_req; in alloc_requests()
342 result = usb_ep_queue(loop->out_ep, out_req, GFP_ATOMIC); in alloc_requests()
353 free_ep_req(loop->out_ep, out_req); in alloc_requests()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_thor.c540 data_to_rx = dev->out_req->length; in thor_rx_data()
543 dev->out_req->length = data_to_rx; in thor_rx_data()
545 dev->out_req->length, dev->rxdata); in thor_rx_data()
547 status = usb_ep_queue(dev->out_ep, dev->out_req, 0); in thor_rx_data()
550 dev->out_ep->name, dev->out_req->length, status); in thor_rx_data()
561 data_to_rx -= dev->out_req->actual; in thor_rx_data()
677 debug("in_req:%p, out_req:%p\n", dev->in_req, dev->out_req); in thor_set_dma()
680 dev->out_req->buf = addr; in thor_set_dma()
681 dev->out_req->length = len; in thor_set_dma()
850 dev->out_ep, dev->out_req); in thor_func_bind()
[all …]
H A Df_fastboot.c76 struct usb_request *in_req, *out_req; member
397 if (f_fb->out_req) { in fastboot_disable()
398 free(f_fb->out_req->buf); in fastboot_disable()
399 usb_ep_free_request(f_fb->out_ep, f_fb->out_req); in fastboot_disable()
400 f_fb->out_req = NULL; in fastboot_disable()
448 f_fb->out_req = fastboot_start_ep(f_fb->out_ep); in fastboot_set_alt()
449 if (!f_fb->out_req) { in fastboot_set_alt()
454 f_fb->out_req->complete = rx_handler_command; in fastboot_set_alt()
472 ret = usb_ep_queue(f_fb->out_ep, f_fb->out_req, 0); in fastboot_set_alt()
H A Df_thor.h108 struct usb_request *in_req, *out_req; member
/OK3568_Linux_fs/kernel/samples/seccomp/
H A Duser-trap.c304 goto out_req; in main()
334 out_req: in main()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dfile.c773 goto out_req; in ceph_atomic_open()
781 goto out_req; in ceph_atomic_open()
795 goto out_req; in ceph_atomic_open()
811 out_req: in ceph_atomic_open()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c794 u64 req, out_req, lat, cant_alloc; in ndc_cache_stats() local
803 out_req = rvu_read64(rvu, blk_addr, in ndc_cache_stats()
813 seq_printf(s, "\tOutstanding Requests:\t%lld\n", out_req); in ndc_cache_stats()
/OK3568_Linux_fs/kernel/drivers/block/
H A Drbd.c4821 goto out_req; in rbd_obj_read_sync()
4830 goto out_req; in rbd_obj_read_sync()
4837 out_req: in rbd_obj_read_sync()