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