Home
last modified time | relevance | path

Searched refs:extended_name_get (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/firmware/arm_scmi/
H A Dprotocols.h271 int (*extended_name_get)(const struct scmi_protocol_handle *ph, member
H A Dpower.c145 ph->hops->extended_name_get(ph, POWER_DOMAIN_NAME_GET, in scmi_power_domain_attributes_get()
H A Dreset.c151 ph->hops->extended_name_get(ph, RESET_DOMAIN_NAME_GET, domain, in scmi_reset_domain_attributes_get()
H A Dvoltage.c247 ph->hops->extended_name_get(ph, in scmi_voltage_descriptors_get()
H A Dpinctrl.c236 ret = ph->hops->extended_name_get(ph, PINCTRL_NAME_GET, in scmi_pinctrl_attributes()
H A Dpowercap.c290 ph->hops->extended_name_get(ph, POWERCAP_DOMAIN_NAME_GET, in scmi_powercap_domain_attributes_get()
H A Dsensors.c662 ph->hops->extended_name_get(ph, SENSOR_NAME_GET, s->id, in iter_sens_descr_process_response()
H A Dclock.c384 ph->hops->extended_name_get(ph, CLOCK_NAME_GET, clk_id, in scmi_clock_attributes_get()
H A Dperf.c326 ph->hops->extended_name_get(ph, PERF_DOMAIN_NAME_GET, in scmi_perf_domain_attributes_get()
H A Ddriver.c2046 .extended_name_get = scmi_common_extended_name_get,