Searched defs:ti_temp_sensor (Results 1 – 1 of 1) sorted by relevance
272 struct ti_temp_sensor { struct273 struct temp_sensor_data *ts_data;274 struct temp_sensor_registers *registers;275 char *domain;277 const int slope;278 const int constant;279 const int slope_pcb;280 const int constant_pcb;281 int (*register_cooling)(struct ti_bandgap *bgp, int id);282 int (*unregister_cooling)(struct ti_bandgap *bgp, int id);