zephyr/drivers/ipm
Peter Bigot bc34501892 drivers: use macro to define device structures
Replace individual device instance definitions with the macro that
expands to the equivalent change.

    F='struct device DEVICE_NAME_GET'
    git grep -l "$F" \
     | xargs sed -i -r \
       -e "s@$F"'\(([^)]*)\);@DEVICE_DECLARE(\1);@'

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-06-08 15:01:52 -04:00
..
CMakeLists.txt ipm: add driver for the CAVS DSP Intra-DSP Communication (IDC) 2020-03-25 19:07:28 -04:00
ipm_cavs_idc.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04: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 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ipm_imx.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ipm_mcux.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ipm_mhu.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ipm_mhu.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ipm_nrfx_ipc.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ipm_nrfx_ipc.h drivers: ipm: add nRFx IPM driver 2019-11-20 19:29:06 +01:00
ipm_stm32_ipcc.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig ipm: add driver for the CAVS DSP Intra-DSP Communication (IDC) 2020-03-25 19:07:28 -04:00
Kconfig.nrfx drivers: ipm: add nRFx IPM driver 2019-11-20 19:29:06 +01:00
Kconfig.nrfx_ipc_channel drivers: ipm: add nRFx IPM driver 2019-11-20 19:29:06 +01:00