Home
last modified time | relevance | path

Searched refs:device_supported_handles_get (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/lib/devicetree/devices/src/
Dmain.c285 hdls = device_supported_handles_get(dev, &nhdls); in ZTEST()
291 hdls = device_supported_handles_get(dev, &nhdls); in ZTEST()
296 hdls = device_supported_handles_get(dev, &nhdls); in ZTEST()
315 hdls = device_supported_handles_get(dev, &nhdls); in ZTEST()
327 hdls = device_supported_handles_get(dev, &nhdls); in ZTEST()
/Zephyr-latest/kernel/
Ddevice.c181 const device_handle_t *handles = device_supported_handles_get(dev, &handle_count); in device_supported_foreach()
/Zephyr-latest/include/zephyr/
Ddevice.h618 device_supported_handles_get(const struct device *dev, size_t *count) in device_supported_handles_get() function