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