Searched defs:ata_device (Results 1 – 3 of 3) 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
674 struct ata_device { struct675 struct ata_link *link;676 unsigned int devno; /* 0 or 1 */677 unsigned int horkage; /* List of broken features */678 unsigned long flags; /* ATA_DFLAG_xxx */679 struct scsi_device *sdev; /* attached SCSI device */680 void *private_data;682 union acpi_object *gtf_cache;683 unsigned int gtf_filter;686 void *zpodd;[all …]