/Zephyr-latest/tests/kernel/device/src/ |
D | mmio_multireg.c | 37 #define DEV_CFG(dev) ((struct foo_multireg_config_info *)((dev)->config)) macro
|
D | mmio.c | 123 #define DEV_CFG(dev) ((struct foo_mult_config_info *)((dev)->config)) macro
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_xlnx_ps.c | 23 #define DEV_CFG(_dev) ((const struct gpio_xlnx_ps_dev_cfg *)(_dev)->config) macro
|
D | gpio_brcmstb.c | 18 #define DEV_CFG(dev) ((const struct gpio_brcmstb_config *)(dev)->config) macro
|
D | gpio_xlnx_ps_bank.c | 24 #define DEV_CFG(_dev) ((const struct gpio_xlnx_ps_bank_dev_cfg *)(_dev)->config) macro
|
D | gpio_davinci.c | 26 #define DEV_CFG(dev) \ macro
|
D | gpio_mcux_rgpio.c | 20 #define DEV_CFG(_dev) \ macro
|
D | gpio_iproc.c | 43 #define DEV_CFG(dev) ((const struct gpio_iproc_config *const)(dev)->config) macro
|
D | gpio_mcux_igpio.c | 23 #define DEV_CFG(_dev) ((const struct mcux_igpio_config *)(_dev)->config) macro
|
D | gpio_rp1.c | 51 #define DEV_CFG(dev) ((const struct gpio_rp1_config *)(dev)->config) macro
|
D | gpio_rcar.c | 24 #define DEV_CFG(_dev) \ macro
|
D | gpio_bcm2711.c | 42 #define DEV_CFG(dev) ((const struct gpio_bcm2711_config *const)(dev)->config) macro
|
D | gpio_intel.c | 91 #define DEV_CFG(_dev) \ macro
|
/Zephyr-latest/drivers/flash/ |
D | flash_cadence_qspi_nor.c | 36 #define DEV_CFG(dev) ((struct flash_cad_config *)((dev)->config)) macro
|
D | flash_cadence_nand.c | 23 #define DEV_CFG(_dev) ((const struct flash_cadence_nand_config *)(_dev)->config) macro
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_ast10x0.c | 50 #define DEV_CFG(dev) ((const struct clock_aspeed_config *const)(dev)->config) macro
|
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_cdns.c | 19 #define DEV_CFG(_dev) ((const struct sdhc_cdns_config *)(_dev)->config) macro
|
/Zephyr-latest/drivers/misc/timeaware_gpio/ |
D | timeaware_gpio_intel.c | 45 #define DEV_CFG(_dev) \ macro
|
/Zephyr-latest/drivers/counter/ |
D | counter_mcux_gpt.c | 19 #define DEV_CFG(_dev) ((const struct mcux_gpt_config *)(_dev)->config) macro
|
D | counter_mcux_tpm.c | 18 #define DEV_CFG(_dev) ((const struct mcux_tpm_config *)(_dev)->config) macro
|
D | counter_dw_timer.c | 39 #define DEV_CFG(_dev) ((const struct counter_dw_timer_config *)(_dev)->config) macro
|
/Zephyr-latest/drivers/dma/ |
D | dma_sedi.c | 39 #define DEV_CFG(dev) \ macro
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_mcux_lpi2c_rtio.c | 37 #define DEV_CFG(_dev) \ macro
|
D | i2c_mcux_lpi2c.c | 39 #define DEV_CFG(_dev) \ macro
|
/Zephyr-latest/drivers/audio/ |
D | wm8904.c | 28 #define DEV_CFG(dev) ((const struct wm8904_driver_config *const)dev->config) macro
|