Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwcd938x.h600 #define WCD_SDW_CH(id, pn, cmask) \ argument
602 .port_num = pn, \
/sound/core/
Dcontrol.c2034 struct snd_kctl_ioctl *pn; in _snd_ctl_register_ioctl() local
2036 pn = kzalloc(sizeof(struct snd_kctl_ioctl), GFP_KERNEL); in _snd_ctl_register_ioctl()
2037 if (pn == NULL) in _snd_ctl_register_ioctl()
2039 pn->fioctl = fcn; in _snd_ctl_register_ioctl()
2041 list_add_tail(&pn->list, lists); in _snd_ctl_register_ioctl()