Home
last modified time | relevance | path

Searched refs:DEFINE_SIMPLE_ATTRIBUTE (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/kernel/scripts/coccinelle/api/debugfs/
H A Ddebugfs_simple_attr.cocci2 /// Use DEFINE_DEBUGFS_ATTRIBUTE rather than DEFINE_SIMPLE_ATTRIBUTE
5 //# Rationale: DEFINE_SIMPLE_ATTRIBUTE + debugfs_create_file()
19 declarer name DEFINE_SIMPLE_ATTRIBUTE;
24 DEFINE_SIMPLE_ATTRIBUTE@p(dsa_fops, dsa_get, dsa_set, dsa_fmt);
38 * DEFINE_SIMPLE_ATTRIBUTE(dsa_fops, dsa_get, dsa_set, dsa_fmt);
52 - DEFINE_SIMPLE_ATTRIBUTE(dsa_fops, dsa_get, dsa_set, dsa_fmt);
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Ddebugfs.c18 DEFINE_SIMPLE_ATTRIBUTE(vcpu_timer_advance_ns_fops, vcpu_get_timer_advance_ns, NULL, "%llu\n");
27 DEFINE_SIMPLE_ATTRIBUTE(vcpu_tsc_offset_fops, vcpu_get_tsc_offset, NULL, "%lld\n");
36 DEFINE_SIMPLE_ATTRIBUTE(vcpu_tsc_scaling_fops, vcpu_get_tsc_scaling_ratio, NULL, "%llu\n");
44 DEFINE_SIMPLE_ATTRIBUTE(vcpu_tsc_scaling_frac_fops, vcpu_get_tsc_scaling_frac_bits, NULL, "%llu\n");
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_debugfs.c240 DEFINE_SIMPLE_ATTRIBUTE(conn_info_min_age_fops, conn_info_min_age_get,
268 DEFINE_SIMPLE_ATTRIBUTE(conn_info_max_age_fops, conn_info_max_age_get,
422 DEFINE_SIMPLE_ATTRIBUTE(voice_setting_fops, voice_setting_get,
479 DEFINE_SIMPLE_ATTRIBUTE(min_encrypt_key_size_fops,
494 DEFINE_SIMPLE_ATTRIBUTE(auto_accept_delay_fops, auto_accept_delay_get,
522 DEFINE_SIMPLE_ATTRIBUTE(idle_timeout_fops, idle_timeout_get,
550 DEFINE_SIMPLE_ATTRIBUTE(sniff_min_interval_fops, sniff_min_interval_get,
578 DEFINE_SIMPLE_ATTRIBUTE(sniff_max_interval_fops, sniff_max_interval_get,
659 DEFINE_SIMPLE_ATTRIBUTE(rpa_timeout_fops, rpa_timeout_get,
822 DEFINE_SIMPLE_ATTRIBUTE(conn_min_interval_fops, conn_min_interval_get,
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_pool_debugfs.c43 DEFINE_SIMPLE_ATTRIBUTE(kbase_mem_pool_debugfs_size_fops,
66 DEFINE_SIMPLE_ATTRIBUTE(kbase_mem_pool_debugfs_max_size_fops,
H A Dmali_kbase_regs_history_debugfs.c44 DEFINE_SIMPLE_ATTRIBUTE(regs_history_size_fops,
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dinject.c92 DEFINE_SIMPLE_ATTRIBUTE(status_fops, inj_status_get, inj_status_set, "%llx\n");
93 DEFINE_SIMPLE_ATTRIBUTE(misc_fops, inj_misc_get, inj_misc_set, "%llx\n");
94 DEFINE_SIMPLE_ATTRIBUTE(addr_fops, inj_addr_get, inj_addr_set, "%llx\n");
95 DEFINE_SIMPLE_ATTRIBUTE(synd_fops, inj_synd_get, inj_synd_set, "%llx\n");
395 DEFINE_SIMPLE_ATTRIBUTE(extcpu_fops, inj_extcpu_get, inj_extcpu_set, "%llu\n");
587 DEFINE_SIMPLE_ATTRIBUTE(bank_fops, inj_bank_get, inj_bank_set, "%llu\n");
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Ddebugfs.c22 DEFINE_SIMPLE_ATTRIBUTE(caam_fops_u32_ro, caam_debugfs_u32_get, NULL, "%llu\n");
23 DEFINE_SIMPLE_ATTRIBUTE(caam_fops_u64_ro, caam_debugfs_u64_get, NULL, "%llu\n");
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dspinlock_test.c38 DEFINE_SIMPLE_ATTRIBUTE(fops_ss, ss_get, NULL, "%llu\n");
117 DEFINE_SIMPLE_ATTRIBUTE(fops_multi, multi_get, NULL, "%llu\n");
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dpm-debug.c171 DEFINE_SIMPLE_ATTRIBUTE(pwrdm_suspend_fops, pwrdm_suspend_get,
220 DEFINE_SIMPLE_ATTRIBUTE(pm_dbg_option_fops, option_get, option_set, "%llu\n");
/OK3568_Linux_fs/kernel/lib/
H A Dfault-inject.c169 DEFINE_SIMPLE_ATTRIBUTE(fops_ul, debugfs_ul_get, debugfs_ul_set, "%llu\n");
187 DEFINE_SIMPLE_ATTRIBUTE(fops_stacktrace_depth, debugfs_ul_get,
H A Dtest_fpu.c66 DEFINE_SIMPLE_ATTRIBUTE(test_fpu_fops, test_fpu_get, NULL, "%lld\n");
H A Dnotifier-error-inject.c18 DEFINE_SIMPLE_ATTRIBUTE(fops_errno, debugfs_errno_get, debugfs_errno_set,
/OK3568_Linux_fs/kernel/drivers/memory/tegra/
H A Dtegra186-emc.c128 DEFINE_SIMPLE_ATTRIBUTE(tegra186_emc_debug_min_rate_fops,
158 DEFINE_SIMPLE_ATTRIBUTE(tegra186_emc_debug_max_rate_fops,
H A Dtegra20-emc.c575 DEFINE_SIMPLE_ATTRIBUTE(tegra_emc_debug_min_rate_fops,
605 DEFINE_SIMPLE_ATTRIBUTE(tegra_emc_debug_max_rate_fops,
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsetup_64.c1155 DEFINE_SIMPLE_ATTRIBUTE(fops_rfi_flush, rfi_flush_get, rfi_flush_set, "%llu\n");
1181 DEFINE_SIMPLE_ATTRIBUTE(fops_entry_flush, entry_flush_get, entry_flush_set, "%llu\n");
1207 DEFINE_SIMPLE_ATTRIBUTE(fops_uaccess_flush, uaccess_flush_get, uaccess_flush_set, "%llu\n");
/OK3568_Linux_fs/kernel/drivers/base/arm/memory_group_manager/
H A Dmemory_group_manager.c36 #undef DEFINE_SIMPLE_ATTRIBUTE
37 #define DEFINE_SIMPLE_ATTRIBUTE DEFINE_DEBUGFS_ATTRIBUTE macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log_debugfs.c52 DEFINE_SIMPLE_ATTRIBUTE(guc_log_level_fops,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/
H A Da5xx_debugfs.c141 DEFINE_SIMPLE_ATTRIBUTE(reset_fops, NULL, reset_set, "%llx\n");
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/
H A Doct_ilm.c65 DEFINE_SIMPLE_ATTRIBUTE(reset_statistics_ops, NULL, reset_statistics, "%llu\n");
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Ddebugfs.c150 DEFINE_SIMPLE_ATTRIBUTE(vgpu_scan_nonprivbb_fops,
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ipa/
H A Dmali_kbase_ipa_debugfs.c27 #define DEFINE_DEBUGFS_ATTRIBUTE DEFINE_SIMPLE_ATTRIBUTE
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dmemtrace.c329 DEFINE_SIMPLE_ATTRIBUTE(memtrace_init_fops, memtrace_enable_get,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/
H A Dsti_drv.c71 DEFINE_SIMPLE_ATTRIBUTE(sti_drm_fps_fops,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_debugfs.c1402 DEFINE_SIMPLE_ATTRIBUTE(i915_wedged_fops,
1431 DEFINE_SIMPLE_ATTRIBUTE(i915_perf_noa_delay_fops,
1529 DEFINE_SIMPLE_ATTRIBUTE(i915_drop_caches_fops,
1578 DEFINE_SIMPLE_ATTRIBUTE(i915_cache_sharing_fops,
/OK3568_Linux_fs/kernel/drivers/edac/
H A Di10nm_base.c226 DEFINE_SIMPLE_ATTRIBUTE(fops_u64_wo, NULL, debugfs_u64_set, "%llu\n");

12