1
0
Fork 0
forked from len0rd/rockbox
foxbox/firmware/target
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
..
arm usb: rename usb_drv_recv() to usb_recv_recv_nonblocking() 2021-09-20 22:41:29 +01:00
coldfire pcm: Remove unused function pcm_play_dma_get_peak_buffer() 2021-07-25 14:07:41 +00:00
hosted Eros Q Hosted: Apply DC Bias to PCM Data 2021-08-12 10:07:49 +00:00
mips usb: rename usb_drv_recv() to usb_recv_recv_nonblocking() 2021-09-20 22:41:29 +01:00