Home
last modified time | relevance | path

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

/sound/core/
Dcontrol.c1666 struct snd_kctl_ioctl *pn; in _snd_ctl_register_ioctl() local
1668 pn = kzalloc(sizeof(struct snd_kctl_ioctl), GFP_KERNEL); in _snd_ctl_register_ioctl()
1669 if (pn == NULL) in _snd_ctl_register_ioctl()
1671 pn->fioctl = fcn; in _snd_ctl_register_ioctl()
1673 list_add_tail(&pn->list, lists); in _snd_ctl_register_ioctl()