Lines Matching defs:piddata
131 struct smu_sdbp_cpupiddata *piddata;
157 piddata = (struct smu_sdbp_cpupiddata *)&hdr[1];
168 pid.history_len = piddata->history_len;
169 pid.gd = piddata->gd;
170 pid.gp = piddata->gp;
171 pid.gr = piddata->gr / piddata->history_len;
172 pid.pmaxadj = (piddata->max_power << 16) - (piddata->power_adj << 8);
173 pid.ttarget = tmax - (piddata->target_temp_delta << 16);