zephyr/drivers/i2s
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
i2s_cavs.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
i2s_cavs.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
i2s_common.c
i2s_handlers.c
i2s_ll_stm32.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
i2s_ll_stm32.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
i2s_sam_ssc.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
Kconfig
Kconfig.cavs
Kconfig.sam_ssc
Kconfig.stm32