Home
last modified time | relevance | path

Searched refs:dt_driver_provider (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/include/kernel/
H A Ddt_driver.h86 struct dt_driver_provider;
219 struct dt_driver_provider *
225 struct dt_driver_provider *
231 unsigned int dt_driver_provider_cells(struct dt_driver_provider *prv);
236 void *dt_driver_provider_priv_data(struct dt_driver_provider *prv);
/optee_os/core/kernel/
H A Ddt_driver.c53 struct dt_driver_provider { struct
60 SLIST_ENTRY(dt_driver_provider) link; argument
67 static SLIST_HEAD(, dt_driver_provider) dt_driver_provider_list =
130 struct dt_driver_provider *prv = NULL; in dt_driver_register_provider()
224 unsigned int dt_driver_provider_cells(struct dt_driver_provider *prv) in dt_driver_provider_cells()
229 void *dt_driver_provider_priv_data(struct dt_driver_provider *prv) in dt_driver_provider_priv_data()
234 struct dt_driver_provider *
237 struct dt_driver_provider *prv = NULL; in dt_driver_get_provider_by_node()
246 struct dt_driver_provider *
249 struct dt_driver_provider *prv = NULL; in dt_driver_get_provider_by_phandle()
[all …]
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dmain.c280 static TEE_Result secure_pager_ram(struct dt_driver_provider *fw_provider, in secure_pager_ram()
310 static TEE_Result non_secure_scmi_ram(struct dt_driver_provider *fw_provider, in non_secure_scmi_ram()
337 static void configure_srams(struct dt_driver_provider *fw_provider) in configure_srams()
384 static void configure_sysram(struct dt_driver_provider *fw_provider) in configure_sysram()
419 struct dt_driver_provider *prov = NULL; in init_late_stm32mp1_drivers()
H A Dscmi_server.c478 struct dt_driver_provider *prov = NULL; in nsec_can_access_resource()
/optee_os/core/drivers/regulator/
H A Dregulator_dt.c122 struct dt_driver_provider *provider = NULL; in regulator_dt_get_supply()
208 struct dt_driver_provider *p = NULL; in process_pending_list()