Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Ddt_driver.h196 unsigned int prop_index,
/optee_os/core/kernel/
H A Ddt_driver.c314 unsigned int prop_index, in dt_driver_device_from_node_idx_prop_phandle() argument
340 prop_index *= dt_driver_provider_cells(prv); in dt_driver_device_from_node_idx_prop_phandle()
341 if ((prop_index + 1) * sizeof(*prop) > (size_t)len) in dt_driver_device_from_node_idx_prop_phandle()
347 prop + prop_index, device_ref, in dt_driver_device_from_node_idx_prop_phandle()