Lines Matching refs:owner
127 if (control->vd[idx].owner == ctl) in snd_ctl_release()
128 control->vd[idx].owner = NULL; in snd_ctl_release()
244 (*kctl)->vd[idx].owner = file; in snd_ctl_new()
664 if (kctl->vd[idx].owner != NULL && kctl->vd[idx].owner != file) { in snd_ctl_remove_user_ctl()
1120 if (vd->owner) { in __snd_ctl_elem_info()
1122 if (vd->owner == ctl) in __snd_ctl_elem_info()
1124 info->owner = pid_vnr(vd->owner->pid); in __snd_ctl_elem_info()
1126 info->owner = -1; in __snd_ctl_elem_info()
1268 (file && vd->owner && vd->owner != file)) { in snd_ctl_elem_write()
1334 if (vd->owner != NULL) in snd_ctl_elem_lock()
1337 vd->owner = file; in snd_ctl_elem_lock()
1362 if (vd->owner == NULL) in snd_ctl_elem_unlock()
1364 else if (vd->owner != file) in snd_ctl_elem_unlock()
1367 vd->owner = NULL; in snd_ctl_elem_unlock()
1619 count = info->owner; in snd_ctl_elem_add()
1803 vd->owner != NULL && vd->owner != file) in call_tlv_handler()
2245 .owner = THIS_MODULE,