Searched defs:fops (Results 51 - 75 of 127) sorted by relevance

123456

/linux-master/include/linux/
H A Dw1.h272 const struct w1_family_ops *fops; member in struct:w1_family
H A Dmiscdevice.h82 const struct file_operations *fops; member in struct:miscdevice
H A Ddebugfs.h209 debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) argument
216 debugfs_create_file_unsafe(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) argument
224 debugfs_create_file_size(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops, loff_t file_size) argument
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c33 struct file_operations fops; member in struct:b43_debugfs_fops
/linux-master/drivers/misc/cxl/
H A Dflash.c508 static const struct file_operations fops = { variable in typeref:struct:file_operations
H A Dapi.c388 struct file *cxl_get_fd(struct cxl_context *ctx, struct file_operations *fops, argument
57 cxl_getfile(const char *name, const struct file_operations *fops, void *priv, int flags) argument
[all...]
H A Dfile.c565 cxl_add_chardev(struct cxl_afu *afu, dev_t devt, struct cdev *cdev, struct device **chardev, char *postfix, char *desc, const struct file_operations *fops) argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c572 void *fops = type_data; local
/linux-master/drivers/usb/dwc3/
H A Ddebugfs.c683 const struct file_operations *const fops; member in struct:dwc3_ep_file_map
996 const struct file_operations *fops = dwc3_ep_file_map[i].fops; local
/linux-master/drivers/misc/ibmasm/
H A Dibmasmfs.c147 ibmasmfs_create_file(struct dentry *parent, const char *name, const struct file_operations *fops, void *data, int mode) argument
/linux-master/fs/
H A Dchar_dev.c375 const struct file_operations *fops; local
268 __register_chrdev(unsigned int major, unsigned int baseminor, unsigned int count, const char *name, const struct file_operations *fops) argument
658 cdev_init(struct cdev *cdev, const struct file_operations *fops) argument
[all...]
/linux-master/include/media/
H A Dv4l2-dev.h269 const struct v4l2_file_operations *fops; member in struct:video_device
/linux-master/arch/s390/lib/
H A Dtest_unwind.c288 struct ftrace_ops *fops; local
268 test_unwind_ftrace_handler(unsigned long ip, unsigned long parent_ip, struct ftrace_ops *fops, struct ftrace_regs *fregs) argument
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_debugfs.c737 const struct file_operations *fops; member in struct:i915_debugfs_files
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.c491 DEFINE_DRM_GEM_FOPS(fops); variable
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_cnv_dbgfs.c279 const struct file_operations *fops; local
/linux-master/fs/tracefs/
H A Devent_inode.c555 const struct file_operations *fops; local
578 const struct file_operations *fops; local
499 lookup_file_dentry(struct dentry *dentry, struct eventfs_inode *ei, int idx, umode_t mode, void *data, const struct file_operations *fops) argument
[all...]
/linux-master/arch/arm/vfp/
H A Dvfpdouble.c1112 static struct op fops[16] = { variable in typeref:struct:op
H A Dvfpsingle.c1157 static struct op fops[16] = { variable in typeref:struct:op
/linux-master/drivers/net/wireless/marvell/libertas/
H A Ddebugfs.c657 struct file_operations fops; member in struct:lbs_debugfs_files
/linux-master/drivers/scsi/cxlflash/
H A Docxl_hw.c70 ocxlflash_getfile(struct device *dev, const char *name, const struct file_operations *fops, void *priv, int flags) argument
1195 ocxlflash_get_fd(void *ctx_cookie, struct file_operations *fops, int *fd) argument
[all...]
/linux-master/drivers/hwtracing/intel_th/
H A Dcore.c807 const struct file_operations *fops; local
H A Dintel_th.h182 const struct file_operations *fops; member in struct:intel_th_driver
/linux-master/drivers/nfc/pn533/
H A Dusb.c490 struct pn533_frame_ops *fops = NULL; local
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddebugfs.c486 static const struct file_operations fops = { variable in typeref:struct:file_operations

Completed in 272 milliseconds

123456