Home
last modified time | relevance | path

Searched refs:nvbios_therm_fan_parse (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dtherm.h72 nvbios_therm_fan_parse(struct nvkm_bios *, struct nvbios_therm_fan *);
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dtherm.c153 nvbios_therm_fan_parse(struct nvkm_bios *bios, struct nvbios_therm_fan *fan) in nvbios_therm_fan_parse() function
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dfan.c274 if (nvbios_therm_fan_parse(bios, &therm->fan->bios)) in nvkm_therm_fan_ctor()