Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Ddt_driver.h236 void *dt_driver_provider_priv_data(struct dt_driver_provider *prv);
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dmain.c287 .ctrl = dt_driver_provider_priv_data(fw_provider), in secure_pager_ram()
317 .ctrl = dt_driver_provider_priv_data(fw_provider), in non_secure_scmi_ram()
389 .ctrl = dt_driver_provider_priv_data(fw_provider), in configure_sysram()
H A Dscmi_server.c490 etzpc_fw_ctrl = dt_driver_provider_priv_data(prov); in nsec_can_access_resource()
/optee_os/core/drivers/regulator/
H A Dregulator_dt.c135 *regulator = dt_driver_provider_priv_data(provider); in regulator_dt_get_supply()
219 pending->regulator->supply = dt_driver_provider_priv_data(p); in process_pending_list()
/optee_os/core/kernel/
H A Ddt_driver.c229 void *dt_driver_provider_priv_data(struct dt_driver_provider *prv) in dt_driver_provider_priv_data() function