zephyr/subsys/usb
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access
Since struct devconfig was merged earlier into struct device, let's fix
accessing config_info, name, ... attributes everywhere via:

grep -rlZ 'dev->config->' | xargs -0 sed -i 's/dev->config->/dev->/g'

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-05-08 23:07:44 +02:00
..
class device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
bos.c usb: Remove extra logs 2019-10-01 09:16:42 -04:00
CMakeLists.txt usb: move USB transfer functions to appropriate file 2020-02-05 11:28:12 +01:00
Kconfig usb: Sync receiving data from ISO OUT endpoint with SOF 2020-05-08 15:12:27 +02:00
os_desc.c usb: Cleanup for multiplied defines 2019-12-09 12:48:13 -05:00
os_desc.h usb: osdesc: Use definition for string descriptor index 2018-07-12 23:10:22 -04:00
usb_descriptor.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
usb_descriptor.h usb: Fix automatic assignment endpoints 2019-05-06 11:14:24 +02:00
usb_device.c usb: Allow Audio Class to handle custom_hander for all interfaces 2020-05-07 11:20:27 +02:00
usb_transfer.c usb: transfer: fix too high log level 2020-04-17 13:34:40 -05:00
usb_transfer.h usb: move USB transfer functions to appropriate file 2020-02-05 11:28:12 +01:00