Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/kernel/
Ddevice.c80 size_t z_device_get_all_static(struct device const **devices) in z_device_get_all_static() function
/Zephyr-Core-3.5.0/subsys/shell/modules/
Ddevice_service.c54 size_t devcnt = z_device_get_all_static(&devlist); in cmd_device_list()
/Zephyr-Core-3.5.0/subsys/pm/
Dpm.c60 devc = z_device_get_all_static(&devs); in pm_suspend_devices()
Ddevice.c230 devc = z_device_get_all_static(&devs); in pm_device_is_any_busy()
/Zephyr-Core-3.5.0/tests/kernel/device/src/
Dmain.c242 size_t devcount = z_device_get_all_static(&devices); in ZTEST()
/Zephyr-Core-3.5.0/include/zephyr/
Ddevice.h708 size_t z_device_get_all_static(const struct device **devices);
/Zephyr-Core-3.5.0/subsys/shell/
Dshell_utils.c504 size_t len = z_device_get_all_static(&dev); in shell_device_lookup()
/Zephyr-Core-3.5.0/tests/lib/devicetree/devices/src/
Dmain.c337 ndevs = z_device_get_all_static(&devlist); in devicetree_devices_setup()