Searched refs:out_req (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | f_fastboot.c | 43 struct usb_request *in_req, *out_req; member 206 if (f_fb->out_req) { in fastboot_disable() 207 free(f_fb->out_req->buf); in fastboot_disable() 208 usb_ep_free_request(f_fb->out_ep, f_fb->out_req); in fastboot_disable() 209 f_fb->out_req = NULL; in fastboot_disable() 256 f_fb->out_req = fastboot_start_ep(f_fb->out_ep); in fastboot_set_alt() 257 if (!f_fb->out_req) { in fastboot_set_alt() 262 f_fb->out_req->complete = rx_handler_command; in fastboot_set_alt() 279 ret = usb_ep_queue(f_fb->out_ep, f_fb->out_req, 0); in fastboot_set_alt()
|
H A D | f_thor.c | 539 data_to_rx = dev->out_req->length; in thor_rx_data() 542 dev->out_req->length = data_to_rx; in thor_rx_data() 544 dev->out_req->length, dev->rxdata); in thor_rx_data() 546 status = usb_ep_queue(dev->out_ep, dev->out_req, 0); in thor_rx_data() 549 dev->out_ep->name, dev->out_req->length, status); in thor_rx_data() 560 data_to_rx -= dev->out_req->actual; in thor_rx_data() 676 debug("in_req:%p, out_req:%p\n", dev->in_req, dev->out_req); in thor_set_dma() 679 dev->out_req->buf = addr; in thor_set_dma() 680 dev->out_req->length = len; in thor_set_dma() 849 dev->out_ep, dev->out_req); in thor_func_bind() [all …]
|
H A D | f_rockusb.c | 204 if (f_rkusb->out_req) { in rockusb_disable() 205 free(f_rkusb->out_req->buf); in rockusb_disable() 206 usb_ep_free_request(f_rkusb->out_ep, f_rkusb->out_req); in rockusb_disable() 207 f_rkusb->out_req = NULL; in rockusb_disable() 259 f_rkusb->out_req = rockusb_start_ep(f_rkusb->out_ep); in rockusb_set_alt() 260 if (!f_rkusb->out_req) { in rockusb_set_alt() 265 f_rkusb->out_req->complete = rx_handler_command; in rockusb_set_alt() 282 ret = usb_ep_queue(f_rkusb->out_ep, f_rkusb->out_req, 0); in rockusb_set_alt()
|
H A D | f_thor.h | 107 struct usb_request *in_req, *out_req; member
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_loopback.c | 311 struct usb_request *in_req, *out_req; in alloc_requests() local 328 out_req = lb_alloc_ep_req(loop->out_ep, loop->buflen); in alloc_requests() 329 if (!out_req) in alloc_requests() 333 out_req->complete = loopback_complete; in alloc_requests() 335 in_req->buf = out_req->buf; in alloc_requests() 337 in_req->context = out_req; in alloc_requests() 338 out_req->context = in_req; in alloc_requests() 340 result = usb_ep_queue(loop->out_ep, out_req, GFP_ATOMIC); in alloc_requests() 351 free_ep_req(loop->out_ep, out_req); in alloc_requests()
|
/openbmc/linux/samples/seccomp/ |
H A D | user-trap.c | 304 goto out_req; in main() 334 out_req: in main()
|
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ |
H A D | f_rockusb.h | 118 struct usb_request *in_req, *out_req; member
|
/openbmc/linux/fs/ceph/ |
H A D | dir.c | 916 goto out_req; in ceph_mknod() 938 out_req: in ceph_mknod() 1024 goto out_req; in ceph_symlink() 1033 goto out_req; in ceph_symlink() 1038 goto out_req; in ceph_symlink() 1054 out_req: in ceph_symlink() 1112 goto out_req; in ceph_mkdir() 1132 out_req: in ceph_mkdir()
|
H A D | file.c | 796 goto out_req; in ceph_atomic_open() 824 goto out_req; in ceph_atomic_open() 851 goto out_req; in ceph_atomic_open() 863 goto out_req; in ceph_atomic_open() 880 goto out_req; in ceph_atomic_open() 890 goto out_req; in ceph_atomic_open() 903 out_req: in ceph_atomic_open()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_debugfs.c | 1395 u64 req, out_req, lat, cant_alloc; in ndc_cache_stats() local 1412 out_req = rvu_read64(rvu, blk_addr, in ndc_cache_stats() 1422 seq_printf(s, "\tOutstanding Requests:\t%lld\n", out_req); in ndc_cache_stats()
|
/openbmc/linux/drivers/block/ |
H A D | rbd.c | 4845 goto out_req; in rbd_obj_read_sync() 4854 goto out_req; in rbd_obj_read_sync() 4861 out_req: in rbd_obj_read_sync()
|