Searched refs:pn (Results 1 – 2 of 2) sorted by relevance
600 #define WCD_SDW_CH(id, pn, cmask) \ argument602 .port_num = pn, \
2034 struct snd_kctl_ioctl *pn; in _snd_ctl_register_ioctl() local2036 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()