Lines Matching full:stable
3 * Interfaces to retrieve and set PDC Stable options (firmware)
8 * "A minimum of 96 bytes of Stable Storage is required. Providing more than
9 * 96 bytes of Stable Storage is optional [...]. Failure to provide the
15 * following code can deal with just 96 bytes of Stable Storage, and all
62 #define PDCS_PREFIX "PDC Stable Storage"
75 MODULE_DESCRIPTION("sysfs interface to HP PDC Stable Storage data");
79 /* holds Stable Storage size. Initialized once and for all, no lock needed */
89 unsigned long addr; /* entry address in stable storage */
130 * The general idea is that you don't read from the Stable Storage every time
132 * content of the stable storage WRT various paths in these structs. We read
134 * writing to the files, and only then write them back to the Stable Storage.
168 * pdcspath_store - This function writes a path to stable storage.
175 * Stable Storage area, so you'd better not mess up the data :P
204 "It is likely that the Stable Storage data has been corrupted.\n" in pdcspath_store()
513 * pdcs_size_read - Stable Storage size output.
525 /* show the size of the stable storage */ in pdcs_size_read()
532 * pdcs_auto_read - Stable Storage autoboot/search flag output.
558 * pdcs_autoboot_read - Stable Storage autoboot flag output.
568 * pdcs_autosearch_read - Stable Storage autoboot flag output.
578 * pdcs_timer_read - Stable Storage timer count output (in seconds).
605 * pdcs_osid_read - Stable Storage OS ID register output.
623 * pdcs_osdep1_read - Stable Storage OS-Dependent data area 1 output.
649 * pdcs_diagnostic_read - Stable Storage Diagnostic register output.
673 * pdcs_fastsize_read - Stable Storage FastSize register output.
701 * pdcs_osdep2_read - Stable Storage OS-Dependent data area 2 output.
838 * pdcs_osdep1_write - Stable Storage OS-Dependent data area 1 input.
875 * pdcs_osdep2_write - Stable Storage OS-Dependent data area 2 input.
1023 * For now we register the stable subsystem with the firmware subsystem
1024 * and the paths subsystem with the stable subsystem
1032 /* find the size of the stable storage */ in pdc_stable_init()
1049 /* For now we'll register the directory at /sys/firmware/stable */ in pdc_stable_init()
1050 stable_kobj = kobject_create_and_add("stable", firmware_kobj); in pdc_stable_init()
1059 /* register the paths kset as a child of the stable kset */ in pdc_stable_init()