Home
last modified time | relevance | path

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

1234567891011

/kernel/linux/linux-6.6/drivers/gpu/drm/arm/
H A Dhdlcd_drv.c226 DEFINE_DRM_GEM_DMA_FOPS(fops); variable
/kernel/linux/linux-6.6/drivers/gpu/drm/mxsfb/
H A Dlcdif_drv.c238 DEFINE_DRM_GEM_DMA_FOPS(fops); variable
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_debugfs.c261 const struct file_operations *fops; member
/kernel/linux/linux-6.6/security/
H A Dinode.c107 securityfs_create_dentry(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops, const struct inode_operations *iops) securityfs_create_dentry() argument
200 securityfs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) securityfs_create_file() argument
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-vfs.h74 const struct lws_plat_file_ops *fops; member
[all...]
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-file.c34 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename, in _lws_plat_file_open() argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Dhimedia.h79 struct file_operations *fops; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ipa/
H A Dmali_kbase_ipa_debugfs.c262 const struct file_operations *fops = NULL; in kbase_ipa_model_debugfs_init() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ipa/
H A Dmali_kbase_ipa_debugfs.c250 const struct file_operations *fops = NULL; in kbase_ipa_model_debugfs_init() local
/kernel/linux/linux-5.10/drivers/android/
H A Dbinder_internal.h89 binderfs_create_file(struct dentry *dir, const char *name, const struct file_operations *fops, void *data) binderfs_create_file() argument
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dsysinfo.c521 const struct file_operations *fops; member
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H A Dbnad_debugfs.c477 const struct file_operations *fops; member
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dsysinfo.c525 const struct file_operations *fops; member
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_fs.c51 qibfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, const struct file_operations *fops, void *data) qibfs_mknod() argument
87 create_file(const char *name, umode_t mode, struct dentry *parent, struct dentry **dentry, const struct file_operations *fops, void *data) create_file() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H A Dhdlcd_drv.c235 DEFINE_DRM_GEM_CMA_FOPS(fops); variable
/kernel/linux/linux-5.10/drivers/gpu/drm/loongson/
H A Dloongson_drv.c309 DEFINE_DRM_GEM_CMA_FOPS(fops); variable
/kernel/linux/linux-5.10/drivers/gpu/drm/meson/
H A Dmeson_drv.c91 DEFINE_DRM_GEM_CMA_FOPS(fops); variable
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-streams.c98 const struct v4l2_file_operations *fops; member
/kernel/linux/linux-5.10/drivers/misc/lkdtm/
H A Dcore.c58 const struct file_operations fops; member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c34 struct file_operations fops; member
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H A Dcxl_hw.c120 cxlflash_get_fd(void *ctx_cookie, struct file_operations *fops, int *fd) cxlflash_get_fd() argument
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H A Dqedi_debugfs.c18 qedi_dbg_host_init(struct qedi_dbg_ctx *qedi, const struct qedi_debugfs_ops *dops, const struct file_operations *fops) qedi_dbg_host_init() argument
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A Dqedf_debugfs.c22 qedf_dbg_host_init(struct qedf_dbg_ctx *qedf, const struct qedf_debugfs_ops *dops, const struct file_operations *fops) qedf_dbg_host_init() argument
/kernel/linux/linux-5.10/include/media/
H A Ddvbdev.h161 const struct file_operations *fops; member
202 struct file_operations *fops; member
/kernel/linux/linux-5.10/sound/
H A Dsound_core.c162 static int __sound_insert_unit(struct sound_unit * s, struct sound_unit **list, const struct file_operations *fops, int index, int low, int top) in __sound_insert_unit() argument
242 static int sound_insert_unit(struct sound_unit **list, const struct file_operations *fops, int index, int low, int top, const char *name, umode_t mode, struct device *dev) in sound_insert_unit() argument
350 int register_sound_special_device(const struct file_operations *fops, int unit, in register_sound_special_device() argument
417 int register_sound_special(const struct file_operations *fops, int unit) in register_sound_special() argument
436 register_sound_mixer(const struct file_operations *fops, int dev) register_sound_mixer() argument
464 register_sound_dsp(const struct file_operations *fops, int dev) register_sound_dsp() argument
[all...]

Completed in 16 milliseconds

1234567891011