Searched refs:fc_info (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/firmware/arm_scmi/
H A Dperf.c162 struct scmi_fc_info *fc_info; member in struct:perf_dom_info
542 if (dom->fc_info && dom->fc_info[PERF_FC_LIMIT].set_addr) {
543 struct scmi_fc_info *fci = &dom->fc_info[PERF_FC_LIMIT];
625 if (dom->fc_info && dom->fc_info[PERF_FC_LIMIT].get_addr) {
626 struct scmi_fc_info *fci = &dom->fc_info[PERF_FC_LIMIT];
697 if (dom->fc_info && dom->fc_info[PERF_FC_LEVEL].set_addr) {
698 struct scmi_fc_info *fci = &dom->fc_info[PERF_FC_LEVE
[all...]
H A Dpowercap.c341 if (dom->fc_info && dom->fc_info[POWERCAP_FC_CAP].get_addr) {
342 *power_cap = ioread32(dom->fc_info[POWERCAP_FC_CAP].get_addr);
423 if (pc->fc_info && pc->fc_info[POWERCAP_FC_CAP].set_addr) {
424 struct scmi_fc_info *fci = &pc->fc_info[POWERCAP_FC_CAP];
498 if (dom->fc_info && dom->fc_info[POWERCAP_FC_PAI].get_addr) {
499 *pai = ioread32(dom->fc_info[POWERCAP_FC_PAI].get_addr);
541 if (pc->fc_info
[all...]
/linux-master/include/linux/
H A Dscmi_protocol.h665 struct scmi_fc_info *fc_info; member in struct:scmi_powercap_info

Completed in 142 milliseconds