Home
last modified time | relevance | path

Searched refs:req_out (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c219 int req_in = 0, req_out = 0; in main() local
319 req_out = 0; in main()
338 if (!req_out) { /* if OUT transfer not requested */ in main()
347 req_out = 1; in main()
/Linux-v4.19/drivers/usb/gadget/function/
Dtcm.h94 struct usb_request *req_out; member
Df_tcm.c475 usb_ep_free_request(fu->ep_out, stream->req_out); in uasp_cleanup_one_stream()
479 stream->req_out = NULL; in uasp_cleanup_one_stream()
584 ret = usbg_prepare_w_request(cmd, stream->req_out); in uasp_status_data_cmpl()
587 ret = usb_ep_queue(fu->ep_out, stream->req_out, GFP_ATOMIC); in uasp_status_data_cmpl()
686 ret = usbg_prepare_w_request(cmd, stream->req_out); in uasp_send_write_request()
689 ret = usb_ep_queue(fu->ep_out, stream->req_out, GFP_ATOMIC); in uasp_send_write_request()
745 stream->req_out = usb_ep_alloc_request(fu->ep_out, GFP_KERNEL); in uasp_alloc_stream_res()
746 if (!stream->req_out) in uasp_alloc_stream_res()
758 usb_ep_free_request(fu->ep_out, stream->req_out); in uasp_alloc_stream_res()
759 stream->req_out = NULL; in uasp_alloc_stream_res()
[all …]
/Linux-v4.19/drivers/isdn/hardware/eicon/
Dmessage.c568 if (c == 2 && plci) plci->req_in = plci->req_in_start = plci->req_out = 0; in api_put()
1058 || (plci->req_in != plci->req_out) in plci_remove()
3991 dbug(1, dprintf("req0_in/out=%d/%d", plci->req_in, plci->req_out)); in control_rc()
3992 if (plci->req_in != plci->req_out) in control_rc()
4001 plci->req_in = plci->req_in_start = plci->req_out = 0; in control_rc()
7167 plci->req_out = 0; in get_plci()
8624 if (plci->req_in == plci->req_out) return; in send_req()
8625 dbug(1, dprintf("send_req(in=%d,out=%d)", plci->req_in, plci->req_out)); in send_req()
8629 l = GET_WORD(&plci->RBuffer[plci->req_out]); in send_req()
8630 plci->req_out += 2; in send_req()
[all …]
Ddivacapi.h233 word req_out; member
/Linux-v4.19/drivers/net/ethernet/neterion/vxge/
Dvxge-config.c1152 blockpool->req_out = 0; in __vxge_hw_blockpool_create()
2262 blockpool->req_out--; in vxge_hw_blockpool_block_add()
2271 blockpool->req_out--; in vxge_hw_blockpool_block_add()
2296 blockpool->req_out--; in vxge_hw_blockpool_block_add()
2326 if ((blockpool->pool_size + blockpool->req_out) < in __vxge_hw_blockpool_blocks_add()
2329 blockpool->req_out += nreq; in __vxge_hw_blockpool_blocks_add()
Dvxge-config.h557 u32 req_out; member