rockbox/firmware/target/mips/ingenic_jz47xx
Aidan MacDonald 672bbe434b usb: rename usb_drv_recv() to usb_recv_recv_nonblocking()
IMHO the current name is somewhat misleading:

- usb_drv_send() is blocking and we have usb_drv_send_nonblocking()
  for the non-blocking case. This inconsistent naming can only
  promote confusion. (And what would we call a blocking receive?)

- Other hardware abstraction APIs in Rockbox are usually blocking:
  storage, LCD, backlight, audio... in other words, blocking is the
  default expected behavior, with non-blocking calls being a rarity.

Change-Id: I05b41088d09eab582697674f4f06fdca0c8950af
2021-09-20 22:41:29 +01:00
..
onda_vx747 mips: Convert 'nop' to 'ssnop' -- for future-proofing 2020-09-05 22:18:26 +00:00
onda_vx767 Undo the hacks that allowed targets without LEFT/RIGHT (UP/DN) to build. 2020-10-08 20:30:08 -04:00
xduoo_x3 Undo the hacks that allowed targets without LEFT/RIGHT (UP/DN) to build. 2020-10-08 20:30:08 -04:00
app.lds MIPS: remove .MIPS.abiflags section 2021-04-26 12:41:06 +00:00
ata-nand-jz4740.c mips: Heavily rework DMA & caching code 2020-09-03 15:34:28 -04:00
ata-nand-jz4760.c mips: Heavily rework DMA & caching code 2020-09-03 15:34:28 -04:00
ata-sd-jz4740.c mips: Heavily rework DMA & caching code 2020-09-03 15:34:28 -04:00
ata-sd-jz4760.c mips: Heavily rework DMA & caching code 2020-09-03 15:34:28 -04:00
backlight-target.h Add cleaned-up xDuoo X3 support 2018-07-28 10:56:31 -04:00
boot.lds MIPS: remove .MIPS.abiflags section 2021-04-26 12:41:06 +00:00
codec-jz4740.c jz47xx: Audio path tweaks: 2020-09-04 15:57:00 -04:00
codec-jz4760.c xduoox3: Global volume_limit now applies to the line output as well 2021-04-09 15:54:04 -04:00
crt0.S mips: Convert 'nop' to 'ssnop' -- for future-proofing 2020-09-05 22:18:26 +00:00
debug-jz4740.c remove debug-target.h 2012-05-07 00:55:59 -04:00
debug-jz4760.c Xduoo X3 add headphone and lineout status to IO Ports debug menu 2020-09-17 11:22:40 -04:00
dma-target.h Add cleaned-up xDuoo X3 support 2018-07-28 10:56:31 -04:00
dma_acc-jz4740.c mips: Heavily rework DMA & caching code 2020-09-03 15:34:28 -04:00
dma_acc-jz4760.c mips: Heavily rework DMA & caching code 2020-09-03 15:34:28 -04:00
fmradio-i2c-jz4740.c Onda VX747: try at implementing FM tuner support 2009-06-01 21:00:31 +00:00
i2c-jz4740.c Fix red. 2011-12-21 18:08:26 +00:00
i2c-jz4760.c jz4760: Greatly enhance debug code and silence some compilation warnings. 2018-09-20 18:59:19 -04:00
kernel-jz4740.c Onda VX747: 2009-01-27 00:38:58 +00:00
kernel-jz4760.c Add cleaned-up xDuoo X3 support 2018-07-28 10:56:31 -04:00
lcd-jz4740.c mips: Heavily rework DMA & caching code 2020-09-03 15:34:28 -04:00
lcd-jz4760.c Add cleaned-up xDuoo X3 support 2018-07-28 10:56:31 -04:00
lcd-target.h lcd-target.h: remove some duplicate declarations 2012-01-08 00:52:55 +00:00
pcm-jz4740.c Fix yellow from e532714d1f 2021-07-25 15:22:33 +01:00
pcm-jz4760.c Fix remaining yellow from e532714d1f 2021-07-25 14:36:47 +00:00
system-jz4740.c mips: Convert 'nop' to 'ssnop' -- for future-proofing 2020-09-05 22:18:26 +00:00
system-jz4760.c jz4760: Fix and re-enable the hardware udelay() timer 2020-09-06 02:09:21 +00:00
system-target.h Use STORAGE_NEEDS_BOUNCE_BUFFER instead of STORAGE_NEEDS_ALIGN 2021-03-27 15:02:18 -04:00
timer-jz4740.c jz4740: Timer not re-enabled properly 2020-08-28 15:19:07 +00:00
timer-jz4760.c jz4760: Use a #define for the timer id, not a raw number 2020-09-06 00:27:07 +00:00
usb-jz4740.c usb: rename usb_drv_recv() to usb_recv_recv_nonblocking() 2021-09-20 22:41:29 +01:00
usb-jz4760.c usb: rename usb_drv_recv() to usb_recv_recv_nonblocking() 2021-09-20 22:41:29 +01:00
xdebug.h Add cleaned-up xDuoo X3 support 2018-07-28 10:56:31 -04:00