zephyr/drivers/watchdog
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 drivers: watchdog: mcux_wwdt: add driver for NXP LPC 55xxx WWDT 2020-08-04 15:13:25 -05:00
Kconfig
Kconfig.cmsdk_apb drivers: watchdog: Remove useless Kconfig entry 2020-09-02 13:48:13 +02:00
Kconfig.esp32
Kconfig.gecko
Kconfig.mcux drivers: watchdog: mcux_wwdt: add driver for NXP LPC 55xxx WWDT 2020-08-04 15:13:25 -05:00
Kconfig.nrfx
Kconfig.sam
Kconfig.sam0
Kconfig.stm32
Kconfig.xec
wdt_cmsdk_apb.c drivers: watchdog: Remove useless Kconfig entry 2020-09-02 13:48:13 +02:00
wdt_esp32.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
wdt_gecko.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
wdt_handlers.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
wdt_iwdg_stm32.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
wdt_iwdg_stm32.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
wdt_mchp_xec.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
wdt_mcux_wdog.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
wdt_mcux_wdog32.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
wdt_mcux_wwdt.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
wdt_nrfx.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
wdt_sam.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
wdt_sam0.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
wdt_wwdg_stm32.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
wdt_wwdg_stm32.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00