Go to the source code of this file.
|
#define | __usb_control_message(ehci, fd, b, c, d, e, f, g, h, i) ehci_control_message(ehci,fd,b,c,d,e,f,g) |
|
|
s32 | USB_GetDescriptors (struct ehci_hcd *ehci, struct ehci_device *fd, usb_devdesc *udd) |
|
void | USB_FreeDescriptors (usb_devdesc *udd) |
|
s32 | USB_WriteBlkMsg (struct ehci_hcd *ehci, struct ehci_device *fd, u8 bEndpoint, u16 wLength, void *rpData) |
|
s32 | USB_WriteCtrlMsg (struct ehci_hcd *ehci, struct ehci_device *fd, u8 bmRequestType, u8 bmRequest, u16 wValue, u16 wIndex, u16 wLength, void *rpData) |
|
s32 | USB_GetConfiguration (struct ehci_hcd *ehci, struct ehci_device *fd, u8 *configuration) |
|
s32 | USB_SetConfiguration (struct ehci_hcd *ehci, struct ehci_device *fd, u8 configuration) |
|
s32 | USB_SetAlternativeInterface (struct ehci_hcd *ehci, struct ehci_device *fd, u8 interface, u8 alternateSetting) |
|
s32 | USB_ClearHalt (struct ehci_hcd *ehci, struct ehci_device *fd, u8 endpoint) |
|
◆ __usb_control_message
#define __usb_control_message |
( |
|
ehci, |
|
|
|
fd, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d, |
|
|
|
e, |
|
|
|
f, |
|
|
|
g, |
|
|
|
h, |
|
|
|
i |
|
) |
| ehci_control_message(ehci,fd,b,c,d,e,f,g) |
Definition at line 7 of file usb2.c.
◆ USB_ClearHalt()
◆ USB_FreeDescriptors()
◆ USB_GetConfiguration()
◆ USB_GetDescriptors()
◆ USB_SetAlternativeInterface()
◆ USB_SetConfiguration()
◆ USB_WriteBlkMsg()
◆ USB_WriteCtrlMsg()