Searched refs:DEVICE_GET (Results 1 – 13 of 13) sorted by relevance
238 const struct device *const eth_dev = DEVICE_GET(eth3_test); in ptp_test_1_init()254 const struct device *const eth_dev = DEVICE_GET(eth2_test); in ptp_test_2_init()297 if ((iface != net_if_lookup_by_dev(DEVICE_GET(eth3_test))) && in iface_cb()298 (iface != net_if_lookup_by_dev(DEVICE_GET(eth2_test))) && in iface_cb()299 (iface != net_if_lookup_by_dev(DEVICE_GET(eth1_test)))) { in iface_cb()
123 devc = DEVICE_GET(devc); in ZTEST()286 devc = DEVICE_GET(devc); in ZTEST()
654 sender = net_if_lookup_by_dev(DEVICE_GET(test_sender_icmp)); in setup()658 receiver = net_if_lookup_by_dev(DEVICE_GET(test_receiver_icmp)); in setup()681 offload_sender = net_if_lookup_by_dev(DEVICE_GET(test_offload)); in setup()
244 test_iface = net_if_lookup_by_dev(DEVICE_GET(net_icmpv6_test)); in setup()
63 #define DEV_HDL_NAME(name) device_handle_get(DEVICE_GET(name))85 DEVICE_GET(manual_dev), NULL); in ZTEST()
269 const struct device *const dev = DEVICE_GET(pm_unsupported_device); in ZTEST()
309 if ((iface != net_if_lookup_by_dev(DEVICE_GET(eth_test_dummy1))) && in iface_cb()310 (iface != net_if_lookup_by_dev(DEVICE_GET(eth_test_dummy2))) && in iface_cb()311 (iface != net_if_lookup_by_dev(DEVICE_GET(eth_test))) && in iface_cb()
325 #define DEVICE_GET(dev_id) (&DEVICE_NAME_GET(dev_id)) macro
572 const struct device *const eth_dev = DEVICE_GET(eth_native_posix_##x); \
347 iface = net_if_lookup_by_dev(DEVICE_GET(net_arp_test)); in ZTEST()
79 :c:func:`DEVICE_GET()`318 DEVICE_GET(my_driver_0), MY_DRIVER_0_FLAGS);
45 #define TEST_NET_IF net_if_lookup_by_dev(DEVICE_GET(eth_ipv6_net))
272 #define MY_ISR_ARG DEVICE_GET(my_device)