zephyr/subsys/usb
Tomasz Bursztyka 4ae72db135 net: Enable PM settings on network devices
By changing the various *NET_DEVICE* macros. It is up to the device
drivers to either set a proper PM function or, if not supported or PM
disabled, to use device_pm_control_nop relevantly.

All existing macro calls are updated. Since no PM support was added so
far, device_pm_control_nop is used as the default everywhere.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-03-27 14:48:30 +02:00
..
class net: Enable PM settings on network devices 2020-03-27 14:48:30 +02:00
CMakeLists.txt usb: move USB transfer functions to appropriate file 2020-02-05 11:28:12 +01:00
Kconfig usb: convert VBUS control to new GPIO API 2020-02-05 12:00:36 +01:00
bos.c
os_desc.c usb: Cleanup for multiplied defines 2019-12-09 12:48:13 -05:00
os_desc.h
usb_descriptor.c usb: filter out synchronization type for isochronous endpoints 2020-03-26 14:09:55 +01:00
usb_descriptor.h
usb_device.c usb: filter out synchronization type for isochronous endpoints 2020-03-26 14:09:55 +01:00
usb_transfer.c usb: rework USB transfer logging 2020-02-05 11:28:12 +01:00
usb_transfer.h usb: move USB transfer functions to appropriate file 2020-02-05 11:28:12 +01:00