Home
last modified time | relevance | path

Searched refs:eth_dev (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.7.0/drivers/ethernet/
Deth_smsc91x.c845 const struct device *eth_dev; member
861 const struct device *eth_dev = cfg->eth_dev; in mdio_smsc_read() local
862 struct eth_context *eth_data = eth_dev->data; in mdio_smsc_read()
873 const struct device *eth_dev = cfg->eth_dev; in mdio_smsc_write() local
874 struct eth_context *eth_data = eth_dev->data; in mdio_smsc_write()
890 .eth_dev = DEVICE_DT_GET(DT_CHILD(DT_INST_PARENT(0), ethernet)),
Deth_xmc4xxx.c1014 const struct device *eth_dev; member
1022 const struct eth_xmc4xxx_config *dev_cfg = ptp_context->eth_dev->config; in eth_xmc4xxx_ptp_clock_set()
1039 const struct eth_xmc4xxx_config *dev_cfg = ptp_context->eth_dev->config; in eth_xmc4xxx_ptp_clock_get()
1063 const struct eth_xmc4xxx_config *dev_cfg = ptp_context->eth_dev->config; in eth_xmc4xxx_ptp_clock_adjust()
1092 const struct eth_xmc4xxx_config *dev_cfg = ptp_context->eth_dev->config; in eth_xmc4xxx_ptp_clock_rate_adjust()
1125 const struct device *const eth_dev = DEVICE_DT_INST_GET(0); in ptp_clock_xmc4xxx_init() local
1126 struct eth_xmc4xxx_data *dev_data = eth_dev->data; in ptp_clock_xmc4xxx_init()
1130 ptp_context->eth_dev = eth_dev; in ptp_clock_xmc4xxx_init()
Deth_sam_gmac.c2344 const struct device *eth_dev; member
2353 const struct eth_sam_dev_cfg *const cfg = ptp_context->eth_dev->config; in ptp_clock_sam_gmac_set()
2367 const struct eth_sam_dev_cfg *const cfg = ptp_context->eth_dev->config; in ptp_clock_sam_gmac_get()
2379 const struct eth_sam_dev_cfg *const cfg = ptp_context->eth_dev->config; in ptp_clock_sam_gmac_adjust()
2410 const struct device *const eth_dev = DEVICE_DT_INST_GET(0); in ptp_gmac_init() local
2411 struct eth_sam_dev_data *dev_data = eth_dev->data; in ptp_gmac_init()
2415 ptp_context->eth_dev = eth_dev; in ptp_gmac_init()
Deth_native_posix.c572 const struct device *const eth_dev = DEVICE_GET(eth_native_posix_##x); \
573 struct eth_context *context = eth_dev->data; \
/Zephyr-Core-3.7.0/tests/net/ptp/clock/src/
Dmain.c238 const struct device *const eth_dev = DEVICE_GET(eth3_test); in ptp_test_1_init() local
239 struct eth_context *context = eth_dev->data; in ptp_test_1_init()
254 const struct device *const eth_dev = DEVICE_GET(eth2_test); in ptp_test_2_init() local
255 struct eth_context *context = eth_dev->data; in ptp_test_2_init()
/Zephyr-Core-3.7.0/drivers/ethernet/eth_nxp_enet_qos/
Deth_nxp_enet_qos_mac.c272 struct phy_link_state *state, void *eth_dev) in eth_nxp_enet_qos_phy_cb() argument
274 const struct device *dev = eth_dev; in eth_nxp_enet_qos_phy_cb()
/Zephyr-Core-3.7.0/drivers/ethernet/nxp_enet/
Deth_nxp_enet.c481 void *eth_dev) argument
483 const struct device *dev = eth_dev;
Deth_mcux.c1723 const struct device *const eth_dev = DEVICE_DT_GET(DT_NODELABEL(enet)); in ptp_mcux_init() local
1724 struct eth_context *context = eth_dev->data; in ptp_mcux_init()