zephyr/drivers/counter
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
..
CMakeLists.txt
counter_handlers.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
counter_imx_epit.c
counter_ll_stm32_rtc.c
counter_mcux_rtc.c
counter_nrfx_rtc.c
counter_nrfx_timer.c
counter_qmsi_aon.c
counter_qmsi_aonpt.c device: Extend device_set_power_state API to support async requests 2019-03-14 14:26:15 +01:00
counter_rtc_qmsi.c device: Extend device_set_power_state API to support async requests 2019-03-14 14:26:15 +01:00
dualtimer_cmsdk_apb.h
Kconfig
Kconfig.dtmr_cmsdk_apb
Kconfig.imx_epit kconfig: drivers: counter: Remove redundant COUNTER deps. 2019-03-09 10:00:35 -05:00
Kconfig.mcux_rtc
Kconfig.nrfx kconfig: Remove blank lines at the beginning/end of files 2019-03-13 07:29:42 -05:00
Kconfig.qmsi kconfig: drivers: counter: Remove redundant COUNTER deps. 2019-03-09 10:00:35 -05:00
Kconfig.stm32_rtc
Kconfig.tmr_cmsdk_apb
timer_cmsdk_apb.h
timer_dtmr_cmsdk_apb.c
timer_tmr_cmsdk_apb.c