Home
last modified time | relevance | path

Searched defs:fops (Results 1 - 25 of 252) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/kernel/livepatch/
H A Dpatch.h25 struct ftrace_ops fops; member
H A Dpatch.c40 klp_ftrace_handler(unsigned long ip, unsigned long parent_ip, struct ftrace_ops *fops, struct pt_regs *regs) klp_ftrace_handler() argument
[all...]
/kernel/linux/linux-6.6/kernel/livepatch/
H A Dpatch.h25 struct ftrace_ops fops; member
/kernel/linux/common_modules/tzdriver/core/
H A Dtc_client_driver.h26 const struct file_operations *fops; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Ddebugfs_gt.h30 const struct file_operations *fops; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_gt_debugfs.h41 const struct file_operations *fops; member
/third_party/NuttX/fs/driver/
H A Dfs_registerdriver.c61 int register_driver(const char *path, const struct file_operations_vfs *fops, in register_driver() argument
/third_party/ltp/testcases/kernel/mce-test/hwpoison/kinclude/linux/
H A Ddebugfs.h2 debugfs_create_file(const char *name, mode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) debugfs_create_file() argument
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/
H A Ddebugfs.h2 debugfs_create_file(const char *name, mode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) debugfs_create_file() argument
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dtape_class.c42 register_tape_dev( struct device * device, dev_t dev, const struct file_operations *fops, char * device_name, char * mode_name) register_tape_dev() argument
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
H A Drsi_debugfs.h37 const struct file_operations fops; member
/kernel/linux/linux-5.10/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c47 const void *fops; in iter() local
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dtape_class.c42 register_tape_dev( struct device * device, dev_t dev, const struct file_operations *fops, char * device_name, char * mode_name) register_tape_dev() argument
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/
H A Drsi_debugfs.h37 const struct file_operations fops; member
/kernel/linux/linux-5.10/drivers/hv/
H A Dhv_utils_transport.h23 struct file_operations fops; /* file operations */ member
/kernel/linux/linux-5.10/drivers/gpu/drm/aspeed/
H A Daspeed_gfx_drv.c192 DEFINE_DRM_GEM_CMA_FOPS(fops); variable
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Ddebugfs.c107 const struct file_operations *fops = ops ? ops : &fops_regval; in mt76_register_debugfs_fops() local
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_utils_transport.h23 struct file_operations fops; /* file operations */ member
/third_party/libwebsockets/lib/core/
H A Dvfs.c28 lws_set_fops(struct lws_context *context, const struct lws_plat_file_ops *fops) in lws_set_fops() argument
72 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_vfs_select_fops() argument
120 lws_vfs_file_open(const struct lws_plat_file_ops *fops, const char *vfs_path, lws_fop_flags_t *flags) lws_vfs_file_open() argument
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H A Ddebugfs.c110 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) edac_debugfs_create_file() argument
H A Dedac_module.h94 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) edac_debugfs_create_file() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Ddevice.c60 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) hfi1_cdev_init() argument
/kernel/linux/linux-5.10/include/media/
H A Dmedia-devnode.h79 const struct media_file_operations *fops; member
/kernel/linux/linux-5.10/fs/
H A Danon_inodes.c125 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() argument
74 anon_inode_getfile(const char *name, const struct file_operations *fops, void *priv, int flags) anon_inode_getfile() argument
/kernel/linux/linux-5.10/net/core/
H A Dfailover.c50 struct failover_ops *fops; in failover_slave_register() local
107 struct failover_ops *fops; in failover_slave_unregister() local
138 struct failover_ops *fops; failover_slave_link_change() local
163 struct failover_ops *fops; failover_slave_name_change() local
[all...]

Completed in 7 milliseconds

1234567891011