Searched defs:ata_device (Results 1 – 2 of 2) sorted by relevance
363 struct ata_device { struct364 struct ata_link *link;365 unsigned int devno;366 unsigned long flags;367 unsigned int horkage;369 struct scsi_device *sdev;371 acpi_handle acpi_handle;372 union acpi_object *gtf_cache;375 u64 n_sectors;376 unsigned int class;[all …]
211 static struct ata_device ata_device; variable