Searched refs:_fops (Results 1 – 15 of 15) sorted by relevance
| /linux/security/apparmor/include/ |
| H A D | apparmorfs.h | 54 #define AA_SFS_FILE_FOPS(_name, _mode, _fops) \ argument 56 .mode = (_mode), .file_ops = (_fops) }
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gt_sriov_pf_debugfs.c | 142 DEFINE_DEBUGFS_ATTRIBUTE(POLICY##_fops, POLICY##_get, POLICY##_set, FORMAT) 355 static const struct file_operations sched_groups_##CONFIG##_fops = { \ 502 DEFINE_DEBUGFS_ATTRIBUTE(CONFIG##_fops, CONFIG##_get, CONFIG##_set, FORMAT) 572 DEFINE_DEBUGFS_ATTRIBUTE(THRESHOLD##_fops, THRESHOLD##_get, THRESHOLD##_set, "%llu\n") 600 &NAME##_fops); \ in MAKE_XE_GUC_KLV_THRESHOLDS_SET()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_debugfs.h | 14 static const struct file_operations __name ## _fops = { \
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | debugfs.c | 914 &mwifiex_dfs_##name##_fops); \ 918 static const struct file_operations mwifiex_dfs_##name##_fops = { \ 925 static const struct file_operations mwifiex_dfs_##name##_fops = { \ 931 static const struct file_operations mwifiex_dfs_##name##_fops = { \
|
| /linux/drivers/iommu/ |
| H A D | omap-iommu-debug.c | 232 static const struct file_operations name##_fops = { \
|
| /linux/include/linux/ |
| H A D | fs.h | 2337 const struct file_operations *_fops = (fops); \ 2338 (((_fops) && try_module_get((_fops)->owner) ? (_fops) : NULL)); \ 2342 const struct file_operations *_fops = (fops); \ 2343 if (_fops) \ 2344 module_put((_fops)->owner); \
|
| /linux/drivers/media/platform/st/sti/hva/ |
| H A D | hva-debugfs.c | 330 &name##_fops)
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_debugfs.c | 757 static const struct file_operations device_ ## name ## _fops = { \ 799 &device_ ## name ## _fops); \ in drbd_debugfs_device_attr()
|
| /linux/drivers/pci/pcie/ |
| H A D | ptm.c | 508 ptm_debugfs, &attr##_fops); \
|
| /linux/security/apparmor/ |
| H A D | apparmorfs.c | 1132 static const struct file_operations seq_profile_ ##NAME ##_fops = { \ 1234 static const struct file_operations seq_ns_ ##NAME ##_fops = { \ 1324 static const struct file_operations seq_rawdata_ ##NAME ##_fops = { \
|
| /linux/drivers/thunderbolt/ |
| H A D | dma_test.c | 388 DEFINE_DEBUGFS_ATTRIBUTE(__fops ## _fops, __fops ## _show, \
|
| H A D | debugfs.c | 110 static const struct file_operations __space ## _fops = { \
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-dv-timings.c | 1219 static const struct file_operations infoframe_##type##_fops = { \
|
| /linux/net/bluetooth/ |
| H A D | hci_debugfs.c | 70 static const struct file_operations __name ## _fops = { \
|
| /linux/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 141 operations, *<block-device>_fops*. 987 - Change the 3rd argument of *register_blkdev* from `&<your-drive>_fops`
|