Home
last modified time | relevance | path

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

/linux/sound/pcmcia/vx/
H A Dvxpocket.c108 struct snd_vxpocket **chip_ret) in snd_vxpocket_new()
111 struct snd_vxpocket *vxp; in snd_vxpocket_new()
114 sizeof(struct snd_vxpocket) - sizeof(struct vx_core)); in snd_vxpocket_new()
152 struct snd_vxpocket *vxp = to_vxpocket(chip); in snd_vxpocket_assign_resources()
252 struct snd_vxpocket *vxp; in vxpocket_probe()
298 struct snd_vxpocket *vxp; in vxpocket_detach()
H A Dvxpocket.h16 struct snd_vxpocket { struct
33 #define to_vxpocket(x) container_of(x, struct snd_vxpocket, core) argument