Searched refs:_fops (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/include/rdma/ |
D | uverbs_types.h | 163 #define UVERBS_TYPE_ALLOC_FD(_obj_size, _context_closed, _fops, _name, _flags)\ argument 172 .fops = _fops, \
|
/Linux-v4.19/security/apparmor/include/ |
D | apparmorfs.h | 58 #define AA_SFS_FILE_FOPS(_name, _mode, _fops) \ argument 60 .mode = (_mode), .file_ops = (_fops) }
|
/Linux-v4.19/drivers/iommu/ |
D | omap-iommu-debug.c | 237 static const struct file_operations debug_##name##_fops = { \ 245 static const struct file_operations debug_##name##_fops = { \ 259 obj, &debug_##attr##_fops); \
|
/Linux-v4.19/include/linux/ceph/ |
D | debugfs.h | 14 static const struct file_operations name##_fops = { \
|
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | debugfs.c | 928 priv, &mwifiex_dfs_##name##_fops)) \ 933 static const struct file_operations mwifiex_dfs_##name##_fops = { \ 940 static const struct file_operations mwifiex_dfs_##name##_fops = { \ 946 static const struct file_operations mwifiex_dfs_##name##_fops = { \
|
/Linux-v4.19/drivers/media/platform/sti/hva/ |
D | hva-debugfs.c | 333 static const struct file_operations hva_dbg_##name##_fops = { \ 342 &hva_dbg_##name##_fops)
|
/Linux-v4.19/drivers/mtd/devices/ |
D | docg3.h | 324 static const struct file_operations name##_fops = { \
|
/Linux-v4.19/include/linux/ |
D | seq_file.h | 154 static const struct file_operations __name ## _fops = { \
|
/Linux-v4.19/drivers/media/platform/sti/bdisp/ |
D | bdisp-debug.c | 635 static const struct file_operations bdisp_dbg_##name##_fops = { \ 644 &bdisp_dbg_##name##_fops)
|
/Linux-v4.19/drivers/misc/genwqe/ |
D | card_debugfs.c | 42 static const struct file_operations genwqe_##_name##_fops = { \
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_core_irq.c | 307 static const struct file_operations __prefix ## _fops = { \
|
D | dpu_kms.c | 121 static const struct file_operations __prefix ## _fops = { \
|
D | dpu_crtc.c | 1946 static const struct file_operations __prefix ## _fops = { \
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_debugfs.c | 783 static const struct file_operations device_ ## name ## _fops = { \ 829 &device_ ## name ## _fops); \ in drbd_debugfs_device_attr()
|
/Linux-v4.19/security/apparmor/ |
D | apparmorfs.c | 1029 static const struct file_operations seq_profile_ ##NAME ##_fops = { \ 1131 static const struct file_operations seq_ns_ ##NAME ##_fops = { \ 1207 static const struct file_operations seq_rawdata_ ##NAME ##_fops = { \
|
/Linux-v4.19/net/bluetooth/ |
D | hci_debugfs.c | 68 static const struct file_operations __name ## _fops = { \
|
/Linux-v4.19/drivers/base/power/ |
D | domain.c | 2861 static const struct file_operations genpd_##name##_fops = { \
|
/Linux-v4.19/Documentation/cdrom/ |
D | cdrom-standard.tex | 159 operations, $<block-device>_fops$. 965 $\&<your-drive>_fops$ to $\&cdrom_fops$.
|
/Linux-v4.19/drivers/android/ |
D | binder.c | 102 static const struct file_operations binder_##name##_fops = { \
|