Searched refs:fops (Results 226 - 250 of 696) sorted by path

1234567891011>>

/linux-master/drivers/gpu/drm/xen/
H A Dxen_drm_front.c478 .fops = &xen_drm_dev_fops,
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_kms.c402 .fops = &zynqmp_dpsub_drm_fops,
/linux-master/drivers/hid/
H A Dhid-sensor-custom.c735 sensor_inst->custom_dev.fops = &hid_sensor_custom_fops,
H A Duhid.c810 .fops = &uhid_fops,
/linux-master/drivers/hid/usbhid/
H A Dhiddev.c868 .fops = &hiddev_fops,
/linux-master/drivers/hsi/clients/
H A Dcmt_speech.c1365 .fops = &cs_char_fops
/linux-master/drivers/hv/
H A Dhv_utils_transport.c33 hvt = container_of(file->f_op, struct hvutil_transport, fops);
81 hvt = container_of(file->f_op, struct hvutil_transport, fops);
101 hvt = container_of(file->f_op, struct hvutil_transport, fops);
120 hvt = container_of(file->f_op, struct hvutil_transport, fops);
164 hvt = container_of(file->f_op, struct hvutil_transport, fops);
287 hvt->fops.owner = THIS_MODULE;
288 hvt->fops.read = hvt_op_read;
289 hvt->fops.write = hvt_op_write;
290 hvt->fops.poll = hvt_op_poll;
291 hvt->fops
[all...]
/linux-master/drivers/hwmon/
H A Dfschmd.c1215 data->watchdog_miscdev.fops = &watchdog_fops;
H A Dw83793.c1874 data->watchdog_miscdev.fops = &watchdog_fops;
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etb10.c782 drvdata->miscdev.fops = &etb_fops;
801 * etb fops in this case, device is there until last file
H A Dcoresight-tmc-core.c544 drvdata->miscdev.fops = &tmc_fops;
582 * etb fops in this case, device is there until last file
H A Dultrasoc-smb.c494 drvdata->miscdev.fops = &smb_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);
H A Dintel_th.h152 * @fops: file operations for device nodes
182 const struct file_operations *fops; member in struct:intel_th_driver
H A Dmsu.c453 * will prevent enabling the msc and the rest of fops don't
2192 .fops = &intel_th_msc_fops,
/linux-master/drivers/infiniband/core/
H A Drdma_core.c363 if (f->f_op != fd_type->fops || uobject->ufile != ufile) {
467 if (WARN_ON(fd_type->fops->release != &uverbs_uobject_fd_release &&
468 fd_type->fops->release != &uverbs_async_event_release)) {
480 filp = anon_inode_getfile(fd_type->name, fd_type->fops, NULL,
H A Ducma.c1828 .fops = &ucma_fops,
/linux-master/drivers/infiniband/hw/hfi1/
H A Ddevice.c39 const struct file_operations *fops,
48 cdev_init(cdev, fops);
38 hfi1_cdev_init(int minor, const char *name, const struct file_operations *fops, struct cdev *cdev, struct device **devp, bool user_accessible, struct kobject *parent) argument
H A Ddevice.h10 const struct file_operations *fops,
/linux-master/drivers/infiniband/hw/qib/
H A Dqib.h1119 const struct file_operations *fops,
H A Dqib_file_ops.c2259 const struct file_operations *fops,
2276 cdev->ops = fops;
2258 qib_cdev_init(int minor, const char *name, const struct file_operations *fops, struct cdev **cdevp, struct device **devp) argument
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/drivers/input/misc/
H A Duinput.c1125 .fops = &uinput_fops,
/linux-master/drivers/input/rmi4/
H A Drmi_f54.c526 .fops = &rmi_f54_video_fops,
/linux-master/drivers/input/serio/
H A Dserio_raw.c327 serio_raw->dev.fops = &serio_raw_fops;

Completed in 347 milliseconds

1234567891011>>