Home
last modified time | relevance | path

Searched refs:NET_DEVICE_DT_INST_DEFINE (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/drivers/hdlc_rcp_if/
Dhdlc_rcp_if_nxp.c112 NET_DEVICE_DT_INST_DEFINE(0, NULL, /* Initialization Function */
Dhdlc_rcp_if_uart.c211 NET_DEVICE_DT_INST_DEFINE(0, NULL, /* Initialization Function */
/Zephyr-latest/drivers/ethernet/
Deth_stellaris.c366 NET_DEVICE_DT_INST_DEFINE(0,
/Zephyr-latest/drivers/ieee802154/
Dieee802154_uart_pipe.c401 NET_DEVICE_DT_INST_DEFINE(0, upipe_init, NULL, &upipe_context_data, NULL,
Dieee802154_b91.c647 NET_DEVICE_DT_INST_DEFINE(0, b91_init, NULL, &data, NULL,
Dieee802154_cc1200.c827 NET_DEVICE_DT_INST_DEFINE(0, cc1200_init, NULL, &cc1200_context_data,
Dieee802154_cc13xx_cc26xx.c819 NET_DEVICE_DT_INST_DEFINE(0, ieee802154_cc13xx_cc26xx_init, NULL,
Dieee802154_cc13xx_cc26xx_subg.c1056 NET_DEVICE_DT_INST_DEFINE(0, ieee802154_cc13xx_cc26xx_subg_init, NULL,
Dieee802154_kw41z.c1119 NET_DEVICE_DT_INST_DEFINE(
Dieee802154_nrf5.c1318 NET_DEVICE_DT_INST_DEFINE(0, nrf5_init, NULL, &nrf5_data, &nrf5_radio_cfg,
Dieee802154_rf2xx.c1164 NET_DEVICE_DT_INST_DEFINE( \
Dieee802154_mcr20a.c1471 NET_DEVICE_DT_INST_DEFINE(0, mcr20a_init, NULL, &mcr20a_context_data,
Dieee802154_cc2520.c1077 NET_DEVICE_DT_INST_DEFINE(0, cc2520_init, NULL, &cc2520_context_data,
Dieee802154_dw1000.c1683 NET_DEVICE_DT_INST_DEFINE(0,
/Zephyr-latest/drivers/wifi/esp32/src/
Desp_wifi_drv.c938 NET_DEVICE_DT_INST_DEFINE(0,
945 NET_DEVICE_DT_INST_DEFINE(1,
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_wifi.c829 NET_DEVICE_DT_INST_DEFINE(0, airoc_init, NULL, &airoc_wifi_data, &airoc_wifi_config,
/Zephyr-latest/include/zephyr/net/
Dnet_if.h3391 #define NET_DEVICE_DT_INST_DEFINE(inst, ...) \ macro