Lines Matching defs:mtk_thermal_data
311 struct mtk_thermal_data { struct
312 s32 num_banks;
313 s32 num_sensors;
314 s32 auxadc_channel;
315 const int *vts_index;
316 const int *sensor_mux_values;
317 const int *msr;
318 const int *adcpnp;
319 const int cali_val;
320 const int num_controller;
321 const int *controller_offset;
322 bool need_switch_bank;
323 struct thermal_bank_cfg bank_data[MAX_NUM_ZONES];
347 const struct mtk_thermal_data *conf; argument