18#define PSP_USBBUS_DRIVERNAME "USBBusDriver"
21#define PSP_USB_ACTIVATED 0x200
22#define PSP_USB_CABLE_CONNECTED 0x020
23#define PSP_USB_CONNECTION_ESTABLISHED 0x002
82int sceUsbGetDrvList(
u32 r4one,
u32* r5ret,
u32 r6one);
83int sceUsbWaitState(
u32 state,
s32 waitmode,
u32 *timeout);
84int sceUsbWaitCancel(
void);
unsigned char size
Definition pspsysmem_kernel.h:6
int32_t s32
Definition psptypes.h:47
uint32_t u32
Definition psptypes.h:41
int sceUsbStop(const char *driverName, int size, void *args)
Stop a USB driver.
int sceUsbDeactivate(u32 pid)
Deactivate USB driver.
int sceUsbGetState(void)
Get USB state.
int sceUsbActivate(u32 pid)
Activate a USB driver.
int sceUsbGetDrvState(const char *driverName)
Get state of a specific USB driver.
int sceUsbStart(const char *driverName, int size, void *args)
Start a USB driver.