Home
last modified time | relevance | path

Searched refs:_config (Results 1 – 25 of 137) sorted by relevance

123456

/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
Deth_nxp_enet_qos.c33 static const struct nxp_enet_qos_config enet_qos_##n##_config = { \
42 &enet_qos_##n##_config, POST_KERNEL, 0, NULL);
/Zephyr-latest/drivers/dma/
Ddma_intel_adsp_hda_link_in.c28 static const struct intel_adsp_hda_dma_cfg intel_adsp_hda_dma##inst##_config = { \
43 &intel_adsp_hda_dma##inst##_config, POST_KERNEL, \
Ddma_intel_adsp_hda_link_out.c28 static const struct intel_adsp_hda_dma_cfg intel_adsp_hda_dma##inst##_config = { \
43 &intel_adsp_hda_dma##inst##_config, POST_KERNEL, \
Ddma_intel_adsp_hda_host_in.c26 static const struct intel_adsp_hda_dma_cfg intel_adsp_hda_dma##inst##_config = { \
41 &intel_adsp_hda_dma##inst##_config, POST_KERNEL, \
Ddma_intel_adsp_hda_host_out.c30 static const struct intel_adsp_hda_dma_cfg intel_adsp_hda_dma##inst##_config = { \
45 &intel_adsp_hda_dma##inst##_config, POST_KERNEL, \
Ddma_dw.c96 static const struct dw_dma_cfg dw_dma##inst##_config = { \
111 &dw_dma##inst##_config, POST_KERNEL, \
/Zephyr-latest/drivers/w1/
Dw1_ds2482-800.c56 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/
Dclock_control_rv32m1_pcc.c61 static const struct rv32m1_pcc_config rv32m1_pcc##inst##_config = { \
68 NULL, &rv32m1_pcc##inst##_config, \
Dclock_control_mcux_pcc.c139 static const struct mcux_pcc_config mcux_pcc##inst##_config = { \
148 NULL, &mcux_pcc##inst##_config, \
/Zephyr-latest/drivers/gpio/
Dgpio_davinci.c173 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, \
Dgpio_emul_sdl.c89 static const struct gpio_sdl_config gpio_sdl_##inst##_config = { \
97 &gpio_sdl_##inst##_config, POST_KERNEL, \
/Zephyr-latest/include/zephyr/sys/
Dhash_map.h49 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/
Dpinctrl_rv32m1.c55 static const struct pinctrl_rv32m1_config pinctrl_rv32m1_##n##_config = {\
62 NULL, &pinctrl_rv32m1_##n##_config, \
Dpinctrl_nxp_port.c88 static const struct pinctrl_mcux_config pinctrl_mcux_##n##_config = {\
97 NULL, &pinctrl_mcux_##n##_config, \
/Zephyr-latest/drivers/sensor/maxim/max31790/
Dmax31790_fan_fault.c70 static const struct max31790_fan_fault_config max31790_fan_fault_##inst##_config = { \
78 &max31790_fan_fault_##inst##_config, POST_KERNEL, \
Dmax31790_fan_speed.c126 static const struct max31790_fan_speed_config max31790_fan_speed_##inst##_config = { \
135 &max31790_fan_speed_##inst##_config, POST_KERNEL, \
/Zephyr-latest/drivers/mfd/
Dmfd_max31790.c74 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/
Dws2812_rpi_pico_pio.c190 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, \
Dapa102.c115 static const struct apa102_config apa102_##idx##_config = { \
130 &apa102_##idx##_config, \
/Zephyr-latest/drivers/sensor/nct75/
Dnct75.c110 static const struct nct75_config nct75_##inst##_config = { \
117 &nct75_##inst##_config, POST_KERNEL, \
/Zephyr-latest/drivers/fuel_gauge/composite/
Dfuel_gauge_composite.c100 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/
Ddac_mcux_gau.c106 const struct nxp_gau_dac_config nxp_gau_dac_##inst##_config = { \
117 &nxp_gau_dac_##inst##_config, \
/Zephyr-latest/drivers/mbox/
Dmbox_nxp_imx_mu.c147 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, \
Dmbox_nxp_mailbox.c196 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/
Dsqn_hwspinlock.c142 static const struct sqn_hwspinlock_config sqn_hwspinlock##idx##_config = { \
150 &sqn_hwspinlock##idx##_config, \

123456