Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/userspace-api/ioctl/
A Dcdrom.rst49 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)
/linux-6.3-rc2/include/uapi/linux/
A Dfd.h141 unsigned long spindown; /* timeout needed for spindown */ member
/linux-6.3-rc2/Documentation/admin-guide/laptops/
A Dlaptop-mode.rst59 * 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)
/linux-6.3-rc2/drivers/block/
A Dfloppy.c950 jiffies + drive_params[drive].spindown - delta; in floppy_off()
3589 compat_ulong_t spindown; member
3722 drive_params[drive].spindown = v.spindown; in compat_setdrvprm()
3753 v.spindown = drive_params[drive].spindown; in compat_getdrvprm()
/linux-6.3-rc2/Documentation/power/
A Dswsusp.rst253 For devices like disk it does matter, you do not want to spindown for

Completed in 22 milliseconds