Home
last modified time | relevance | path

Searched refs:dev_handle (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/subsys/pm/
Ddevice.c108 device_handle_t dev_handle = -1; in power_domain_add_or_remove() local
118 dev_handle = i + 1; in power_domain_add_or_remove()
140 if (rv[i] == dev_handle) { in power_domain_add_or_remove()
148 rv[i] = dev_handle; in power_domain_add_or_remove()
/Zephyr-Core-3.5.0/include/zephyr/
Ddevice.h444 device_from_handle(device_handle_t dev_handle) in device_from_handle() argument
452 if ((dev_handle > 0) && ((size_t)dev_handle <= numdev)) { in device_from_handle()
453 dev = &STRUCT_SECTION_START(device)[dev_handle - 1]; in device_from_handle()