RetroArch
Functions
usbgecko.h File Reference
#include <gctypes.h>
Include dependency graph for usbgecko.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void usb_flush (s32 chn)
 
int usb_isgeckoalive (s32 chn)
 
int usb_recvbuffer (s32 chn, void *buffer, int size)
 
int usb_sendbuffer (s32 chn, const void *buffer, int size)
 
int usb_recvbuffer_safe (s32 chn, void *buffer, int size)
 
int usb_sendbuffer_safe (s32 chn, const void *buffer, int size)
 
int usb_recvbuffer_ex (s32 chn, void *buffer, int size, int retries)
 
int usb_sendbuffer_ex (s32 chn, const void *buffer, int size, int retries)
 
int usb_recvbuffer_safe_ex (s32 chn, void *buffer, int size, int retries)
 
int usb_sendbuffer_safe_ex (s32 chn, const void *buffer, int size, int retries)
 
int usb_flashread (s32 chn, u32 offset, void *buffer, size_t length)
 
int usb_flashwrite (s32 chn, u32 offset, const void *buffer, size_t length)
 
int usb_flashverify (s32 chn)
 

Function Documentation

◆ usb_flashread()

int usb_flashread ( s32  chn,
u32  offset,
void buffer,
size_t  length 
)
Here is the call graph for this function:

◆ usb_flashverify()

int usb_flashverify ( s32  chn)
Here is the call graph for this function:

◆ usb_flashwrite()

int usb_flashwrite ( s32  chn,
u32  offset,
const void buffer,
size_t  length 
)
Here is the call graph for this function:

◆ usb_flush()

void usb_flush ( s32  chn)
Here is the call graph for this function:

◆ usb_isgeckoalive()

int usb_isgeckoalive ( s32  chn)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ usb_recvbuffer()

int usb_recvbuffer ( s32  chn,
void buffer,
int  size 
)
Here is the call graph for this function:

◆ usb_recvbuffer_ex()

int usb_recvbuffer_ex ( s32  chn,
void buffer,
int  size,
int  retries 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ usb_recvbuffer_safe()

int usb_recvbuffer_safe ( s32  chn,
void buffer,
int  size 
)
Here is the call graph for this function:

◆ usb_recvbuffer_safe_ex()

int usb_recvbuffer_safe_ex ( s32  chn,
void buffer,
int  size,
int  retries 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ usb_sendbuffer()

int usb_sendbuffer ( s32  chn,
const void buffer,
int  size 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ usb_sendbuffer_ex()

int usb_sendbuffer_ex ( s32  chn,
const void buffer,
int  size,
int  retries 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ usb_sendbuffer_safe()

int usb_sendbuffer_safe ( s32  chn,
const void buffer,
int  size 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ usb_sendbuffer_safe_ex()

int usb_sendbuffer_safe_ex ( s32  chn,
const void buffer,
int  size,
int  retries 
)
Here is the call graph for this function:
Here is the caller graph for this function: