Searched refs:PDCS_ATTR (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/parisc/ |
H A D | pdc_stable.c | 109 #define PDCS_ATTR(_name, _mode, _show, _store) \ macro 949 static PDCS_ATTR(size, 0444, pdcs_size_read, NULL); 950 static PDCS_ATTR(autoboot, 0644, pdcs_autoboot_read, pdcs_autoboot_write); 951 static PDCS_ATTR(autosearch, 0644, pdcs_autosearch_read, pdcs_autosearch_write); 952 static PDCS_ATTR(timer, 0444, pdcs_timer_read, NULL); 953 static PDCS_ATTR(osid, 0444, pdcs_osid_read, NULL); 954 static PDCS_ATTR(osdep1, 0600, pdcs_osdep1_read, pdcs_osdep1_write); 955 static PDCS_ATTR(diagnostic, 0400, pdcs_diagnostic_read, NULL); 956 static PDCS_ATTR(fastsize, 0400, pdcs_fastsize_read, NULL); 957 static PDCS_ATTR(osdep2, 0600, pdcs_osdep2_read, pdcs_osdep2_write);
|