Searched defs:ata_device (Results 1 – 1 of 1) sorted by relevance
575 struct ata_device { struct576 struct ata_link *link;577 unsigned int devno; /* 0 or 1 */578 unsigned int horkage; /* List of broken features */579 unsigned long flags; /* ATA_DFLAG_xxx */580 struct scsi_device *sdev; /* attached SCSI device */582 acpi_handle acpi_handle;583 union acpi_object *gtf_cache;586 u64 n_sectors; /* size of device, if ATA */587 unsigned int class; /* ATA_DEV_xxx */[all …]