Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Ddt_driver.c353 unsigned int prop_idx, in dt_driver_device_from_node_idx_prop() argument
378 if (!prop_idx) in dt_driver_device_from_node_idx_prop()
381 prop_idx--; in dt_driver_device_from_node_idx_prop()
409 } else if (prop_idx) { in dt_driver_device_from_node_idx_prop()
433 if (prop_idx) { in dt_driver_device_from_node_idx_prop()
434 prop_idx--; in dt_driver_device_from_node_idx_prop()
/optee_os/core/include/kernel/
H A Ddt_driver.h160 unsigned int prop_idx,