Home
last modified time | relevance | path

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

/linux/tools/laptop/dslm/
H A Ddslm.c34 if (ioctl(fd, HDIO_DRIVE_CMD, &args) in check_powermode()
36 && ioctl(fd, HDIO_DRIVE_CMD, &args)) { in check_powermode()
/linux/include/uapi/linux/
H A Dhdreg.h355 #define HDIO_DRIVE_CMD 0x031f /* execute a special drive command */ macro
/linux/Documentation/userspace-api/ioctl/
H A Dhdio.rst24 HDIO_DRIVE_CMD execute a special drive command
393 HDIO_DRIVE_CMD
405 ioctl(fd, HDIO_DRIVE_CMD, args);
/linux/drivers/ata/
H A Dlibata-scsi.c696 case HDIO_DRIVE_CMD: in ata_sas_scsi_ioctl()