Lines Matching full:stable
2 * Interfaces to retrieve and set PDC Stable options (firmware)
21 * "A minimum of 96 bytes of Stable Storage is required. Providing more than
22 * 96 bytes of Stable Storage is optional [...]. Failure to provide the
28 * following code can deal with just 96 bytes of Stable Storage, and all
75 #define PDCS_PREFIX "PDC Stable Storage"
88 MODULE_DESCRIPTION("sysfs interface to HP PDC Stable Storage data");
92 /* holds Stable Storage size. Initialized once and for all, no lock needed */
102 unsigned long addr; /* entry address in stable storage */
143 * The general idea is that you don't read from the Stable Storage every time
145 * content of the stable storage WRT various paths in these structs. We read
147 * writing to the files, and only then write them back to the Stable Storage.
181 * pdcspath_store - This function writes a path to stable storage.
188 * Stable Storage area, so you'd better not mess up the data :P
217 "It is likely that the Stable Storage data has been corrupted.\n" in pdcspath_store()
525 * pdcs_size_read - Stable Storage size output.
537 /* show the size of the stable storage */ in pdcs_size_read()
544 * pdcs_auto_read - Stable Storage autoboot/search flag output.
570 * pdcs_autoboot_read - Stable Storage autoboot flag output.
580 * pdcs_autosearch_read - Stable Storage autoboot flag output.
590 * pdcs_timer_read - Stable Storage timer count output (in seconds).
617 * pdcs_osid_read - Stable Storage OS ID register output.
635 * pdcs_osdep1_read - Stable Storage OS-Dependent data area 1 output.
661 * pdcs_diagnostic_read - Stable Storage Diagnostic register output.
685 * pdcs_fastsize_read - Stable Storage FastSize register output.
713 * pdcs_osdep2_read - Stable Storage OS-Dependent data area 2 output.
850 * pdcs_osdep1_write - Stable Storage OS-Dependent data area 1 input.
887 * pdcs_osdep2_write - Stable Storage OS-Dependent data area 2 input.
1033 * For now we register the stable subsystem with the firmware subsystem
1034 * and the paths subsystem with the stable subsystem
1042 /* find the size of the stable storage */ in pdc_stable_init()
1059 /* For now we'll register the directory at /sys/firmware/stable */ in pdc_stable_init()
1060 stable_kobj = kobject_create_and_add("stable", firmware_kobj); in pdc_stable_init()
1069 /* register the paths kset as a child of the stable kset */ in pdc_stable_init()