zephyr/drivers/adc
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: adc: add Microchip MCP320x driver 2020-03-27 16:17:06 +01:00
Kconfig shell: enable modules by default if shell is enabled 2020-06-24 21:37:12 -04:00
Kconfig.lmp90xxx
Kconfig.mcp320x drivers: adc: add Microchip MCP320x driver 2020-03-27 16:17:06 +01:00
Kconfig.mcux
Kconfig.nrfx adc: Kconfig: Remove per instance ADC_{0..2} Kconfig symbols 2020-05-04 09:04:16 -05:00
Kconfig.sam0
Kconfig.sam_afec
Kconfig.stm32
Kconfig.xec
adc_common.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
adc_context.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
adc_handlers.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
adc_lmp90xxx.c drivers: adc: Fix device instance const qualifier loss 2020-09-02 13:48:13 +02:00
adc_mchp_xec.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
adc_mcp320x.c drivers: adc: Fix device instance const qualifier loss 2020-09-02 13:48:13 +02:00
adc_mcux_adc12.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
adc_mcux_adc16.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
adc_nrfx_adc.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
adc_nrfx_saadc.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
adc_sam0.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
adc_sam_afec.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
adc_shell.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
adc_stm32.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00