Home
last modified time | relevance | path

Searched refs:dir_in (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/usb/dwc2/
H A Dgadget.c62 u32 ep_index, u32 dir_in) in index_to_ep() argument
64 if (dir_in) in index_to_ep()
201 unsigned int ep, unsigned int dir_in, in dwc2_hsotg_ctrl_epint() argument
208 if (!dir_in) in dwc2_hsotg_ctrl_epint()
678 if (hs_ep->dir_in) in get_ep_limit()
731 int dir_in = hs_ep->dir_in; in dwc2_gadget_get_chain_limit() local
734 maxsize = (hs_ep->dir_in ? DEV_DMA_ISOC_TX_NBYTES_LIMIT : in dwc2_gadget_get_chain_limit()
742 if (usb_endpoint_xfer_int(ep_desc) && !dir_in && (mps % 4)) in dwc2_gadget_get_chain_limit()
769 int dir_in = hs_ep->dir_in; in dwc2_gadget_get_desc_params() local
772 if (!hs_ep->index && !dir_in) { in dwc2_gadget_get_desc_params()
[all …]
/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dep0.c36 if (WARN_ON(!ep->ep0.dir_in)) in ast_vhub_reply()
120 ep->ep0.dir_in = !!(crq.bRequestType & USB_DIR_IN); in ast_vhub_ep0_handle_setup()
165 ep->ep0.dir_in = false; in ast_vhub_ep0_handle_setup()
172 ep->ep0.dir_in = false; in ast_vhub_ep0_handle_setup()
288 stat, ep->ep0.state, ep->ep0.dir_in, in_ack, req); in ast_vhub_ep0_handle_ack()
302 if ((ep->ep0.dir_in && (stat & VHUB_EP0_TX_BUFF_RDY)) || in ast_vhub_ep0_handle_ack()
303 (!ep->ep0.dir_in && (stat & VHUB_EP0_RX_BUFF_RDY)) || in ast_vhub_ep0_handle_ack()
304 (ep->ep0.dir_in != in_ack)) { in ast_vhub_ep0_handle_ack()
320 if (ep->ep0.dir_in) in ast_vhub_ep0_handle_ack()
337 if (ep->ep0.dir_in == in_ack) { in ast_vhub_ep0_handle_ack()
[all …]
H A Dvhub.h304 bool dir_in; member
/linux/drivers/scsi/
H A Dgvp11.c53 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) in dma_setup() argument
67 len, DMA_DIR(dir_in)); in dma_setup()
80 DMA_DIR(dir_in)); in dma_setup()
105 if (!dir_in) { in dma_setup()
116 DMA_DIR(dir_in)); in dma_setup()
130 DMA_DIR(dir_in)); in dma_setup()
148 if (!dir_in) { in dma_setup()
164 if (!dir_in) in dma_setup()
167 wh->dma_dir = dir_in; in dma_setup()
H A Da2091.c48 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) in dma_setup() argument
60 len, DMA_DIR(dir_in)); in dma_setup()
73 DMA_DIR(dir_in)); in dma_setup()
86 if (!dir_in) { in dma_setup()
94 wh->dma_bounce_len, DMA_DIR(dir_in)); in dma_setup()
115 if (!dir_in) in dma_setup()
119 wh->dma_dir = dir_in; in dma_setup()
H A Dmvme147.c34 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) in dma_setup() argument
43 if (!dir_in) in dma_setup()
47 hdata->dma_dir = dir_in; in dma_setup()
49 if (dir_in) { in dma_setup()
H A Dwd33c93.h188 typedef int (*dma_setup_t) (struct scsi_cmnd *SCpnt, int dir_in);
/linux/drivers/usb/fotg210/
H A Dfotg210-udc.c44 if (ep->dir_in) in fotg210_disable_fifo_int()
55 if (ep->dir_in) in fotg210_enable_fifo_int()
94 u32 dir_in) in fotg210_fifo_ep_mapping() argument
105 val &= ~EPMAP_FIFONOMSK(epnum, dir_in); in fotg210_fifo_ep_mapping()
106 val |= EPMAP_FIFONO(epnum, dir_in); in fotg210_fifo_ep_mapping()
121 static void fotg210_set_fifo_dir(struct fotg210_ep *ep, u32 epnum, u32 dir_in) in fotg210_set_fifo_dir() argument
127 val |= (dir_in ? FIFOMAP_DIRIN(epnum - 1) : FIFOMAP_DIROUT(epnum - 1)); in fotg210_set_fifo_dir()
142 u32 dir_in) in fotg210_set_mps() argument
146 u32 offset = dir_in ? FOTG210_INEPMPSR(epnum) : in fotg210_set_mps()
159 fotg210_set_fifo_dir(ep, ep->epnum, ep->dir_in); in fotg210_config_ep()
[all …]
H A Dfotg210-udc.h203 #define DMACPSR1_DMA_TYPE(dir_in) (((dir_in) ? 1 : 0) << 1) argument
228 unsigned char dir_in; member
/linux/drivers/usb/renesas_usbhs/
H A Dpipe.c401 int dir_in, u16 *pipecfg) in usbhsp_setup_pipecfg() argument
443 if (dir_in) in usbhsp_setup_pipecfg()
446 if (!!is_host ^ !!dir_in) in usbhsp_setup_pipecfg()
694 int dir_in) in usbhs_pipe_malloc() argument
720 if (usbhsp_setup_pipecfg(pipe, is_host, dir_in, &pipecfg)) { in usbhs_pipe_malloc()
H A Dmod_host.c256 int i, dir_in; in usbhsh_pipe_attach() local
279 dir_in = !!usbhs_pipe_is_dir_in(pipe); in usbhsh_pipe_attach()
280 if (0 != (dir_in - dir_in_req)) in usbhsh_pipe_attach()
1406 int old_type, dir_in, i; in usbhsh_pipe_init_for_host() local
1432 dir_in = (pipe_configs[i].type == old_type); in usbhsh_pipe_init_for_host()
1441 dir_in); in usbhsh_pipe_init_for_host()
H A Dpipe.h69 *usbhs_pipe_malloc(struct usbhs_priv *priv, int endpoint_type, int dir_in);
/linux/include/uapi/linux/usb/
H A Draw_gadget.h124 __u32 dir_in : 1; member
/linux/drivers/pinctrl/
H A Dpinctrl-aw9523.c563 u32 dir_in, val; in _aw9523_gpio_get_multiple() local
568 ret = regmap_read(awi->regmap, AW9523_REG_CONF_STATE(regbit), &dir_in); in _aw9523_gpio_get_multiple()
573 m = mask & dir_in; in _aw9523_gpio_get_multiple()
582 m = mask & ~dir_in; in _aw9523_gpio_get_multiple()
/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h268 .dir_in = dir, .addr = _addr, \
359 unsigned dir_in:1; member
H A Dmax3420_udc.c553 if (!ep->ep_usb.caps.dir_in) in max3420_getstatus()
1173 ep->ep_usb.caps.dir_in = true; in max3420_eps_init()
1180 ep->ep_usb.caps.dir_in = false; in max3420_eps_init()
1184 ep->ep_usb.caps.dir_in = true; in max3420_eps_init()
H A Dr8a66597-udc.h47 u16 dir_in; member
H A Dfusb300_udc.h626 u8 dir_in; member
H A Dm66592-udc.h433 u16 dir_in; member
/linux/include/linux/usb/
H A Dgadget.h172 unsigned dir_in:1; member
192 .dir_in = !!(_dir & USB_EP_CAPS_DIR_IN), \
/linux/drivers/usb/usbip/
H A Dvudc_dev.c549 ep->ep.caps.dir_in = true; in init_vudc_hw()
561 ep->ep.caps.dir_in = true; in init_vudc_hw()
/linux/drivers/usb/host/
H A Dr8a66597.h41 u16 dir_in; member
/linux/drivers/usb/mtu3/
H A Dmtu3_gadget.c680 mep->ep.caps.dir_in = true; in init_hw_ep()
683 mep->ep.caps.dir_in = true; in init_hw_ep()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c1639 pep->endpoint.caps.dir_in = true; in cdnsp_gadget_init_endpoints()
1661 pep->endpoint.caps.dir_in = direction; in cdnsp_gadget_init_endpoints()
1678 (pep->endpoint.caps.dir_in) ? "yes" : "no", in cdnsp_gadget_init_endpoints()
/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-ep0.c655 pep->endpoint.caps.dir_in = true; in cdns2_init_ep0()

12