Home
last modified time | relevance | path

Searched refs:DEVICE_GET (Results 1 – 13 of 13) sorted by relevance

/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()
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()
/Zephyr-Core-3.7.0/tests/subsys/pm/power_domain/src/
Dmain.c123 devc = DEVICE_GET(devc); in ZTEST()
286 devc = DEVICE_GET(devc); in ZTEST()
/Zephyr-Core-3.7.0/tests/net/icmp/src/
Dmain.c654 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()
/Zephyr-Core-3.7.0/tests/net/icmpv6/src/
Dmain.c244 test_iface = net_if_lookup_by_dev(DEVICE_GET(net_icmpv6_test)); in setup()
/Zephyr-Core-3.7.0/tests/lib/devicetree/devices/src/
Dmain.c63 #define DEV_HDL_NAME(name) device_handle_get(DEVICE_GET(name))
85 DEVICE_GET(manual_dev), NULL); in ZTEST()
/Zephyr-Core-3.7.0/tests/subsys/pm/device_runtime_api/src/
Dmain.c269 const struct device *const dev = DEVICE_GET(pm_unsupported_device); in ZTEST()
/Zephyr-Core-3.7.0/tests/net/virtual/src/
Dmain.c309 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()
/Zephyr-Core-3.7.0/include/zephyr/
Ddevice.h325 #define DEVICE_GET(dev_id) (&DEVICE_NAME_GET(dev_id)) macro
/Zephyr-Core-3.7.0/drivers/ethernet/
Deth_native_posix.c572 const struct device *const eth_dev = DEVICE_GET(eth_native_posix_##x); \
/Zephyr-Core-3.7.0/tests/net/arp/src/
Dmain.c347 iface = net_if_lookup_by_dev(DEVICE_GET(net_arp_test)); in ZTEST()
/Zephyr-Core-3.7.0/doc/kernel/drivers/
Dindex.rst79 :c:func:`DEVICE_GET()`
318 DEVICE_GET(my_driver_0), MY_DRIVER_0_FLAGS);
/Zephyr-Core-3.7.0/tests/net/ipv6/src/
Dmain.c45 #define TEST_NET_IF net_if_lookup_by_dev(DEVICE_GET(eth_ipv6_net))
/Zephyr-Core-3.7.0/doc/kernel/services/
Dinterrupts.rst272 #define MY_ISR_ARG DEVICE_GET(my_device)