Home
last modified time | relevance | path

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

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