Searched refs:extended_name_get (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/firmware/arm_scmi/ |
| H A D | protocols.h | 271 int (*extended_name_get)(const struct scmi_protocol_handle *ph, member
|
| H A D | power.c | 145 ph->hops->extended_name_get(ph, POWER_DOMAIN_NAME_GET, in scmi_power_domain_attributes_get()
|
| H A D | reset.c | 151 ph->hops->extended_name_get(ph, RESET_DOMAIN_NAME_GET, domain, in scmi_reset_domain_attributes_get()
|
| H A D | voltage.c | 247 ph->hops->extended_name_get(ph, in scmi_voltage_descriptors_get()
|
| H A D | pinctrl.c | 236 ret = ph->hops->extended_name_get(ph, PINCTRL_NAME_GET, in scmi_pinctrl_attributes()
|
| H A D | powercap.c | 290 ph->hops->extended_name_get(ph, POWERCAP_DOMAIN_NAME_GET, in scmi_powercap_domain_attributes_get()
|
| H A D | sensors.c | 662 ph->hops->extended_name_get(ph, SENSOR_NAME_GET, s->id, in iter_sens_descr_process_response()
|
| H A D | clock.c | 384 ph->hops->extended_name_get(ph, CLOCK_NAME_GET, clk_id, in scmi_clock_attributes_get()
|
| H A D | perf.c | 326 ph->hops->extended_name_get(ph, PERF_DOMAIN_NAME_GET, in scmi_perf_domain_attributes_get()
|
| H A D | driver.c | 2046 .extended_name_get = scmi_common_extended_name_get,
|