Lines Matching refs:func
29 if (therm->func->temp_get) in nvkm_therm_temp_get()
30 return therm->func->temp_get(therm); in nvkm_therm_temp_get()
40 u8 temp = therm->func->temp_get(therm); in nvkm_therm_update_trip()
71 u8 temp = therm->func->temp_get(therm); in nvkm_therm_update_linear()
184 therm->func->temp_get(therm) < 0) in nvkm_therm_fan_mode()
249 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
253 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
257 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
261 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
265 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
269 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
273 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
277 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
288 if (therm->func->intr) in nvkm_therm_intr()
289 therm->func->intr(therm); in nvkm_therm_intr()
297 if (therm->func->fini) in nvkm_therm_fini()
298 therm->func->fini(therm); in nvkm_therm_fini()
328 therm->func->init(therm); in nvkm_therm_init()
361 nvkm_therm_new_(const struct nvkm_therm_func *func, struct nvkm_device *device, in nvkm_therm_new_() argument
370 therm->func = func; in nvkm_therm_new_()