Home
last modified time | relevance | path

Searched refs:fops (Results 326 – 350 of 702) sorted by relevance

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

/openbmc/linux/drivers/dma-buf/
H A Dudmabuf.c363 .fops = &udmabuf_fops,
/openbmc/linux/drivers/gpu/drm/tiny/
H A Darcpgu.c372 .fops = &arcpgu_drm_ops,
H A Dili9225.c359 .fops = &ili9225_fops,
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_drv.c37 .fops = &lsdc_gem_fops,
/openbmc/linux/drivers/media/pci/cx25821/
H A Dcx25821-video.c614 .fops = &video_fops,
649 .fops = &video_out_fops,
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_v4l2.c821 vfd->fops = venc_get_fops(); in vpu_add_func()
825 vfd->fops = vdec_get_fops(); in vpu_add_func()
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-streams.c369 s->video_dev.fops = &cx18_v4l2_enc_yuv_fops; in cx18_prep_dev()
371 s->video_dev.fops = &cx18_v4l2_enc_fops; in cx18_prep_dev()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c2850 const struct file_operations *fops; member
2877 const struct file_operations *fops; member
3014 const struct file_operations *fops; member
3165 dp_debugfs_entries[i].fops); in connector_debugfs_init()
3186 connector_debugfs_entries[i].fops); in connector_debugfs_init()
3193 hdmi_debugfs_entries[i].fops); in connector_debugfs_init()
/openbmc/linux/drivers/media/radio/si4713/
H A Dradio-usb-si4713.c470 radio->vdev.fops = &usb_si4713_fops; in usb_si4713_probe()
/openbmc/linux/drivers/char/
H A Dps3flash.c327 .fops = &ps3flash_fops,
/openbmc/linux/drivers/media/radio/
H A Dradio-isa.c237 isa->vdev.fops = &radio_isa_fops; in radio_isa_common_probe()
H A Dradio-miropcm20.c478 dev->vdev.fops = &pcm20_fops; in pcm20_init()
/openbmc/linux/drivers/s390/char/
H A Dmonreader.c448 .fops = &mon_fops,
/openbmc/linux/drivers/xen/
H A Dgntalloc.c565 .fops = &gntalloc_fops,
/openbmc/linux/drivers/media/common/saa7146/
H A Dsaa7146_fops.c352 vfd->fops = &video_fops; in saa7146_register_device()
/openbmc/linux/drivers/acpi/
H A Dpfr_telemetry.c406 pfrt_log_dev->miscdev.fops = &acpi_pfrt_log_fops; in acpi_pfrt_log_probe()
/openbmc/linux/Documentation/accel/
H A Dintroduction.rst94 - Change the open callback in your driver fops structure to accel_open().
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dpsb_drv.c510 .fops = &psb_gem_fops,
/openbmc/linux/drivers/gpu/drm/xlnx/
H A Dzynqmp_kms.c403 .fops = &zynqmp_dpsub_drm_fops,
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_drv.c609 .fops = &rcar_du_fops,
/openbmc/linux/sound/oss/dmasound/
H A Ddmasound_core.c1168 const struct file_operations *fops = &sq_fops; in sq_init() local
1170 sq_unit = register_sound_dsp(fops, -1); in sq_init()
/openbmc/linux/drivers/cxl/core/
H A Dmemdev.c600 const struct file_operations *fops) in cxl_memdev_alloc() argument
628 cdev_init(cdev, fops); in cxl_memdev_alloc()
/openbmc/linux/drivers/md/
H A Ddm-zoned-target.c613 if (disk->fops->check_events && in dmz_check_bdev()
614 disk->fops->check_events(disk, 0) & DISK_EVENT_MEDIA_CHANGE) { in dmz_check_bdev()
/openbmc/linux/fs/debugfs/
H A Dfile.c422 const struct file_operations *fops, in debugfs_create_mode_unsafe() argument
435 return debugfs_create_file_unsafe(name, mode, parent, value, fops); in debugfs_create_mode_unsafe()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_fs.c244 const struct file_operations *fops);
1376 const struct file_operations *fops, in ffs_sb_make_inode() argument
1394 if (fops) in ffs_sb_make_inode()
1395 inode->i_fop = fops; in ffs_sb_make_inode()
1406 const struct file_operations *fops) in ffs_sb_create_file() argument
1416 inode = ffs_sb_make_inode(sb, data, fops, NULL, &ffs->file_perms); in ffs_sb_create_file()

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