Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dbase.c266 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
270 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
274 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
278 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
282 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
286 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
290 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
294 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
Dgm200.c31 .program_alarms = nvkm_therm_program_alarms_polling,
Dgp100.c48 .program_alarms = nvkm_therm_program_alarms_polling,
Dgm107.c67 .program_alarms = nvkm_therm_program_alarms_polling,
Dgt215.c67 .program_alarms = nvkm_therm_program_alarms_polling,
Dgk104.c102 .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()