Searched refs:_config (Results 1 – 25 of 137) sorted by relevance
123456
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/ |
D | eth_nxp_enet_qos.c | 33 static const struct nxp_enet_qos_config enet_qos_##n##_config = { \ 42 &enet_qos_##n##_config, POST_KERNEL, 0, NULL);
|
/Zephyr-latest/drivers/dma/ |
D | dma_intel_adsp_hda_link_in.c | 28 static const struct intel_adsp_hda_dma_cfg intel_adsp_hda_dma##inst##_config = { \ 43 &intel_adsp_hda_dma##inst##_config, POST_KERNEL, \
|
D | dma_intel_adsp_hda_link_out.c | 28 static const struct intel_adsp_hda_dma_cfg intel_adsp_hda_dma##inst##_config = { \ 43 &intel_adsp_hda_dma##inst##_config, POST_KERNEL, \
|
D | dma_intel_adsp_hda_host_in.c | 26 static const struct intel_adsp_hda_dma_cfg intel_adsp_hda_dma##inst##_config = { \ 41 &intel_adsp_hda_dma##inst##_config, POST_KERNEL, \
|
D | dma_intel_adsp_hda_host_out.c | 30 static const struct intel_adsp_hda_dma_cfg intel_adsp_hda_dma##inst##_config = { \ 45 &intel_adsp_hda_dma##inst##_config, POST_KERNEL, \
|
D | dma_dw.c | 96 static const struct dw_dma_cfg dw_dma##inst##_config = { \ 111 &dw_dma##inst##_config, POST_KERNEL, \
|
/Zephyr-latest/drivers/w1/ |
D | w1_ds2482-800.c | 56 static const struct ds2482_config inst_##inst##_config = { \ 60 DEVICE_DT_INST_DEFINE(inst, ds2482_init, NULL, &inst_##inst##_data, &inst_##inst##_config, \
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_rv32m1_pcc.c | 61 static const struct rv32m1_pcc_config rv32m1_pcc##inst##_config = { \ 68 NULL, &rv32m1_pcc##inst##_config, \
|
D | clock_control_mcux_pcc.c | 139 static const struct mcux_pcc_config mcux_pcc##inst##_config = { \ 148 NULL, &mcux_pcc##inst##_config, \
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_davinci.c | 173 static void gpio_davinci_bank_##n##_config(const struct device *dev) \ 182 static const struct gpio_davinci_config gpio_davinci_##n##_config = { \ 183 .bank_config = gpio_davinci_bank_##n##_config, \ 198 &gpio_davinci_##n##_config, \
|
D | gpio_emul_sdl.c | 89 static const struct gpio_sdl_config gpio_sdl_##inst##_config = { \ 97 &gpio_sdl_##inst##_config, POST_KERNEL, \
|
/Zephyr-latest/include/zephyr/sys/ |
D | hash_map.h | 49 const struct _config_type _name##_config = __VA_ARGS__; \ 53 .config = (const struct sys_hashmap_config *)&_name##_config, \ 77 static const struct _config_type _name##_config = __VA_ARGS__; \ 81 .config = (const struct sys_hashmap_config *)&_name##_config, \
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_rv32m1.c | 55 static const struct pinctrl_rv32m1_config pinctrl_rv32m1_##n##_config = {\ 62 NULL, &pinctrl_rv32m1_##n##_config, \
|
D | pinctrl_nxp_port.c | 88 static const struct pinctrl_mcux_config pinctrl_mcux_##n##_config = {\ 97 NULL, &pinctrl_mcux_##n##_config, \
|
/Zephyr-latest/drivers/sensor/maxim/max31790/ |
D | max31790_fan_fault.c | 70 static const struct max31790_fan_fault_config max31790_fan_fault_##inst##_config = { \ 78 &max31790_fan_fault_##inst##_config, POST_KERNEL, \
|
D | max31790_fan_speed.c | 126 static const struct max31790_fan_speed_config max31790_fan_speed_##inst##_config = { \ 135 &max31790_fan_speed_##inst##_config, POST_KERNEL, \
|
/Zephyr-latest/drivers/mfd/ |
D | mfd_max31790.c | 74 static const struct max31790_config max31790_##inst##_config = { \ 78 DEVICE_DT_INST_DEFINE(inst, max31790_init, NULL, NULL, &max31790_##inst##_config, \
|
/Zephyr-latest/drivers/led_strip/ |
D | ws2812_rpi_pico_pio.c | 190 static const struct ws2812_led_strip_config ws2812_led_strip_##node##_config = { \ 202 &ws2812_led_strip_##node##_config, POST_KERNEL, \ 237 static const struct ws2812_rpi_pico_pio_config rpi_pico_pio_ws2812_##inst##_config = { \ 249 &rpi_pico_pio_ws2812_##inst##_config, POST_KERNEL, \
|
D | apa102.c | 115 static const struct apa102_config apa102_##idx##_config = { \ 130 &apa102_##idx##_config, \
|
/Zephyr-latest/drivers/sensor/nct75/ |
D | nct75.c | 110 static const struct nct75_config nct75_##inst##_config = { \ 117 &nct75_##inst##_config, POST_KERNEL, \
|
/Zephyr-latest/drivers/fuel_gauge/composite/ |
D | fuel_gauge_composite.c | 100 static const struct composite_config composite_##inst##_config = { \ 109 DEVICE_DT_INST_DEFINE(inst, NULL, NULL, NULL, &composite_##inst##_config, POST_KERNEL, \
|
/Zephyr-latest/drivers/dac/ |
D | dac_mcux_gau.c | 106 const struct nxp_gau_dac_config nxp_gau_dac_##inst##_config = { \ 117 &nxp_gau_dac_##inst##_config, \
|
/Zephyr-latest/drivers/mbox/ |
D | mbox_nxp_imx_mu.c | 147 const static struct nxp_imx_mu_config nxp_imx_mu_##idx##_config = { \ 154 MU_Init(nxp_imx_mu_##idx##_config.base); \ 161 &nxp_imx_mu_##idx##_config, PRE_KERNEL_1, CONFIG_MBOX_INIT_PRIORITY, \
|
D | mbox_nxp_mailbox.c | 196 const static struct nxp_mailbox_config nxp_mailbox_##idx##_config = { \ 202 MAILBOX_Init(nxp_mailbox_##idx##_config.base); \ 209 &nxp_mailbox_##idx##_config, POST_KERNEL, CONFIG_MBOX_INIT_PRIORITY, \
|
/Zephyr-latest/drivers/hwspinlock/ |
D | sqn_hwspinlock.c | 142 static const struct sqn_hwspinlock_config sqn_hwspinlock##idx##_config = { \ 150 &sqn_hwspinlock##idx##_config, \
|
123456