Searched refs:fops (Results 76 - 100 of 696) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/udl/
H A Dudl_drv.c73 .fops = &udl_driver_fops,
/linux-master/arch/um/drivers/
H A Dharddog_kern.c172 .fops = &harddog_fops,
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_fs.c51 umode_t mode, const struct file_operations *fops,
76 inode->i_fop = fops;
87 const struct file_operations *fops, void *data)
95 mode, fops, data);
50 qibfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, const struct file_operations *fops, void *data) argument
85 create_file(const char *name, umode_t mode, struct dentry *parent, struct dentry **dentry, const struct file_operations *fops, void *data) argument
/linux-master/block/
H A Dblk-zoned.c143 if (!bdev_is_zoned(bdev) || WARN_ON_ONCE(!disk->fops->report_zones))
149 return disk->fops->report_zones(disk, sector, nr_zones, cb, data);
193 ret = disk->fops->report_zones(disk, 0, disk->nr_zones,
572 ret = disk->fops->report_zones(disk, 0, UINT_MAX,
H A Dbdev.c652 if (bdev->bd_disk->fops->release)
653 bdev->bd_disk->fops->release(bdev->bd_disk);
661 if (disk->fops->open) {
662 ret = disk->fops->open(disk, mode);
881 if (!try_module_get(disk->fops->owner))
926 module_put(disk->fops->owner);
1078 module_put(disk->fops->owner);
/linux-master/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_drv.c71 .fops = &rzg2l_du_fops,
/linux-master/drivers/watchdog/
H A Dwdrtas.c483 .fops = &wdrtas_fops,
497 .fops = &wdrtas_temp_fops,
H A Dsbc8360.c313 .fops = &sbc8360_fops,
/linux-master/drivers/ufs/core/
H A Dufs-debugfs.c15 const struct file_operations *fops; member in struct:ufs_debugfs_attr
228 attr->fops);
/linux-master/drivers/char/
H A Dmisc.c135 new_fops = fops_get(iter->fops);
148 new_fops = fops_get(iter->fops);
205 * structure. Drivers don't need open in fops for this.
H A Dmem.c687 const struct file_operations *fops; member in struct:memdev
717 if (!dev->fops)
720 filp->f_op = dev->fops;
723 if (dev->fops->open)
724 return dev->fops->open(inode, filp);
H A Dadi.c217 .fops = &adi_fops,
/linux-master/drivers/char/xillybus/
H A Dxillybus_class.c44 const struct file_operations *fops,
99 unit->cdev->ops = fops;
43 xillybus_init_chrdev(struct device *dev, const struct file_operations *fops, struct module *owner, void *private_data, unsigned char *idt, unsigned int len, int num_nodes, const char *prefix, bool enumerate) argument
/linux-master/drivers/gpu/drm/
H A Ddrm_fbdev_dma.c22 if (user && !try_module_get(fb_helper->dev->driver->fops->owner))
33 module_put(fb_helper->dev->driver->fops->owner);
/linux-master/drivers/soc/fsl/
H A Ddpaa2-console.c254 .fops = &dpaa2_mc_console_fops
267 .fops = &dpaa2_aiop_console_fops
/linux-master/drivers/media/dvb-core/
H A Ddvbdev.c94 if (dvbdev && dvbdev->fops) {
98 new_fops = fops_get(dvbdev->fops);
478 * the first allocated fops are used. This prevents memory leaks
482 if (node->fops->owner == adap->module &&
484 dvbdevfops = node->fops;
490 dvbdevfops = kmemdup(template->fops, sizeof(*dvbdevfops), GFP_KERNEL);
507 new_node->fops = dvbdevfops;
519 dvbdev->fops = dvbdevfops;
1124 kfree(node->fops);
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c33 struct file_operations fops; member in struct:b43_debugfs_fops
515 struct b43_debugfs_fops, fops);
577 struct b43_debugfs_fops, fops);
609 .fops = { \
708 &fops_##name.fops); \
/linux-master/net/ipv6/
H A Dseg6_local.c459 static bool seg6_next_csid_enabled(__u32 fops) argument
461 return fops & SEG6_F_LOCAL_FLV_NEXT_CSID;
470 static int seg6_flv_supp_ops_by_action(int action, __u32 *fops) argument
474 *fops = SEG6_LOCAL_END_FLV_SUPP_OPS;
477 *fops = SEG6_LOCAL_END_X_FLV_SUPP_OPS;
796 __u32 fops = finfo->flv_ops; local
798 if (!fops)
802 if (seg6_next_csid_enabled(fops))
817 __u32 fops = finfo->flv_ops; local
820 if (seg6_next_csid_enabled(fops))
2135 __u32 fops, supp_fops; local
2188 __u32 fops = finfo->flv_ops; local
[all...]
/linux-master/drivers/scsi/qedf/
H A Dqedf_debugfs.c24 const struct file_operations *fops)
39 fops);
41 fops++;
22 qedf_dbg_host_init(struct qedf_dbg_ctx *qedf, const struct qedf_debugfs_ops *dops, const struct file_operations *fops) argument
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.c470 DEFINE_DRM_GEM_DMA_FOPS(fops); variable
478 .fops = &fops,
/linux-master/drivers/gpu/drm/mxsfb/
H A Dmxsfb_drv.c329 DEFINE_DRM_GEM_DMA_FOPS(fops); variable
334 .fops = &fops,
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_drv.c94 DEFINE_DRM_GEM_DMA_FOPS(fops); variable
103 .fops = &fops,
/linux-master/arch/m68k/bvme6000/
H A Drtc.c164 .fops = &rtc_fops
/linux-master/arch/m68k/mvme16x/
H A Drtc.c154 .fops = &rtc_fops
/linux-master/drivers/media/radio/
H A Dradio-tea5777.c555 tea->fops = tea575x_fops;
556 tea->fops.owner = owner;
557 tea->vd.fops = &tea->fops;

Completed in 246 milliseconds

1234567891011>>