Searched refs:fops (Results 126 - 150 of 696) sorted by relevance

1234567891011>>

/linux-master/drivers/watchdog/
H A Dm54xx_wdt.c193 .fops = &m54xx_wdt_fops,
H A Driowd.c174 .fops = &riowd_fops
H A Dwdt_pci.c577 .fops = &wdtpci_fops,
591 .fops = &wdtpci_temp_fops,
H A Dwdt.c534 .fops = &wdt_fops,
548 .fops = &wdt_temp_fops,
/linux-master/drivers/scsi/qedf/
H A Dqedf_dbg.h152 const struct file_operations *fops);
/linux-master/drivers/gpu/drm/imx/dcss/
H A Ddcss-kms.c31 .fops = &dcss_cma_fops,
/linux-master/drivers/tty/
H A Dtty.h89 void tty_default_fops(struct file_operations *fops);
/linux-master/include/drm/
H A Ddrm_drv.h438 * @fops:
444 const struct file_operations *fops; member in struct:drm_driver
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_drv.c187 .fops = &vbox_fops,
/linux-master/drivers/gpu/drm/sprd/
H A Dsprd_drm.c55 .fops = &sprd_drm_fops,
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_drv.c195 .fops = &virtio_gpu_driver_fops,
/linux-master/drivers/block/
H A Dn64cart.c146 disk->fops = &n64cart_fops;
/linux-master/drivers/s390/block/
H A Ddasd_genhd.c77 gdp->fops = &dasd_device_operations;
/linux-master/drivers/misc/
H A Dopen-dice.c148 .fops = &open_dice_fops,
/linux-master/drivers/gpu/drm/
H A Ddrm_fbdev_generic.c21 if (user && !try_module_get(fb_helper->dev->driver->fops->owner))
32 module_put(fb_helper->dev->driver->fops->owner);
/linux-master/block/
H A Ddisk-events.c193 events = disk->fops->check_events(disk, clearing);
436 if (!disk->fops->check_events || !disk->events)
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_debugfs.c261 const struct file_operations *fops; member in struct:nouveau_debugfs_files
277 nouveau_debugfs_files[i].fops);
/linux-master/drivers/w1/slaves/
H A Dw1_ds2433.c378 .fops = &w1_f23_fops,
383 .fops = &w1_f43_fops,
/linux-master/drivers/net/wireless/ath/carl9170/
H A Ddebug.c57 const struct file_operations fops; member in struct:carl9170_debugfs_fops
79 struct carl9170_debugfs_fops, fops);
132 struct carl9170_debugfs_fops, fops);
176 .fops = { \
821 &carl_debugfs_##name ## _ops.fops)
/linux-master/drivers/hwtracing/intel_th/
H A Dcore.c807 const struct file_operations *fops; local
817 fops = fops_get(thdrv->fops);
818 if (!fops)
821 replace_fops(file, fops);
/linux-master/drivers/nfc/pn533/
H A Dusb.c490 struct pn533_frame_ops *fops = NULL; local
554 fops = &pn533_acr122_frame_ops;
573 phy, &usb_phy_ops, fops,
/linux-master/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c733 DEFINE_DRM_GEM_DMA_FOPS(fops); variable
738 .fops = &fops,
/linux-master/drivers/gpu/drm/kmb/
H A Dkmb_drv.c436 DEFINE_DRM_GEM_DMA_FOPS(fops); variable
442 .fops = &fops,
/linux-master/drivers/android/
H A Dbinderfs.c514 const struct file_operations *fops,
536 new_inode->i_fop = fops;
631 db_entry->fops,
513 binderfs_create_file(struct dentry *parent, const char *name, const struct file_operations *fops, void *data) argument
/linux-master/fs/tracefs/
H A Dinode.c537 * @fops: a pointer to a struct file_operations that should be used for
555 const struct file_operations *fops)
581 inode->i_fop = fops ? fops : &tracefs_file_operations;
553 tracefs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) argument

Completed in 209 milliseconds

1234567891011>>