Searched defs:ata_device (Results 1 – 1 of 1) sorted by relevance
718 struct ata_device { struct719 struct ata_link *link;720 unsigned int devno; /* 0 or 1 */721 unsigned int quirks; /* List of broken features */722 unsigned long flags; /* ATA_DFLAG_xxx */723 struct scsi_device *sdev; /* attached SCSI device */724 void *private_data;726 union acpi_object *gtf_cache;727 unsigned int gtf_filter;730 void *zpodd;[all …]