zephyr/drivers/ipm
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 ipm: ipm_intel_adsp: Add INTEL ADSP IPM driver 2020-08-24 13:38:33 -04:00
Kconfig ipm: ipm_intel_adsp: Add INTEL ADSP IPM driver 2020-08-24 13:38:33 -04:00
Kconfig.nrfx
Kconfig.nrfx_ipc_channel
ipm_cavs_idc.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ipm_cavs_idc.h ipm: add driver for the CAVS DSP Intra-DSP Communication (IDC) 2020-03-25 19:07:28 -04:00
ipm_cavs_idc_priv.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ipm_handlers.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ipm_imx.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
ipm_intel_adsp.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
ipm_mcux.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
ipm_mhu.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
ipm_mhu.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ipm_nrfx_ipc.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
ipm_nrfx_ipc.h
ipm_stm32_ipcc.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00