Home
last modified time | relevance | path

Searched defs:prop_name (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/drivers/gpio/
H A Dgpio.c40 char prop_name[32]; /* 32 is max size of property name in DT */ in gpio_dt_get_by_index() local
/optee_os/core/drivers/pinctrl/
H A Dpinctrl.c78 char prop_name[8 + 20 + 1] = { }; in pinctrl_get_state_by_idx() local
/optee_os/core/kernel/
H A Ddt.c342 int fdt_read_uint32_array(const void *fdt, int node, const char *prop_name, in fdt_read_uint32_array()
365 int fdt_read_uint32_index(const void *fdt, int node, const char *prop_name, in fdt_read_uint32_index()
383 int fdt_read_uint32(const void *fdt, int node, const char *prop_name, in fdt_read_uint32()
390 const char *prop_name, uint32_t dflt_value) in fdt_read_uint32_default()
H A Ddt_driver.c311 TEE_Result dt_driver_device_from_node_idx_prop_phandle(const char *prop_name, in dt_driver_device_from_node_idx_prop_phandle()
351 TEE_Result dt_driver_device_from_node_idx_prop(const char *prop_name, in dt_driver_device_from_node_idx_prop()
/optee_os/core/drivers/clk/
H A Dclk_dt.c30 static TEE_Result clk_dt_get_by_idx_prop(const char *prop_name, const void *fdt, in clk_dt_get_by_idx_prop()