Lines Matching defs:pz

43 static int scmi_powercap_zone_release(struct powercap_zone *pz)
48 static int scmi_powercap_get_max_power_range_uw(struct powercap_zone *pz,
55 static int scmi_powercap_get_power_uw(struct powercap_zone *pz,
58 struct scmi_powercap_zone *spz = to_scmi_powercap_zone(pz);
77 static int scmi_powercap_zone_enable_set(struct powercap_zone *pz, bool mode)
79 struct scmi_powercap_zone *spz = to_scmi_powercap_zone(pz);
84 static int scmi_powercap_zone_enable_get(struct powercap_zone *pz, bool *mode)
86 struct scmi_powercap_zone *spz = to_scmi_powercap_zone(pz);
122 static int scmi_powercap_set_power_limit_uw(struct powercap_zone *pz, int cid,
125 struct scmi_powercap_zone *spz = to_scmi_powercap_zone(pz);
136 static int scmi_powercap_get_power_limit_uw(struct powercap_zone *pz, int cid,
139 struct scmi_powercap_zone *spz = to_scmi_powercap_zone(pz);
171 static int scmi_powercap_set_time_window_us(struct powercap_zone *pz, int cid,
174 struct scmi_powercap_zone *spz = to_scmi_powercap_zone(pz);
185 static int scmi_powercap_get_time_window_us(struct powercap_zone *pz, int cid,
188 struct scmi_powercap_zone *spz = to_scmi_powercap_zone(pz);
201 static int scmi_powercap_get_max_power_uw(struct powercap_zone *pz, int cid,
204 struct scmi_powercap_zone *spz = to_scmi_powercap_zone(pz);
213 static int scmi_powercap_get_min_power_uw(struct powercap_zone *pz, int cid,
216 struct scmi_powercap_zone *spz = to_scmi_powercap_zone(pz);
225 static int scmi_powercap_get_max_time_window_us(struct powercap_zone *pz,
228 struct scmi_powercap_zone *spz = to_scmi_powercap_zone(pz);
235 static int scmi_powercap_get_min_time_window_us(struct powercap_zone *pz,
238 struct scmi_powercap_zone *spz = to_scmi_powercap_zone(pz);
245 static const char *scmi_powercap_get_name(struct powercap_zone *pz, int cid)