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