Lines Matching defs:scmi_powercap_info
610 struct scmi_powercap_info { struct
611 unsigned int id;
612 bool notify_powercap_cap_change;
613 bool notify_powercap_measurement_change;
614 bool async_powercap_cap_set;
615 bool powercap_cap_config;
616 bool powercap_monitoring;
617 bool powercap_pai_config;
618 bool powercap_scale_mw;
619 bool powercap_scale_uw;
620 bool fastchannels;
621 char name[SCMI_MAX_STR_SIZE];
622 unsigned int min_pai;
623 unsigned int max_pai;
624 unsigned int pai_step;
625 unsigned int min_power_cap;
626 unsigned int max_power_cap;
627 unsigned int power_cap_step;
628 unsigned int sustainable_power;
629 unsigned int accuracy;
631 unsigned int parent_id;
632 struct scmi_fc_info *fc_info;