| /OK3568_Linux_fs/u-boot/drivers/usb/musb/ |
| H A D | musb_hcd.c | 38 static void write_toggle(struct usb_device *dev, u8 ep, u8 dir_out) in write_toggle() argument 40 u16 toggle = usb_gettoggle(dev, ep, dir_out); in write_toggle() 43 if (dir_out) { in write_toggle() 80 static u8 check_stall(u8 ep, u8 dir_out) in check_stall() argument 93 if (dir_out) { /* is it tx ep */ in check_stall() 855 int dir_out = usb_pipeout(pipe); in submit_bulk_msg() local 871 if (dir_out) in submit_bulk_msg() 889 if (dir_out) { in submit_bulk_msg() 901 write_toggle(dev, ep, dir_out); in submit_bulk_msg() 903 if (dir_out) { /* bulk-out transfer */ in submit_bulk_msg() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | sl811-hcd.c | 291 int dir_out = usb_pipeout(pipe); in submit_bulk_msg() local 297 usb_pipedevice(pipe), usb_pipeendpoint(pipe), buffer, len, dir_out); in submit_bulk_msg() 302 sl811_write(SL811_PIDEP_A, PIDEP(!dir_out ? USB_PID_IN : USB_PID_OUT, ep)); in submit_bulk_msg() 311 if (!dir_out && res < max) /* short packet */ in submit_bulk_msg() 315 usb_dotoggle(dev, ep, dir_out); in submit_bulk_msg()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/usb/ |
| H A D | raw_gadget.h | 115 __u32 dir_out : 1; member
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/tm6000/ |
| H A D | tm6000-cards.c | 1237 int dir_out; in tm6000_usb_probe() local 1241 dir_out = ((e->desc.bEndpointAddress & in tm6000_usb_probe() 1251 if (!dir_out) { in tm6000_usb_probe() 1264 if (!dir_out) { in tm6000_usb_probe() 1277 if (!dir_out) { in tm6000_usb_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | gadget.h | 177 unsigned dir_out:1; member 197 .dir_out = !!(_dir & USB_EP_CAPS_DIR_OUT), \
|
| /OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/ |
| H A D | pipe.h | 115 void usbhs_dcp_dir_for_host(struct usbhs_pipe *pipe, int dir_out);
|
| H A D | pipe.c | 798 void usbhs_dcp_dir_for_host(struct usbhs_pipe *pipe, int dir_out) in usbhs_dcp_dir_for_host() argument 801 dir_out ? DIR_OUT : 0); in usbhs_dcp_dir_for_host()
|
| H A D | mod_gadget.c | 1165 uep->ep.caps.dir_out = true; in usbhs_mod_gadget_probe()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | max3420_udc.c | 560 if (!ep->ep_usb.caps.dir_out) in max3420_getstatus() 1178 ep->ep_usb.caps.dir_out = true; in max3420_eps_init() 1185 ep->ep_usb.caps.dir_out = true; in max3420_eps_init() 1189 ep->ep_usb.caps.dir_out = false; in max3420_eps_init()
|
| H A D | s3c-hsudc.c | 959 hsep->ep.caps.dir_out = true; in s3c_hsudc_initep() 969 hsep->ep.caps.dir_out = true; in s3c_hsudc_initep()
|
| H A D | mv_u3d_core.c | 1316 ep->ep.caps.dir_out = true; in mv_u3d_eps_init() 1336 ep->ep.caps.dir_out = true; in mv_u3d_eps_init()
|
| H A D | core.c | 960 if (usb_endpoint_dir_out(desc) && !ep->caps.dir_out) in usb_gadget_ep_match_desc()
|
| H A D | mv_udc_core.c | 1252 ep->ep.caps.dir_out = true; in eps_init() 1269 ep->ep.caps.dir_out = true; in eps_init()
|
| H A D | fotg210-udc.c | 1162 ep->ep.caps.dir_out = true; in fotg210_udc_probe()
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | vudc_dev.c | 549 ep->ep.caps.dir_out = true; in init_vudc_hw() 560 ep->ep.caps.dir_out = true; in init_vudc_hw()
|
| /OK3568_Linux_fs/kernel/drivers/usb/mtu3/ |
| H A D | mtu3_gadget.c | 646 mep->ep.caps.dir_out = true; in init_hw_ep() 650 mep->ep.caps.dir_out = true; in init_hw_ep()
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | gadget.h | 147 unsigned dir_out:1; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/ |
| H A D | raw_gadget.c | 1176 raw_caps->dir_out = caps->dir_out; in fill_ep_caps()
|
| /OK3568_Linux_fs/kernel/drivers/usb/isp1760/ |
| H A D | isp1760-udc.c | 1385 ep->ep.caps.dir_out = true; in isp1760_udc_init_eps() 1400 ep->ep.caps.dir_out = true; in isp1760_udc_init_eps()
|
| /OK3568_Linux_fs/kernel/drivers/usb/cdns3/ |
| H A D | ep0.c | 888 priv_ep->endpoint.caps.dir_out = 1; in cdns3_init_ep0()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/cdns3/ |
| H A D | ep0.c | 904 priv_ep->endpoint.caps.dir_out = 1; in cdns3_init_ep0()
|
| H A D | gadget.c | 1642 (priv_ep->endpoint.caps.dir_out && usb_endpoint_dir_out(desc)); in cdns3_ep_dir_is_correct() 2494 priv_ep->endpoint.caps.dir_out = 1; in cdns3_init_eps()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | uhci-q.c | 765 static int uhci_map_status(int status, int dir_out) in uhci_map_status() argument 772 if (dir_out) in uhci_map_status()
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | musb_gadget.c | 1732 ep->end_point.caps.dir_out = true; in init_peripheral_ep() 1736 ep->end_point.caps.dir_out = true; in init_peripheral_ep()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | epn.c | 847 ep->ep.caps.dir_out = true; in ast_vhub_alloc_epn()
|