#include <input/input.h>
#include "cfe.h"
#include <xenon_smc/xenon_smc.h>
#include "usbchap9.h"
#include "usbd.h"
Go to the source code of this file.
◆ ALIGN
#define ALIGN |
( |
|
n, |
|
|
|
align |
|
) |
| (((n)+((align)-1)) & ~((align)-1)) |
◆ BUFF_ALIGN
◆ CACHE_ALIGN
#define CACHE_ALIGN 32 /* XXX place holder, big enough to now. */ |
◆ UBR_KBD_MAX
◆ usb_dma_alloc
◆ usb_dma_free
#define usb_dma_free |
( |
|
p | ) |
(KFREE(p)) |
◆ usbctrl_softc_t
◆ usbctrl_poll()
◆ usbctrl_set_leds()
◆ usbctrl_set_rol()
int usbctrl_set_rol |
( |
uint |
controllerMask | ) |
|
◆ usbctrl_set_rumble()
◆ RFdev
◆ usbctrl_driver
Initial value:= {
"Xbox 360 Controller",
usbctrl_attach,
usbctrl_detach
}
Definition at line 104 of file usbctrl.c.