Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
Dgk104.c112 bios.type == NVBIOS_VOLT_PWM) { in gk104_volt_new()
126 if (bios.type == NVBIOS_VOLT_PWM && volt_func != &gk104_volt_pwm) { in gk104_volt_new()
Dbase.c226 } else if (data && info.type == NVBIOS_VOLT_PWM) { in nvkm_volt_parse_bios()
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dvolt.h7 NVBIOS_VOLT_PWM, enumerator
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dvolt.c109 info->type = NVBIOS_VOLT_PWM; in nvbios_volt_parse()