Home
last modified time | relevance | path

Searched refs:HDIO_SET_ACOUSTIC (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/ide/
Dide-disk_ioctl.c15 { HDIO_GET_ACOUSTIC, HDIO_SET_ACOUSTIC, &ide_devset_acoustic },
/Linux-v5.4/include/uapi/linux/
Dhdreg.h372 #define HDIO_SET_ACOUSTIC 0x032c /* change acoustic behavior */ macro
/Linux-v5.4/Documentation/ioctl/
Dhdio.rst57 HDIO_SET_ACOUSTIC change acoustic behavior
545 See HDIO_SET_ACOUSTIC
1247 HDIO_SET_ACOUSTIC
1255 ioctl(fd, HDIO_SET_ACOUSTIC, val);
/Linux-v5.4/block/
Dcompat_ioctl.c291 case HDIO_SET_ACOUSTIC: in compat_blkdev_driver_ioctl()