Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/pm/
Ddevice.c105 device_handle_t dev_handle = -1; in power_domain_add_or_remove() local
115 dev_handle = i + 1; in power_domain_add_or_remove()
137 if (rv[i] == dev_handle) { in power_domain_add_or_remove()
145 rv[i] = dev_handle; in power_domain_add_or_remove()
/Zephyr-latest/include/zephyr/
Ddevice.h481 device_from_handle(device_handle_t dev_handle) in device_from_handle() argument
489 if ((dev_handle > 0) && ((size_t)dev_handle <= numdev)) { in device_from_handle()
490 dev = &STRUCT_SECTION_START(device)[dev_handle - 1]; in device_from_handle()