Searched refs:DEVICE_GET (Results 1 – 14 of 14) 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()
62 #define DEV_HDL_NAME(name) device_handle_get(DEVICE_GET(name))84 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()
35 static const struct device *const dummy_reg = DEVICE_GET(dummy_regulator);37 static const struct device *const dummy_parent = DEVICE_GET(dummy_regulator_parent);
573 const struct device *const eth_dev = DEVICE_GET(eth_native_posix_##x); \
333 #define DEVICE_GET(dev_id) (&DEVICE_NAME_GET(dev_id)) macro
347 iface = net_if_lookup_by_dev(DEVICE_GET(net_arp_test)); in ZTEST()
81 :c:macro:`DEVICE_GET()`321 DEVICE_GET(my_driver_0), MY_DRIVER_0_FLAGS);
46 #define TEST_NET_IF net_if_lookup_by_dev(DEVICE_GET(eth_ipv6_net))
272 #define MY_ISR_ARG DEVICE_GET(my_device)