Lines Matching full:vpp
295 * pcmcia_fixup_vpp() - set Vpp to a new voltage level
297 * @new_vpp: new Vpp voltage
299 * pcmcia_fixup_vpp() allows a PCMCIA device driver to set Vpp to
310 dev_dbg(&p_dev->dev, "fixup Vpp to %d\n", new_vpp); in pcmcia_fixup_vpp()
319 s->socket.Vpp = new_vpp; in pcmcia_fixup_vpp()
321 dev_warn(&p_dev->dev, "Unable to set VPP\n"); in pcmcia_fixup_vpp()
325 p_dev->vpp = new_vpp; in pcmcia_fixup_vpp()
341 * driver, the Vpp voltage is set to 0, IRQs will no longer be generated,
359 s->socket.Vpp = 0; in pcmcia_release_configuration()
474 * the Vpp voltage, enables the speaker line, I/O ports and store proper
501 s->socket.Vpp = p_dev->vpp; in pcmcia_enable_device()
535 p_dev->vpp, flags, p_dev->config_base, p_dev->config_regs, in pcmcia_enable_device()
932 * the Vpp voltage will be set to 0, and IRQs will no longer be