Searched refs:dt_driver_provider_priv_data (Results 1 – 5 of 5) sorted by relevance
236 void *dt_driver_provider_priv_data(struct dt_driver_provider *prv);
287 .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()
490 etzpc_fw_ctrl = dt_driver_provider_priv_data(prov); in nsec_can_access_resource()
135 *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()
229 void *dt_driver_provider_priv_data(struct dt_driver_provider *prv) in dt_driver_provider_priv_data() function