Home
last modified time | relevance | path

Searched refs:_fops (Results 1 – 15 of 15) sorted by relevance

/linux/security/apparmor/include/
H A Dapparmorfs.h54 #define AA_SFS_FILE_FOPS(_name, _mode, _fops) \ argument
56 .mode = (_mode), .file_ops = (_fops) }
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_debugfs.c142 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 Dintel_gt_debugfs.h14 static const struct file_operations __name ## _fops = { \
/linux/drivers/net/wireless/marvell/mwifiex/
H A Ddebugfs.c914 &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 Domap-iommu-debug.c232 static const struct file_operations name##_fops = { \
/linux/include/linux/
H A Dfs.h2337 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 Dhva-debugfs.c330 &name##_fops)
/linux/drivers/block/drbd/
H A Ddrbd_debugfs.c757 static const struct file_operations device_ ## name ## _fops = { \
799 &device_ ## name ## _fops); \ in drbd_debugfs_device_attr()
/linux/drivers/pci/pcie/
H A Dptm.c508 ptm_debugfs, &attr##_fops); \
/linux/security/apparmor/
H A Dapparmorfs.c1132 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 Ddma_test.c388 DEFINE_DEBUGFS_ATTRIBUTE(__fops ## _fops, __fops ## _show, \
H A Ddebugfs.c110 static const struct file_operations __space ## _fops = { \
/linux/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c1219 static const struct file_operations infoframe_##type##_fops = { \
/linux/net/bluetooth/
H A Dhci_debugfs.c70 static const struct file_operations __name ## _fops = { \
/linux/Documentation/cdrom/
H A Dcdrom-standard.rst141 operations, *<block-device>_fops*.
987 - Change the 3rd argument of *register_blkdev* from `&<your-drive>_fops`