Home
last modified time | relevance | path

Searched refs:program_alarms (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dbase.c249 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()
Dgm107.c67 .program_alarms = nvkm_therm_program_alarms_polling,
Dgt215.c67 .program_alarms = nvkm_therm_program_alarms_polling,
Dpriv.h98 void (*program_alarms)(struct nvkm_therm *); member
Dgf119.c145 .program_alarms = nvkm_therm_program_alarms_polling,
Dnv50.c168 .program_alarms = nvkm_therm_program_alarms_polling,
Dnv40.c196 .program_alarms = nvkm_therm_program_alarms_polling,
Dg84.c222 .program_alarms = g84_therm_program_alarms,
Dtemp.c214 therm->func->program_alarms(therm); in nvkm_therm_sensor_init()