Searched defs:ata_device (Results 1 – 1 of 1) sorted by relevance
673 struct ata_device { struct674 struct ata_link *link;675 unsigned int devno; /* 0 or 1 */676 unsigned int horkage; /* List of broken features */677 unsigned long flags; /* ATA_DFLAG_xxx */678 struct scsi_device *sdev; /* attached SCSI device */679 void *private_data;681 union acpi_object *gtf_cache;682 unsigned int gtf_filter;685 void *zpodd;[all …]