Home
last modified time | relevance | path

Searched defs:ata_device (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dlibata.h730 struct ata_device { struct
731 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 …]