| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvMsg.c | 375 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in ms_usb_get_descriptor() 415 endp = usb_pipeendpoint(pipe) | USB_DIR_IN; in ms_usb_clear_halt() 513 ms_usb_disable_endpoint(pDev, EptIdx + USB_DIR_IN); in ms_usb_disable_device() 621 | (usb_endpoint_dir(epaddr) ? USB_DIR_OUT : USB_DIR_IN); in ms_usb_set_interface() 718 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in ms_usb_string() 744 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in ms_usb_string() 758 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in ms_usb_string()
|
| H A D | drvUsbd.h | 210 #define usb_rcvdefctrl(dev) (((U32)EP_CONTROL << 30) | USB_DIR_IN) 247 ((USB_DIR_IN|USB_TYPE_STANDARD|USB_RECIP_DEVICE)<<8) 252 ((USB_DIR_IN|USB_TYPE_STANDARD|USB_RECIP_INTERFACE)<<8) 255 ((USB_DIR_IN|USB_TYPE_STANDARD|USB_RECIP_INTERFACE)<<8) 268 #define usb_endpoint_dir(ep_dir) (!((ep_dir) & USB_DIR_IN))
|
| H A D | drvHub.c | 234 USB_REQ_GET_STATUS, USB_DIR_IN | USB_RT_HUB, 0, 0, in ms_hub_hub_status() 278 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN | USB_RT_HUB, in ms_hub_configure() 526 if (!(pEndpoint->bEndpointAddress & USB_DIR_IN)) in ms_hub_probe() 648 USB_REQ_GET_STATUS, USB_DIR_IN | USB_RT_PORT, 0, port+1, in ms_hub_port_status() 1043 ms_usb_disable_endpoint(pUdev, 0+USB_DIR_IN); in ms_hub_port_connect_change()
|
| H A D | drvUsbd.c | 1360 if (iEndpoint & USB_DIR_IN) in ms_usb_hcd_flush_endpoint() 1383 (tmp & USB_DIR_IN) ? "in" : "out", usb_pipetype (tmp), pUrb->s32Status); in ms_usb_hcd_flush_endpoint() 1388 if (u32Epnum != 0 && ((tmp ^ iEndpoint) & USB_DIR_IN)) in ms_usb_hcd_flush_endpoint() 1409 (tmp & USB_DIR_IN) ? "in" : "out", usb_pipetype (tmp)); in ms_usb_hcd_flush_endpoint() 1446 (tmp & USB_DIR_IN) ? "in" : "out", usb_pipetype (tmp), pUrb->s32Status); in ms_hcd_check_dev_urb()
|
| H A D | drvMassStor.c | 420 if (ep_tmp->bEndpointAddress & USB_DIR_IN) in ms_usb_get_pipes() 456 USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE, in ms_usb_acquire_resources() 649 if((pCtrlData->wLength > 0) && ((pCtrlData->bRequestType & USB_DIR_IN) == 0)) /* OUT transfer */ in ms_ioctl_issue_ctrl() 668 if((pCtrlData->wLength > 0) && (pCtrlData->bRequestType & USB_DIR_IN)) /* IN transfer */ in ms_ioctl_issue_ctrl()
|
| H A D | drvBulktran.c | 473 ep |= USB_DIR_IN; in ms_usb_msc_clear_halt()
|
| H A D | drvEhciHcd.c | 3048 if (iEpnum != 0 && (iEp & USB_DIR_IN)) in ms_ehci_disable_ep()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvMsg.c | 301 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in usb_get_descriptor() 314 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, in usb_get_string() 335 USB_REQ_GET_STATUS, USB_DIR_IN | type, 0, target, data, 2, in usb_get_status() 345 endp |= USB_DIR_IN; in usb_clear_halt() 396 usb_disable_endpoint(dev, i + USB_DIR_IN); in usb_disable_device() 475 | (usb_endpoint_out(epaddr) ? USB_DIR_OUT : USB_DIR_IN); in usb_set_interface() 607 usb_disable_endpoint(dev, i + USB_DIR_IN); in usb_reset_configuration()
|
| H A D | drvHCD.h | 393 #define usb_rcvdefctrl(dev) (((U32)PIPE_CONTROL << 30) | USB_DIR_IN) 398 ((USB_DIR_IN|USB_TYPE_STANDARD|USB_RECIP_DEVICE)<<8) 403 ((USB_DIR_IN|USB_TYPE_STANDARD|USB_RECIP_INTERFACE)<<8) 433 ((USB_DIR_IN|USB_TYPE_STANDARD|USB_RECIP_INTERFACE)<<8) 567 #define usb_endpoint_out(ep_dir) (!((ep_dir) & USB_DIR_IN))
|
| H A D | drvHub.c | 435 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN | USB_RT_HUB, in get_hub_descriptor() 670 USB_REQ_GET_STATUS, USB_DIR_IN | USB_RT_HUB, 0, 0, in get_hub_status() 738 USB_REQ_GET_STATUS, USB_DIR_IN | USB_RT_PORT, 0, port, in get_port_status() 1113 HUB_CLEAR_TT_BUFFER, USB_DIR_IN | USB_RECIP_OTHER, in hub_clear_tt_buffer() 3178 if (!(endpoint->bEndpointAddress & USB_DIR_IN)) { in hub_probe()
|
| H A D | drvHCD.c | 1986 if (endpoint & USB_DIR_IN) { in hcd_endpoint_disable() 2012 if (epnum != 0 && ((tmp ^ endpoint) & USB_DIR_IN)) in hcd_endpoint_disable() 2052 (tmp & USB_DIR_IN) ? "in" : "out", in hcd_endpoint_disable()
|
| H A D | drvTransport.c | 415 endp |= USB_DIR_IN; in usb_stor_clear_halt() 1305 USB_DIR_IN | USB_TYPE_CLASS | in usb_stor_Bulk_max_lun()
|
| H A D | drvMassStor.c | 818 if (ep_tmp->bEndpointAddress & USB_DIR_IN) in get_pipes()
|
| H A D | drvEhciHcd.c | 8934 if (epnum != 0 && (ep & USB_DIR_IN)) in ehci_endpoint_disable()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvUSB.h | 644 #define usb_pipein(pipe) ((pipe) & USB_DIR_IN) 695 …b_rcvctrlpipe(dev,endpoint) (((U32)PIPE_CONTROL << 30) | __create_pipe(dev,endpoint) | USB_DIR_IN) 697 …visocpipe(dev,endpoint) (((U32)PIPE_ISOCHRONOUS << 30) | __create_pipe(dev,endpoint) | USB_DIR_IN) 699 … usb_rcvbulkpipe(dev,endpoint) (((U32)PIPE_BULK << 30) | __create_pipe(dev,endpoint) | USB_DIR_IN) 701 …_rcvintpipe(dev,endpoint) (((U32)PIPE_INTERRUPT << 30) | __create_pipe(dev,endpoint) | USB_DIR_IN)
|
| H A D | drvUSB_CH9.h | 123 #define USB_DIR_IN 0x80 /* to host */ macro
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvUSBHost.h | 405 #define usb_pipein(ms_pipe) ((ms_pipe) & USB_DIR_IN) 427 …fine usb_rcvctrlpipe(dev,ms_ep) (((MS_U32)EP_CONTROL << 30) | __pack_pipe(dev,ms_ep) | USB_DIR_IN) 429 #define usb_rcvbulkpipe(dev,ms_ep) (((MS_U32)EP_BULK << 30) | __pack_pipe(dev,ms_ep) | USB_DIR_IN) 430 …ine usb_rcvintpipe(dev,ms_ep) (((MS_U32)EP_INTERRUPT << 30) | __pack_pipe(dev,ms_ep) | USB_DIR_IN)
|
| H A D | drvUSB_CH9.h | 87 #define USB_DIR_IN 0x80 /* to host */ macro
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/usb/ |
| H A D | ch9.h | 49 #define USB_DIR_IN 0x80 /* to host */ macro
|