Searched refs:num_domains_get (Results 1 – 7 of 7) sorted by relevance
144 int (*num_domains_get)(const struct scmi_protocol_handle *ph); member482 int (*num_domains_get)(const struct scmi_protocol_handle *ph); member533 int (*num_domains_get)(const struct scmi_protocol_handle *ph); member
111 data->rcdev.nr_resets = reset_ops->num_domains_get(ph); in scmi_reset_probe()
95 num_domains = power_ops->num_domains_get(ph); in scmi_pm_domain_probe()
187 .num_domains_get = scmi_power_num_domains_get,
199 .num_domains_get = scmi_reset_num_domains_get,
327 .num_domains_get = scmi_voltage_domains_num_get,
313 num_doms = voltage_ops->num_domains_get(ph); in scmi_regulator_probe()