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