Lines Matching refs:owner
133 if (control->vd[idx].owner == ctl) in snd_ctl_release()
134 control->vd[idx].owner = NULL; in snd_ctl_release()
225 (*kctl)->vd[idx].owner = file; in snd_ctl_new()
560 if (kctl->vd[idx].owner != NULL && kctl->vd[idx].owner != file) { in snd_ctl_remove_user_ctl()
833 if (vd->owner) { in snd_ctl_elem_info()
835 if (vd->owner == ctl) in snd_ctl_elem_info()
837 info->owner = pid_vnr(vd->owner->pid); in snd_ctl_elem_info()
839 info->owner = -1; in snd_ctl_elem_info()
930 (file && vd->owner && vd->owner != file)) { in snd_ctl_elem_write()
988 if (vd->owner != NULL) in snd_ctl_elem_lock()
991 vd->owner = file; in snd_ctl_elem_lock()
1016 if (vd->owner == NULL) in snd_ctl_elem_unlock()
1018 else if (vd->owner != file) in snd_ctl_elem_unlock()
1021 vd->owner = NULL; in snd_ctl_elem_unlock()
1247 count = info->owner; in snd_ctl_elem_add()
1431 if (vd->owner != NULL && vd->owner != file) { in snd_ctl_tlv_ioctl()
1735 .owner = THIS_MODULE,