Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dscmi_protocol.h130 int (*num_domains_get)(const struct scmi_protocol_handle *ph); member
167 int (*num_domains_get)(const struct scmi_protocol_handle *ph); member
506 int (*num_domains_get)(const struct scmi_protocol_handle *ph); member
564 int (*num_domains_get)(const struct scmi_protocol_handle *ph); member
682 int (*num_domains_get)(const struct scmi_protocol_handle *ph); member
/openbmc/linux/drivers/reset/
H A Dreset-scmi.c111 data->rcdev.nr_resets = reset_ops->num_domains_get(ph); in scmi_reset_probe()
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dscmi_pm_domain.c73 num_domains = power_ops->num_domains_get(ph); in scmi_pm_domain_probe()
H A Dpower.c203 .num_domains_get = scmi_power_num_domains_get,
H A Dreset.c217 .num_domains_get = scmi_reset_num_domains_get,
H A Dvoltage.c392 .num_domains_get = scmi_voltage_domains_num_get,
H A Dpowercap.c678 .num_domains_get = scmi_powercap_num_domains_get,
H A Dperf.c977 .num_domains_get = scmi_perf_num_domains_get,
/openbmc/linux/drivers/regulator/
H A Dscmi-regulator.c313 num_doms = voltage_ops->num_domains_get(ph); in scmi_regulator_probe()
/openbmc/linux/drivers/powercap/
H A Darm_scmi_powercap.c439 ret = powercap_ops->num_domains_get(ph); in scmi_powercap_probe()