Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dgk104.c101 const struct nvkm_volt_func *volt_func = &gk104_volt_gpio; in gk104_volt_new() local
113 volt_func = &gk104_volt_pwm; in gk104_volt_new()
118 nvkm_volt_ctor(volt_func, device, type, inst, &volt->base); in gk104_volt_new()
126 if (bios.type == NVBIOS_VOLT_PWM && volt_func != &gk104_volt_pwm) { in gk104_volt_new()
132 if (volt_func == &gk104_volt_gpio) { in gk104_volt_new()