Searched refs:fops (Results 276 - 300 of 696) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_drv.c57 .fops = &hibmc_fops,
/linux-master/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_drv.c159 .fops = &fsl_dcu_drm_fops,
/linux-master/drivers/soc/aspeed/
H A Daspeed-lpc-snoop.c203 lpc_snoop->chan[channel].miscdev.fops = &snoop_fops;
H A Daspeed-p2a-ctrl.c376 misc_ctrl->miscdev.fops = &aspeed_p2a_ctrl_fops;
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr-vpd.c531 .fops = &papr_vpd_ops,
/linux-master/drivers/platform/x86/dell/
H A Ddell-smbios-wmi.c210 priv->char_dev.fops = &dell_smbios_wmi_fops;
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_drv.c215 .fops = &v3d_drm_fops,
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.c116 .fops = &exynos_drm_driver_fops,
/linux-master/drivers/gpu/drm/ast/
H A Dast_drv.c58 .fops = &ast_fops,
/linux-master/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_v4l2.c369 vdev->fops = &sun4i_csi_fops;
/linux-master/drivers/s390/char/
H A Duvdevice.c457 .fops = &uvio_dev_fops,
/linux-master/arch/xtensa/platforms/iss/
H A Dsimdisk.c282 dev->gd->fops = &simdisk_ops;
/linux-master/drivers/gpu/drm/mgag200/
H A Dmgag200_drv.c109 .fops = &mgag200_driver_fops,
/linux-master/kernel/power/
H A Duser.c460 .fops = &snapshot_fops,
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-prd.c338 .fops = &opal_prd_fops,
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_drv.c455 DEFINE_DRM_GEM_DMA_FOPS(fops); variable
568 .fops = &fops,
/linux-master/drivers/media/pci/ivtv/
H A Divtv-streams.c98 const struct v4l2_file_operations *fops; member in struct:__anon1119
236 s->vdev.fops = ivtv_stream_info[type].fops;
/linux-master/drivers/target/
H A Dtarget_core_iblock.c850 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops;
969 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops;
1038 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops;
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_drv.c885 static const struct file_operations fops = { variable in typeref:struct:file_operations
908 .fops = &fops,
/linux-master/fs/dlm/
H A Duser.c378 ls->ls_device.fops = &device_fops;
1003 .fops = &ctl_device_fops,
1016 .fops = &monitor_device_fops,
/linux-master/block/
H A Dblk-core.c625 disk->fops->submit_bio(bio);
937 if (disk && disk->fops->poll_bio)
938 ret = disk->fops->poll_bio(bio, iob, flags);
/linux-master/drivers/w1/slaves/
H A Dw1_therm.c503 .fops = &w1_ds18s20_fops,
508 .fops = &w1_therm_fops,
513 .fops = &w1_therm_fops,
518 .fops = &w1_ds28ea00_fops,
523 .fops = &w1_therm_fops,
/linux-master/drivers/usb/gadget/legacy/
H A Dinode.c1602 void *data, const struct file_operations *fops);
1977 void *data, const struct file_operations *fops,
1989 inode->i_fop = fops;
1999 void *data, const struct file_operations *fops)
2008 inode = gadgetfs_make_inode (sb, data, fops,
1976 gadgetfs_make_inode(struct super_block *sb, void *data, const struct file_operations *fops, int mode) argument
1998 gadgetfs_create_file(struct super_block *sb, char const *name, void *data, const struct file_operations *fops) argument
/linux-master/drivers/block/
H A Dpktcdvd.c2576 if (!bdev->bd_disk->fops->ioctl)
2579 ret = bdev->bd_disk->fops->ioctl(bdev, mode, cmd, arg);
2601 if (!attached_disk || !attached_disk->fops->check_events)
2603 return attached_disk->fops->check_events(attached_disk, clearing);
2679 disk->fops = &pktcdvd_ops;
2851 .fops = &pkt_ctl_fops
/linux-master/drivers/media/radio/
H A Dradio-ma901.c395 radio->vdev.fops = &usb_ma901radio_fops;

Completed in 235 milliseconds

<<11121314151617181920>>