Searched defs:endpoint (Results 1 – 10 of 10) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvUSB.h | 113 struct usb_host_endpoint *endpoint; member 658 static __inline__ U32 __create_pipe(struct usb_device *dev, U32 endpoint) in __create_pipe() 694 #define usb_sndctrlpipe(dev,endpoint) (((U32)PIPE_CONTROL << 30) | __create_pipe(dev,endpoint)) argument 695 #define usb_rcvctrlpipe(dev,endpoint) (((U32)PIPE_CONTROL << 30) | __create_pipe(dev,endpoint) | U… argument 696 #define usb_sndisocpipe(dev,endpoint) (((U32)PIPE_ISOCHRONOUS << 30) | __create_pipe(dev,endpoint)) argument 697 #define usb_rcvisocpipe(dev,endpoint) (((U32)PIPE_ISOCHRONOUS << 30) | __create_pipe(dev,endpoint)… argument 698 #define usb_sndbulkpipe(dev,endpoint) (((U32)PIPE_BULK << 30) | __create_pipe(dev,endpoint)) argument 699 #define usb_rcvbulkpipe(dev,endpoint) (((U32)PIPE_BULK << 30) | __create_pipe(dev,endpoint) | USB_… argument 700 #define usb_sndintpipe(dev,endpoint) (((U32)PIPE_INTERRUPT << 30) | __create_pipe(dev,endpoint)) argument 701 #define usb_rcvintpipe(dev,endpoint) (((U32)PIPE_INTERRUPT << 30) | __create_pipe(dev,endpoint) | … argument
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/ |
| H A D | nis_object.x | 131 struct endpoint { struct 144 endpoint ep<>; /* Universal addr(s) for server */ argument
|
| H A D | nis.h | 127 struct endpoint { struct 132 typedef struct endpoint endpoint; argument
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvUSBDebug.c | 92 static void usb_show_endpoint(struct usb_host_endpoint *endpoint) in usb_show_endpoint()
|
| H A D | drvConfig.c | 97 static int usb_parse_endpoint(struct usb_device *dev, struct usb_host_endpoint *endpoint, unsigned … in usb_parse_endpoint()
|
| H A D | drvHub.c | 1683 struct usb_endpoint_descriptor *endpoint) in hub_configure() 3026 struct usb_endpoint_descriptor *endpoint; in hub_probe() local
|
| H A D | drvHCD.c | 1970 static void hcd_endpoint_disable (struct usb_device *udev, int endpoint) in hcd_endpoint_disable()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvUSBHost.h | 107 struct usb_host_endpoint *endpoint; member 417 static __inline__ MS_U32 __pack_pipe(struct usb_device *dev, MS_U32 endpoint) in __pack_pipe()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | usbdevice_fs.h | 99 unsigned char endpoint; member
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvHub.c | 258 struct usb_endpoint_descriptor *endpoint) in ms_hub_configure()
|