Lines Matching defs:vx
108 struct snd_vx222 *vx;
123 vx = to_vx222(chip);
124 vx->pci = pci;
130 vx->port[i] = pci_resource_start(pci, i + 1);
140 *rchip = vx;
152 struct snd_vx222 *vx;
179 err = snd_vx222_create(card, pci, hw, &vx);
182 card->private_data = vx;
183 vx->core.ibl.size = ibl[dev];
186 card->shortname, vx->port[0], vx->port[1], vx->core.irq);
188 card->shortname, vx->port[0], vx->port[1], vx->core.irq);
191 vx->core.dev = &pci->dev;
194 err = snd_vx_setup_firmware(&vx->core);
211 struct snd_vx222 *vx = card->private_data;
213 return snd_vx_suspend(&vx->core);
219 struct snd_vx222 *vx = card->private_data;
221 return snd_vx_resume(&vx->core);