Home
last modified time | relevance | path

Searched refs:nvbios_therm_fan (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dtherm.h44 struct nvbios_therm_fan { struct
72 nvbios_therm_fan_parse(struct nvkm_bios *, struct nvbios_therm_fan *); argument
Dfan.h6 u32 nvbios_fan_parse(struct nvkm_bios *bios, struct nvbios_therm_fan *fan);
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dfan.c66 nvbios_fan_parse(struct nvkm_bios *bios, struct nvbios_therm_fan *fan) in nvbios_fan_parse()
Dtherm.c153 nvbios_therm_fan_parse(struct nvkm_bios *bios, struct nvbios_therm_fan *fan) in nvbios_therm_fan_parse()
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dpriv.h42 struct nvbios_therm_fan bios;
Dfanpwm.c90 struct nvbios_therm_fan info = {}; in nvkm_fanpwm_create()