Home
last modified time | relevance | path

Searched refs:_SYSDEV_ATTR (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/powerpc/kernel/
Dsysfs.c228 _SYSDEV_ATTR(mmcr0, 0600, show_mmcr0, store_mmcr0),
229 _SYSDEV_ATTR(mmcr1, 0600, show_mmcr1, store_mmcr1),
235 _SYSDEV_ATTR(mmcr0, 0600, show_mmcr0, store_mmcr0),
236 _SYSDEV_ATTR(mmcr1, 0600, show_mmcr1, store_mmcr1),
237 _SYSDEV_ATTR(mmcr2, 0600, show_mmcr2, store_mmcr2),
242 _SYSDEV_ATTR(pmc1, 0600, show_pmc1, store_pmc1),
243 _SYSDEV_ATTR(pmc2, 0600, show_pmc2, store_pmc2),
244 _SYSDEV_ATTR(pmc3, 0600, show_pmc3, store_pmc3),
245 _SYSDEV_ATTR(pmc4, 0600, show_pmc4, store_pmc4),
246 _SYSDEV_ATTR(pmc5, 0600, show_pmc5, store_pmc5),
[all …]
/linux-2.6.39/arch/sparc/kernel/
Dsysfs.c212 _SYSDEV_ATTR(clock_tick, 0444, show_clock_tick, NULL),
213 _SYSDEV_ATTR(l1_dcache_size, 0444, show_l1_dcache_size, NULL),
214 _SYSDEV_ATTR(l1_dcache_line_size, 0444, show_l1_dcache_line_size, NULL),
215 _SYSDEV_ATTR(l1_icache_size, 0444, show_l1_icache_size, NULL),
216 _SYSDEV_ATTR(l1_icache_line_size, 0444, show_l1_icache_line_size, NULL),
217 _SYSDEV_ATTR(l2_cache_size, 0444, show_l2_cache_size, NULL),
218 _SYSDEV_ATTR(l2_cache_line_size, 0444, show_l2_cache_line_size, NULL),
/linux-2.6.39/include/linux/
Dsysdev.h115 #define _SYSDEV_ATTR(_name, _mode, _show, _store) \ macro
124 _SYSDEV_ATTR(_name, _mode, _show, _store);
164 { _SYSDEV_ATTR(_name, _mode, sysdev_show_ulong, sysdev_store_ulong), \
170 { _SYSDEV_ATTR(_name, _mode, sysdev_show_int, sysdev_store_int), \
/linux-2.6.39/arch/powerpc/platforms/pseries/
Dpseries_energy.c253 _SYSDEV_ATTR(pseries_activate_hint, 0444,
257 _SYSDEV_ATTR(pseries_deactivate_hint, 0444,
/linux-2.6.39/arch/x86/kernel/cpu/mcheck/
Dmce.c1933 _SYSDEV_ATTR(check_interval, 0644, sysdev_show_int,
1939 _SYSDEV_ATTR(ignore_ce, 0644, sysdev_show_int, set_ignore_ce),
1944 _SYSDEV_ATTR(cmci_disabled, 0644, sysdev_show_int, set_cmci_disabled),