zephyr/drivers/counter
Tomasz Bursztyka ef560e0a53 drivers: Manual const-ification of device driver instance
These are all the case that coccinelle cannot find as they are inside
macro declarations.

Fixed via:

git grep -rlz -E "\(struct device \*" |
	xargs -0 sed -i 's/(struct device/(const struct device/g'

Fixes #27399

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-09-02 13:48:13 +02:00
..
CMakeLists.txt counter: add pit counter driver 2020-08-21 14:27:59 -05:00
Kconfig counter: add pit counter driver 2020-08-21 14:27:59 -05:00
Kconfig.cmos
Kconfig.dtmr_cmsdk_apb
Kconfig.gecko
Kconfig.imx_epit
Kconfig.maxim_ds3231
Kconfig.mcux_gpt
Kconfig.mcux_lptmr
Kconfig.mcux_pit counter: add pit counter driver 2020-08-21 14:27:59 -05:00
Kconfig.mcux_rtc
Kconfig.native_posix drivers: counter: Add native_posix counter hardware model and driver 2020-07-27 13:25:50 +02:00
Kconfig.nrfx
Kconfig.sam0
Kconfig.stm32_rtc drivers: counter: stm32: Allow disabling backup domain reset 2020-08-24 16:27:13 -05:00
Kconfig.tmr_cmsdk_apb
Kconfig.xec
counter_cmos.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
counter_gecko_rtcc.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
counter_handlers.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
counter_imx_epit.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
counter_ll_stm32_rtc.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
counter_mchp_xec.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
counter_mcux_gpt.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
counter_mcux_lptmr.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
counter_mcux_pit.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
counter_mcux_rtc.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
counter_native_posix.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
counter_nrfx_rtc.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
counter_nrfx_timer.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
counter_sam0_tc32.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
dualtimer_cmsdk_apb.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
maxim_ds3231.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
timer_cmsdk_apb.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
timer_dtmr_cmsdk_apb.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
timer_tmr_cmsdk_apb.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00