Searched refs:fops (Results 151 - 175 of 696) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.c491 DEFINE_DRM_GEM_FOPS(fops); variable
503 .fops = &fops,
/linux-master/drivers/staging/axis-fifo/
H A Daxis-fifo.c711 static const struct file_operations fops = { variable in typeref:struct:file_operations
885 fifo->miscdev.fops = &fops;
/linux-master/include/linux/
H A Dfs.h2530 #define fops_get(fops) \
2531 (((fops) && try_module_get((fops)->owner) ? (fops) : NULL))
2532 #define fops_put(fops) \
2533 do { if (fops) module_put((fops)->owner); } while(0)
2536 * fops must be non-NULL, pinned down *and* module dependencies
2539 #define replace_fops(f, fops) \
2543 BUG_ON(!(__file->f_op = (fops))); \
2746 register_chrdev(unsigned int major, const char *name, const struct file_operations *fops) argument
[all...]
/linux-master/block/
H A Dgenhd.c404 if (queue_is_mq(disk->queue) && disk->fops->poll_bio)
416 disk->part0->bd_has_submit_bio = disk->fops->submit_bio != NULL;
1191 if (test_bit(GD_ADDED, &disk->state) && disk->fops->free_disk)
1192 disk->fops->free_disk(disk);
1214 if (disk->fops->devnode)
1215 return disk->fops->devnode(disk, mode);
/linux-master/drivers/watchdog/
H A Dpcwd_pci.c657 .fops = &pcipcwd_fops,
671 .fops = &pcipcwd_temp_fops,
H A Dpcwd_usb.c563 .fops = &usb_pcwd_fops,
577 .fops = &usb_pcwd_temperature_fops,
H A Dmixcomwd.c238 .fops = &mixcomwd_fops,
H A Dsmsc37b787_wdt.c520 .fops = &wb_smsc_wdt_fops,
H A Dsb_wdog.c248 .fops = &sbwdog_fops,
H A Dsbc7240_wdt.c219 .fops = &wdt_fops,
H A Dalim7101_wdt.c303 .fops = &wdt_fops,
H A Dalim1535_wdt.c373 .fops = &ali_fops,
/linux-master/drivers/scsi/bfa/
H A Dbfad_debugfs.c425 const struct file_operations *fops; member in struct:bfad_debugfs_entry
471 file->fops);
/linux-master/drivers/misc/cxl/
H A Dflash.c508 static const struct file_operations fops = { variable in typeref:struct:file_operations
527 cdev_init(&adapter->guest->cdev, &fops);
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_soft.c401 synth_device.fops = &softsynth_fops;
410 synthu_device.fops = &softsynthu_fops;
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad_debugfs.c477 const struct file_operations *fops; member in struct:bnad_debugfs_entry
525 file->fops);
/linux-master/drivers/misc/ibmasm/
H A Dibmasmfs.c149 const struct file_operations *fops,
166 inode->i_fop = fops;
147 ibmasmfs_create_file(struct dentry *parent, const char *name, const struct file_operations *fops, void *data, int mode) argument
/linux-master/block/partitions/
H A Dibm.c341 if (!disk->fops->getgeo)
361 if (disk->fops->getgeo(bdev, geo))
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_drv.c218 .fops = &vc4_drm_fops,
239 .fops = &vc4_drm_fops,
/linux-master/drivers/iommu/iommufd/
H A Dmain.c526 .fops = &iommufd_fops,
535 .fops = &iommufd_fops,
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_linux.c353 gdev->misc_device.fops = &vbg_misc_device_fops;
356 gdev->misc_device_user.fops = &vbg_misc_device_user_fops;
/linux-master/drivers/vfio/pci/pds/
H A Dlm.c15 pds_vfio_get_lm_file(const struct file_operations *fops, int flags, u64 size) argument
33 anon_inode_getfile("pds_vfio_lm", fops, lm_file, flags);
/linux-master/drivers/md/
H A Ddm.c475 if (!bdev->bd_disk->fops->ioctl)
478 r = bdev->bd_disk->fops->ioctl(bdev, mode, cmd, arg);
2131 md->disk->fops = &dm_blk_dops;
2365 md->disk->fops = &dm_rq_blk_dops;
3228 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops;
3288 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops;
3331 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops;
3365 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops;
3408 ops = bdev->bd_disk->fops->pr_ops;
3422 const struct pr_ops *ops = dev->bdev->bd_disk->fops
[all...]
/linux-master/drivers/input/serio/
H A Duserio.c274 .fops = &userio_fops,
/linux-master/drivers/net/wireless/marvell/libertas/
H A Ddebugfs.c657 struct file_operations fops; member in struct:lbs_debugfs_files
718 &files->fops);
729 &files->fops);
740 &files->fops);

Completed in 229 milliseconds

1234567891011>>