Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dbase.c268 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
272 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
276 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
280 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
284 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
288 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
292 therm->func->program_alarms(therm); in nvkm_therm_attr_set()
296 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,
Dpriv.h98 void (*program_alarms)(struct nvkm_therm *); member
Dgk104.c102 .program_alarms = nvkm_therm_program_alarms_polling,
Dgf119.c146 .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()