|
| static __inline__ int | __send_command (s32 chn, u16 *cmd) |
| |
| static int | __usb_sendbyte (s32 chn, char ch) |
| |
| static int | __usb_recvbyte (s32 chn, char *ch) |
| |
| static int | __usb_checksend (s32 chn) |
| |
| static int | __usb_checkrecv (s32 chn) |
| |
| static void | __usb_flush (s32 chn) |
| |
| static int | __usb_isgeckoalive (s32 chn) |
| |
| static int | __usb_recvbuffer (s32 chn, void *buffer, int size) |
| |
| static int | __usb_sendbuffer (s32 chn, const void *buffer, int size) |
| |
| static int | usbopen (struct dbginterface *device) |
| |
| static int | usbclose (struct dbginterface *device) |
| |
| static int | usbwait (struct dbginterface *device) |
| |
| static int | usbread (struct dbginterface *device, void *buffer, int size) |
| |
| static int | usbwrite (struct dbginterface *device, const void *buffer, int size) |
| |
| struct dbginterface * | usb_init (s32 channel) |
| |