Searched defs:ata_device (Results 1 – 1 of 1) sorted by relevance
730 struct ata_device { struct731 struct ata_link *link;732 unsigned int devno; /* 0 or 1 */733 u64 quirks; /* List of broken features */734 unsigned long flags; /* ATA_DFLAG_xxx */735 struct scsi_device *sdev; /* attached SCSI device */736 void *private_data;738 union acpi_object *gtf_cache;739 unsigned int gtf_filter;742 void *zpodd;[all …]