zephyr/doc/reference
Ramakrishna Pallala e1639b5345 device: Extend device_set_power_state API to support async requests
The existing device_set_power_state() API works only in synchronous
mode and this is not desirable for devices(ex: Gyro) which take
longer time (few 100 mSec) to suspend/resume.

To support async mode, a new callback argument is added to the API.
The device drivers can asynchronously suspend/resume and call the
callback function upon completion of the async request.

This commit adds the missing callback parameter to all the drivers
to make it compliant with the new API.

Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
2019-03-14 14:26:15 +01:00
..
bluetooth doc: bluetooth: Add reference to Bluetooth API 2019-02-11 07:54:27 -05:00
display doc: introduce final structure 2019-02-05 07:04:40 -05:00
drivers doc: introduce final structure 2019-02-05 07:04:40 -05:00
file_system doc: introduce final structure 2019-02-05 07:04:40 -05:00
kernel userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00
logging doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
misc jwt: Add JSON web token library 2019-02-08 15:32:58 -06:00
networking doc: net: Add SNTP API documentation 2019-03-13 15:37:02 -07:00
peripherals doc: introduce final structure 2019-02-05 07:04:40 -05:00
power_management device: Extend device_set_power_state API to support async requests 2019-03-14 14:26:15 +01:00
shell doc: shell: Document logging to shell in case of early crash 2019-03-09 10:08:14 -05:00
storage doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
usb doc: introduce final structure 2019-02-05 07:04:40 -05:00
index.rst doc: introduce final structure 2019-02-05 07:04:40 -05:00