Searched refs:_cfg (Results 26 – 50 of 54) sorted by relevance
123
/Zephyr-latest/drivers/i2c/target/ |
D | eeprom_target.c | 277 i2c_eeprom_target_##inst##_cfg = { \ 287 &i2c_eeprom_target_##inst##_cfg, \
|
/Zephyr-latest/drivers/led_strip/ |
D | ws2812_i2s.c | 232 static const struct ws2812_i2s_cfg ws2812_i2s_##idx##_cfg = { \ 247 DEVICE_DT_INST_DEFINE(idx, ws2812_i2s_init, NULL, NULL, &ws2812_i2s_##idx##_cfg, \
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_r8a779f0_cpg_mssr.c | 265 static struct r8a779f0_cpg_mssr_cfg cpg_mssr##inst##_cfg = { \ 282 &cpg_mssr##inst##_cfg, \
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_xlnx_ps_bank.c | 453 static const struct gpio_xlnx_ps_bank_dev_cfg gpio_xlnx_ps_bank##idx##_cfg = {\ 463 &gpio_xlnx_ps_bank##idx##_data, &gpio_xlnx_ps_bank##idx##_cfg,\
|
D | gpio_cy8c95xx.c | 277 static const struct cy8c95xx_config cy8c95xx_##idx##_cfg = { \ 288 &cy8c95xx_##idx##_drvdata, &cy8c95xx_##idx##_cfg, \
|
D | gpio_fxl6408.c | 406 static const struct gpio_fxl6408_config gpio_fxl6408_##inst##_cfg = { \ 426 &gpio_fxl6408_##inst##_cfg, POST_KERNEL, \
|
D | gpio_max22017.c | 398 static const struct gpio_adi_max22017_config gpio_adi_max22017_##id##_cfg = { \ 407 &gpio_adi_max22017_##id##_cfg, POST_KERNEL, \
|
D | gpio_max14916.c | 369 static const struct max14916_config max##model##_##id##_cfg = { \ 395 &max##model##_##id##_cfg, POST_KERNEL, \
|
D | gpio_nrfx.c | 554 static const struct gpio_nrfx_cfg gpio_nrfx_p##id##_cfg = { \ 571 &gpio_nrfx_p##id##_cfg, \
|
D | gpio_max14906.c | 443 static const struct max14906_config max14906_##id##_cfg = { \ 492 &max14906_##id##_cfg, POST_KERNEL, \
|
D | gpio_max22190.c | 639 static const struct max22190_config max22190_##id##_cfg = { \ 663 &max22190_##id##_cfg, POST_KERNEL, \
|
D | gpio_renesas_rz.c | 577 static ioport_cfg_t g_ioport_##inst##_cfg = { \ 591 .fsp_cfg = &g_ioport_##inst##_cfg, \
|
D | gpio_pca95xx.c | 821 static const struct gpio_pca95xx_config gpio_pca95xx_##inst##_cfg = { \ 856 &gpio_pca95xx_##inst##_cfg, \
|
/Zephyr-latest/drivers/mbox/ |
D | mbox_renesas_rz_mhu.c | 299 static mhu_cfg_t g_mhu_ns##idx##_cfg = { \ 318 .fsp_cfg = &g_mhu_ns##idx##_cfg, \
|
/Zephyr-latest/drivers/serial/ |
D | uart_native_tty.c | 396 static const struct native_tty_config native_tty_##inst##_cfg = { \ 412 &native_tty_##inst##_cfg, NATIVE_TTY_INIT_LEVEL, 55, \
|
D | uart_renesas_rz_sci.c | 454 static uart_cfg_t g_uart##n##_cfg = { \ 478 .fsp_cfg = &g_uart##n##_cfg, \
|
D | uart_renesas_rz_scif.c | 485 static uart_cfg_t g_uart##n##_cfg = { \ 516 .fsp_cfg = &g_uart##n##_cfg, \
|
D | uart_smartbond.c | 783 static const struct uart_smartbond_cfg uart_smartbond_##id##_cfg = { \ 811 &uart_smartbond_##id##_cfg, \
|
/Zephyr-latest/drivers/dma/ |
D | dma_max32.c | 342 static const struct max32_dma_config dma##inst##_cfg = { \ 350 DEVICE_DT_INST_DEFINE(inst, &max32_dma_init, NULL, &dma##inst##_data, &dma##inst##_cfg, \
|
/Zephyr-latest/drivers/mipi_dsi/ |
D | dsi_renesas_ra.c | 255 static const mipi_phy_cfg_t mipi_phy_##n##_cfg = { \ 270 .p_cfg = &mipi_phy_##n##_cfg, \
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_renesas_rz_riic.c | 494 static i2c_master_cfg_t g_i2c_master##index##_cfg = { \ 514 .fsp_cfg = &g_i2c_master##index##_cfg, \
|
D | i2c_smartbond.c | 661 static const struct i2c_smartbond_cfg i2c_smartbond_##id##_cfg = { \ 675 &i2c_smartbond_##id##_cfg, POST_KERNEL, \
|
/Zephyr-latest/drivers/counter/ |
D | counter_renesas_rz_gtm.c | 520 static timer_cfg_t g_timer##inst##_cfg = { \ 541 .fsp_cfg = &g_timer##inst##_cfg, .fsp_ctrl = &g_timer##inst##_ctrl}; \
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_renesas_rz_gpt.c | 637 static timer_cfg_t g_timer##inst##_cfg = { \ 650 .fsp_cfg = &g_timer##inst##_cfg, .fsp_ctrl = &g_timer##inst##_ctrl}; \
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_cyclonev.c | 1150 static const struct eth_cyclonev_config eth_cyclonev_##inst##_cfg = { \ 1158 ð_cyclonev_##inst##_cfg, \
|
123