Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pcmcia/vx/
Dvxpocket.c140 struct snd_vxpocket *vxp; in snd_vxpocket_new() local
158 vxp = (struct snd_vxpocket *)chip; in snd_vxpocket_new()
160 vxp->p_dev = link; in snd_vxpocket_new()
170 *chip_ret = vxp; in snd_vxpocket_new()
190 struct snd_vxpocket *vxp = (struct snd_vxpocket *)chip; in snd_vxpocket_assign_resources() local
193 vxp->port = port; in snd_vxpocket_assign_resources()
299 struct snd_vxpocket *vxp; in vxpocket_probe() local
322 err = snd_vxpocket_new(card, ibl[i], p_dev, &vxp); in vxpocket_probe()
327 card->private_data = vxp; in vxpocket_probe()
329 vxp->index = i; in vxpocket_probe()
[all …]