| /linux/arch/powerpc/lib/ |
| H A D | qspinlock.c | 784 DEFINE_SIMPLE_ATTRIBUTE(fops_steal_spins, steal_spins_get, steal_spins_set, "%llu\n"); 800 DEFINE_SIMPLE_ATTRIBUTE(fops_remote_steal_spins, remote_steal_spins_get, remote_steal_spins_set, "%… 816 DEFINE_SIMPLE_ATTRIBUTE(fops_head_spins, head_spins_get, head_spins_set, "%llu\n"); 832 DEFINE_SIMPLE_ATTRIBUTE(fops_pv_yield_owner, pv_yield_owner_get, pv_yield_owner_set, "%llu\n"); 848 DEFINE_SIMPLE_ATTRIBUTE(fops_pv_yield_allow_steal, pv_yield_allow_steal_get, pv_yield_allow_steal_s… 864 DEFINE_SIMPLE_ATTRIBUTE(fops_pv_spin_on_preempted_owner, pv_spin_on_preempted_owner_get, pv_spin_on… 880 DEFINE_SIMPLE_ATTRIBUTE(fops_pv_sleepy_lock, pv_sleepy_lock_get, pv_sleepy_lock_set, "%llu\n"); 896 DEFINE_SIMPLE_ATTRIBUTE(fops_pv_sleepy_lock_sticky, pv_sleepy_lock_sticky_get, pv_sleepy_lock_stick… 912 DEFINE_SIMPLE_ATTRIBUTE(fops_pv_sleepy_lock_interval_ns, pv_sleepy_lock_interval_ns_get, pv_sleepy_… 928 DEFINE_SIMPLE_ATTRIBUTE(fops_pv_sleepy_lock_factor, pv_sleepy_lock_factor_get, pv_sleepy_lock_facto… [all …]
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | htmdump.c | 492 DEFINE_SIMPLE_ATTRIBUTE(htmconfigure_fops, htmconfigure_get, htmconfigure_set, "%llu\n"); 493 DEFINE_SIMPLE_ATTRIBUTE(htmstart_fops, htmstart_get, htmstart_set, "%llu\n"); 494 DEFINE_SIMPLE_ATTRIBUTE(htmsetup_fops, htmsetup_get, htmsetup_set, "%llu\n"); 495 DEFINE_SIMPLE_ATTRIBUTE(htmflags_fops, htmflags_get, htmflags_set, "%llu\n");
|
| /linux/arch/arm/mach-omap2/ |
| H A D | pm-debug.c | 220 DEFINE_SIMPLE_ATTRIBUTE(pm_dbg_option_fops, option_get, option_set, "%llu\n");
|
| /linux/drivers/gpu/drm/sti/ |
| H A D | sti_drv.c | 74 DEFINE_SIMPLE_ATTRIBUTE(sti_drm_fps_fops,
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | memtrace.c | 310 DEFINE_SIMPLE_ATTRIBUTE(memtrace_init_fops, memtrace_enable_get,
|
| H A D | eeh-powernv.c | 134 DEFINE_SIMPLE_ATTRIBUTE(pnv_eeh_dbgfs_ops_##name, \
|
| /linux/arch/x86/platform/intel/ |
| H A D | iosf_mbi.c | 469 DEFINE_SIMPLE_ATTRIBUTE(iosf_mcr_fops, mcr_get, mcr_set , "%llx\n");
|
| /linux/arch/mips/math-emu/ |
| H A D | me-debugfs.c | 30 DEFINE_SIMPLE_ATTRIBUTE(fops_fpuemu_stat, fpuemu_stat_get, NULL, "%llu\n");
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-sitronix-st7703.c | 921 DEFINE_SIMPLE_ATTRIBUTE(allpixelson_fops, NULL,
|
| /linux/drivers/soc/ti/ |
| H A D | smartreflex.c | 810 DEFINE_SIMPLE_ATTRIBUTE(pm_sr_fops, omap_sr_autocomp_show,
|
| /linux/fs/ceph/ |
| H A D | debugfs.c | 636 DEFINE_SIMPLE_ATTRIBUTE(congestion_kb_fops, congestion_kb_get,
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 4133 DEFINE_SIMPLE_ATTRIBUTE(vcpu_get_pid_fops, vcpu_get_pid, NULL, "%llu\n"); in kvm_create_vcpu_debugfs() 6268 DEFINE_SIMPLE_ATTRIBUTE(vm_stat_fops, vm_stat_get, vm_stat_clear, "%llu\n"); in vcpu_stat_clear() 6269 DEFINE_SIMPLE_ATTRIBUTE(vm_stat_readonly_fops, vm_stat_get, NULL, "%llu\n"); in vcpu_stat_clear() 6304 DEFINE_SIMPLE_ATTRIBUTE(vcpu_stat_fops, vcpu_stat_get, vcpu_stat_clear, in kvm_uevent_notify_change() 6306 DEFINE_SIMPLE_ATTRIBUTE(vcpu_stat_readonly_fops, vcpu_stat_get, NULL, "%llu\n"); in kvm_uevent_notify_change()
|
| /linux/drivers/input/touchscreen/ |
| H A D | edt-ft5x06.c | 718 DEFINE_SIMPLE_ATTRIBUTE(debugfs_mode_fops, edt_ft5x06_debugfs_mode_get,
|
| /linux/drivers/edac/ |
| H A D | igen6_edac.c | 1523 DEFINE_SIMPLE_ATTRIBUTE(fops_u64_wo, NULL, debugfs_u64_set, "%llu\n");
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | pcie.c | 2376 DEFINE_SIMPLE_ATTRIBUTE(brcmf_pcie_console_interval_fops,
|
| /linux/include/linux/ |
| H A D | fs.h | 3546 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ macro
|