Searched refs:spindown (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A D | cdrom.rst | 49 CDROMGETSPINDOWN return 4-bit spindown value 50 CDROMSETSPINDOWN set 4-bit spindown value 726 char spindown; 728 ioctl(fd, CDROMGETSPINDOWN, &spindown); 735 The value of the current 4-bit spindown value. 747 char spindown 749 ioctl(fd, CDROMSETSPINDOWN, &spindown); 752 4-bit value used to control spindown (TODO: more detail here)
|
/openbmc/linux/include/uapi/linux/ |
H A D | fd.h | 141 unsigned long spindown; /* timeout needed for spindown */ member
|
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/ |
H A D | 0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch | 32 - while showing 100%. Also, spindown takes a while, so never reaching 100%
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | laptop-mode.rst | 59 * Most desktop hard drives have a very limited lifetime measured in spindown 114 Maximum time, in seconds, of hard drive spindown time that you are 133 The devices for which the spindown timeout should be adjusted by laptop mode. 191 of his regular 3 to 3.5 hours) using a spindown time of 5 seconds (BATT_HD=1). 229 # Maximum time, in seconds, of hard drive spindown time that you are 301 # Set the spindown timeout on a hard drive? 343 # Maximum time, in seconds, of hard drive spindown time that you are 363 # spindown time for HD (hdparm -S values)
|
/openbmc/linux/drivers/block/ |
H A D | floppy.c | 950 jiffies + drive_params[drive].spindown - delta; in floppy_off() 3591 compat_ulong_t spindown; member 3724 drive_params[drive].spindown = v.spindown; in compat_setdrvprm() 3755 v.spindown = drive_params[drive].spindown; in compat_getdrvprm()
|
/openbmc/linux/Documentation/power/ |
H A D | swsusp.rst | 253 For devices like disk it does matter, you do not want to spindown for
|