Home
last modified time | relevance | path

Searched refs:nvbios_fan_parse (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dfan.h6 u32 nvbios_fan_parse(struct nvkm_bios *bios, struct nvbios_therm_fan *fan);
/Linux-v5.4/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() function
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dfanpwm.c93 nvbios_fan_parse(bios, &info); in nvkm_fanpwm_create()
Dfan.c272 if (!nvbios_fan_parse(bios, &therm->fan->bios)) { in nvkm_therm_fan_ctor()