Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ide/
Dide-disk_ioctl.c11 { HDIO_GET_MULTCOUNT, HDIO_SET_MULTCOUNT, &ide_devset_multcount },
/linux-4.4.14/include/uapi/linux/
Dhdreg.h358 #define HDIO_SET_MULTCOUNT 0x0321 /* change IDE blockmode */ macro
/linux-4.4.14/Documentation/ioctl/
Dhdio.txt42 HDIO_SET_MULTCOUNT change IDE blockmode
182 HDIO_SET_MULTCOUNT change IDE blockmode
187 ioctl(fd, HDIO_SET_MULTCOUNT, val);
/linux-4.4.14/block/
Dcompat_ioctl.c624 case HDIO_SET_MULTCOUNT: in compat_blkdev_driver_ioctl()