Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ide/
Dide-disk_ioctl.c15 { HDIO_GET_ACOUSTIC, HDIO_SET_ACOUSTIC, &ide_devset_acoustic },
/Linux-v4.19/include/uapi/linux/
Dhdreg.h372 #define HDIO_SET_ACOUSTIC 0x032c /* change acoustic behavior */ macro
/Linux-v4.19/Documentation/ioctl/
Dhdio.txt53 HDIO_SET_ACOUSTIC change acoustic behavior
429 See HDIO_SET_ACOUSTIC
998 HDIO_SET_ACOUSTIC change acoustic behavior
1003 ioctl(fd, HDIO_SET_ACOUSTIC, val);
/Linux-v4.19/block/
Dcompat_ioctl.c291 case HDIO_SET_ACOUSTIC: in compat_blkdev_driver_ioctl()