Home
last modified time | relevance | path

Searched refs:fops (Results 251 – 275 of 702) sorted by relevance

1...<<11121314151617181920>>...29

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_prime.c759 ret = obj->dev->driver->fops->mmap(fil, vma); in drm_gem_prime_mmap()
884 .owner = dev->driver->fops->owner, in drm_gem_prime_export()
/openbmc/linux/block/partitions/
H A Dcore.c529 if (!disk->fops->unlock_native_capacity || in disk_unlock_native_capacity()
536 disk->fops->unlock_native_capacity(disk); in disk_unlock_native_capacity()
/openbmc/linux/drivers/target/
H A Dtarget_core_iblock.c847 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in iblock_execute_pr_out()
966 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in iblock_pr_read_keys()
1035 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in iblock_pr_read_reservation()
/openbmc/linux/drivers/watchdog/
H A Dwdt977.c433 .fops = &wdt977_fops,
H A Dsc1200wdt.c318 .fops = &sc1200wdt_fops,
H A Dpc87413_wdt.c488 .fops = &pc87413_fops,
H A Dw83977f_wdt.c457 .fops = &wdt_fops,
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-device.c216 vdev->fops = &v4l2_subdev_fops; in __v4l2_device_register_subdev_nodes()
/openbmc/linux/drivers/misc/
H A Dtps6594-pfsm.c263 pfsm->miscdev.fops = &tps6594_pfsm_fops; in tps6594_pfsm_probe()
/openbmc/linux/include/linux/
H A Dkexec.h344 const struct kexec_file_ops *fops; member
/openbmc/linux/drivers/soc/aspeed/
H A Daspeed-lpc-ctrl.c320 lpc_ctrl->miscdev.fops = &aspeed_lpc_ctrl_fops; in aspeed_lpc_ctrl_probe()
/openbmc/linux/drivers/block/
H A Dz2ram.c329 disk->fops = &z2_fops; in z2ram_register_disk()
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c49 .fops = &sun4i_drv_fops,
/openbmc/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_drv.c95 .fops = &mgag200_driver_fops,
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dinode.c1587 void *data, const struct file_operations *fops);
1962 void *data, const struct file_operations *fops, in gadgetfs_make_inode() argument
1974 inode->i_fop = fops; in gadgetfs_make_inode()
1984 void *data, const struct file_operations *fops) in gadgetfs_create_file() argument
1993 inode = gadgetfs_make_inode (sb, data, fops, in gadgetfs_create_file()
/openbmc/linux/drivers/media/pci/ngene/
H A Dngene-dvb.c112 .fops = &ci_fops,
/openbmc/linux/drivers/platform/x86/amd/
H A Dhsmp.c335 hsmp_device.fops = &hsmp_fops; in hsmp_pltdrv_probe()
/openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_drv.c57 .fops = &hibmc_fops,
/openbmc/linux/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_drv.c159 .fops = &fsl_dcu_drm_fops,
/openbmc/linux/drivers/gpu/drm/v3d/
H A Dv3d_drv.c178 .fops = &v3d_drm_fops,
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_drv.c1073 static const struct file_operations fops = { variable
1096 .fops = &fops,
/openbmc/linux/drivers/usb/host/
H A Dxhci-debugfs.c410 const struct file_operations *fops) in xhci_debugfs_create_files() argument
415 debugfs_create_file(files[i].name, 0444, parent, data, fops); in xhci_debugfs_create_files()
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c111 const struct file_operations *fops, umode_t mode, in spufs_new_file() argument
127 inode->i_fop = fops; in spufs_new_file()
/openbmc/linux/drivers/nvme/host/
H A Dsysfs.c42 if (disk->fops == &nvme_bdev_ops) in dev_to_ns_head()
151 if (dev_to_disk(dev)->fops != &nvme_bdev_ops) /* per-path attr */ in nvme_ns_id_attrs_are_visible()
/openbmc/linux/drivers/usb/misc/
H A Didmouse.c107 .fops = &idmouse_fops,

1...<<11121314151617181920>>...29