Home
last modified time | relevance | path

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 DdrvUSB.h113 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 Dnis_object.x131 struct endpoint { struct
144 endpoint ep<>; /* Universal addr(s) for server */ argument
H A Dnis.h127 struct endpoint { struct
132 typedef struct endpoint endpoint; argument
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSBDebug.c92 static void usb_show_endpoint(struct usb_host_endpoint *endpoint) in usb_show_endpoint()
H A DdrvConfig.c97 static int usb_parse_endpoint(struct usb_device *dev, struct usb_host_endpoint *endpoint, unsigned … in usb_parse_endpoint()
H A DdrvHub.c1683 struct usb_endpoint_descriptor *endpoint) in hub_configure()
3026 struct usb_endpoint_descriptor *endpoint; in hub_probe() local
H A DdrvHCD.c1970 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 DdrvUSBHost.h107 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 Dusbdevice_fs.h99 unsigned char endpoint; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.c258 struct usb_endpoint_descriptor *endpoint) in ms_hub_configure()