Searched refs:fops_get (Results 1 – 9 of 9) sorted by relevance
551 new_fops = fops_get(s->unit_fops); in soundcore_open()578 new_fops = fops_get(s->unit_fops); in soundcore_open()
39 new_fops = fops_get(usb_minors[iminor(inode)]); in usb_open()
159 new_fops = fops_get(mptr->f_ops); in snd_open()
517 fops_get(mfile->file->f_op); in snd_card_disconnect()
405 fops = fops_get(p->ops); in chrdev_open()
579 if (!fops_get(&kvm_gmem_fops)) { in __kvm_gmem_create()
103 new_fops = fops_get(dvbdev->fops); in dvb_device_open()
822 fops = fops_get(thdrv->fops); in intel_th_output_open()
2349 #define fops_get(fops) ({ \ macro