Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A 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()
H A Dgm200.c31 .program_alarms = nvkm_therm_program_alarms_polling,
H A Dgp100.c48 .program_alarms = nvkm_therm_program_alarms_polling,
H A Dgm107.c67 .program_alarms = nvkm_therm_program_alarms_polling,
H A Dgt215.c67 .program_alarms = nvkm_therm_program_alarms_polling,
H A Dpriv.h98 void (*program_alarms)(struct nvkm_therm *); member
H A Dgk104.c102 .program_alarms = nvkm_therm_program_alarms_polling,
H A Dgf119.c146 .program_alarms = nvkm_therm_program_alarms_polling,
H A Dnv50.c168 .program_alarms = nvkm_therm_program_alarms_polling,
H A Dnv40.c196 .program_alarms = nvkm_therm_program_alarms_polling,
H A Dg84.c222 .program_alarms = g84_therm_program_alarms,
H A Dtemp.c214 therm->func->program_alarms(therm); in nvkm_therm_sensor_init()