Searched refs:_fops (Results 1 – 20 of 20) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_gt_sriov_pf_debugfs.c | 135 DEFINE_DEBUGFS_ATTRIBUTE(POLICY##_fops, POLICY##_get, POLICY##_set, FORMAT) 198 DEFINE_DEBUGFS_ATTRIBUTE(CONFIG##_fops, CONFIG##_get, CONFIG##_set, FORMAT) 264 DEFINE_DEBUGFS_ATTRIBUTE(THRESHOLD##_fops, THRESHOLD##_get, THRESHOLD##_set, "%llu\n") 296 &NAME##_fops); in MAKE_XE_GUC_KLV_THRESHOLDS_SET()
|
/linux-6.12.1/include/rdma/ |
D | uverbs_types.h | 159 #define UVERBS_TYPE_ALLOC_FD(_obj_size, _destroy_object, _fops, _name, _flags) \ argument 168 .fops = _fops, \
|
/linux-6.12.1/security/apparmor/include/ |
D | apparmorfs.h | 54 #define AA_SFS_FILE_FOPS(_name, _mode, _fops) \ argument 56 .mode = (_mode), .file_ops = (_fops) }
|
/linux-6.12.1/include/linux/ |
D | seq_file.h | 198 static const struct file_operations __name ## _fops = { \ 212 static const struct file_operations __name ## _fops = { \ 226 static const struct file_operations __name ## _fops = { \
|
D | fs.h | 2600 const struct file_operations *_fops = (fops); \ 2601 (((_fops) && try_module_get((_fops)->owner) ? (_fops) : NULL)); \ 2605 const struct file_operations *_fops = (fops); \ 2606 if (_fops) \ 2607 module_put((_fops)->owner); \
|
/linux-6.12.1/drivers/nvme/target/ |
D | debugfs.c | 22 static const struct file_operations field##_fops = { \ 32 static const struct file_operations field##_fops = { \
|
/linux-6.12.1/drivers/scsi/qla2xxx/ |
D | qla_dfs.c | 63 DEFINE_DEBUGFS_ATTRIBUTE(qla_dfs_rport_##_attr##_fops, \ 80 DEFINE_DEBUGFS_ATTRIBUTE(qla_dfs_rport_field_##_attr##_fops, \ 112 fp, &qla_dfs_rport_field_##_attr##_fops) in qla2x00_dfs_create_rport() 546 &qla_dfs_##_name##_fops); \ 561 &qla_dfs_##_name##_fops) \
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_gt_debugfs.h | 14 static const struct file_operations __name ## _fops = { \
|
/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/ |
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-6.12.1/drivers/iommu/ |
D | omap-iommu-debug.c | 232 static const struct file_operations name##_fops = { \
|
/linux-6.12.1/drivers/media/platform/st/sti/hva/ |
D | hva-debugfs.c | 330 &name##_fops)
|
/linux-6.12.1/drivers/block/drbd/ |
D | drbd_debugfs.c | 757 static const struct file_operations device_ ## name ## _fops = { \ 799 &device_ ## name ## _fops); \ in drbd_debugfs_device_attr()
|
/linux-6.12.1/drivers/platform/x86/intel/pmc/ |
D | core.h | 622 static const struct file_operations __name ## _fops = { \
|
/linux-6.12.1/drivers/media/platform/st/sti/bdisp/ |
D | bdisp-debug.c | 632 &name##_fops)
|
/linux-6.12.1/security/apparmor/ |
D | apparmorfs.c | 1040 static const struct file_operations seq_profile_ ##NAME ##_fops = { \ 1142 static const struct file_operations seq_ns_ ##NAME ##_fops = { \ 1232 static const struct file_operations seq_rawdata_ ##NAME ##_fops = { \
|
/linux-6.12.1/drivers/thunderbolt/ |
D | dma_test.c | 388 DEFINE_DEBUGFS_ATTRIBUTE(__fops ## _fops, __fops ## _show, \
|
D | debugfs.c | 90 static const struct file_operations __space ## _fops = { \
|
/linux-6.12.1/net/bluetooth/ |
D | hci_debugfs.c | 70 static const struct file_operations __name ## _fops = { \
|
/linux-6.12.1/Documentation/cdrom/ |
D | cdrom-standard.rst | 141 operations, *<block-device>_fops*. 988 - Change the 3rd argument of *register_blkdev* from `&<your-drive>_fops`
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_debugfs.c | 209 static const struct file_operations rvu_dbg_##name##_fops = { \ 219 static const struct file_operations rvu_dbg_##name##_fops = { \
|