Searched refs:dir_in (Results 1 - 6 of 6) sorted by relevance

/u-boot/common/
H A Dusb_storage.c555 int dir_in; local
559 dir_in = US_DIRECTION(srb->cmd[0]);
563 dir_in, srb->lun, srb->cmdlen, srb->cmd, srb->datalen,
583 cbw->bCBWFlags = (dir_in ? CBWFLAGS_IN : CBWFLAGS_OUT);
603 int dir_in, retry; local
608 dir_in = US_DIRECTION(srb->cmd[0]);
610 if (dir_in)
649 dir_in ? "IN" : "OUT", srb->datalen);
727 int dir_in; local
736 dir_in
[all...]
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-helper-gpio.h244 bool dir_in; member in struct:cvmx_fdt_gpio_info
/u-boot/drivers/usb/gadget/
H A Dci_udc.c156 * @dir_in: Direction of the endpoint (IN = 1, OUT = 0)
161 static struct ept_queue_head *ci_get_qh(int ep_num, int dir_in) argument
163 return &controller.epts[(ep_num * 2) + dir_in];
169 * @dir_in: Direction of the endpoint (IN = 1, OUT = 0)
174 static struct ept_queue_item *ci_get_qtd(int ep_num, int dir_in) argument
176 int index = (ep_num * 2) + dir_in;
/u-boot/include/linux/usb/
H A Dgadget.h138 * @dir_in:Endpoint supports IN direction.
146 unsigned dir_in:1; member in struct:usb_ep_caps
/u-boot/drivers/usb/cdns3/
H A Dep0.c912 priv_ep->endpoint.caps.dir_in = 1;
H A Dgadget.c1650 return (priv_ep->endpoint.caps.dir_in && usb_endpoint_dir_in(desc)) ||
2505 priv_ep->endpoint.caps.dir_in = 1;

Completed in 149 milliseconds