Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
Dgk104.c100 const struct nvkm_volt_func *volt_func = &gk104_volt_gpio; in gk104_volt_new() local
112 volt_func = &gk104_volt_pwm; in gk104_volt_new()
117 nvkm_volt_ctor(volt_func, device, index, &volt->base); in gk104_volt_new()
125 if (bios.type == NVBIOS_VOLT_PWM && volt_func != &gk104_volt_pwm) { in gk104_volt_new()
131 if (volt_func == &gk104_volt_gpio) { in gk104_volt_new()