zephyr/subsys/usb/device/class
Henrik Brix Andersen 69fe9b0c50 net: buf: remove use of special putter and getter functions
Convert users of net_buf_put() and net_buf_get() functions to use
non-wrapped putters and getters k_fifo_put() and k_fifo_get().

Special handling of net_bufs in k_fifos is no longer needed after commit
3d306c181f, since these actions are now
atomic regardless of any net_buf fragments.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2024-08-16 09:55:11 +02:00
..
audio usb: device: audio: fix compiler warning for usb audio microphone 2024-01-10 15:08:06 +01:00
dfu usb: dfu: fix detach happening too fast 2024-05-24 07:48:03 -04:00
hid
netusb net: buf: remove use of special putter and getter functions 2024-08-16 09:55:11 +02:00
bluetooth.c net: buf: remove use of special putter and getter functions 2024-08-16 09:55:11 +02:00
bt_h4.c net: buf: remove use of special putter and getter functions 2024-08-16 09:55:11 +02:00
cdc_acm.c usb: cdc_acm: Update log level only if UART log backend is enabled 2024-06-21 08:45:22 -04:00
CMakeLists.txt
Kconfig
Kconfig.bt
Kconfig.cdc usb: device: cdc_acm: Use ZLP to detect initial host read 2023-11-13 09:43:46 +01:00
Kconfig.msc
Kconfig.template.composite_device_number
Kconfig.test
loopback.c
msc.c