Searched defs:ata_device (Results 1 – 2 of 2) sorted by relevance
662 struct ata_device { struct663 struct ata_link *link;664 unsigned int devno; /* 0 or 1 */665 unsigned int horkage; /* List of broken features */666 unsigned long flags; /* ATA_DFLAG_xxx */667 struct scsi_device *sdev; /* attached SCSI device */668 void *private_data;670 union acpi_object *gtf_cache;671 unsigned int gtf_filter;674 void *zpodd;[all …]
678 struct ata_device { struct679 struct ata_link *link;680 unsigned int devno; /* 0 or 1 */681 unsigned int horkage; /* List of broken features */682 unsigned long flags; /* ATA_DFLAG_xxx */683 struct scsi_device *sdev; /* attached SCSI device */684 void *private_data;686 union acpi_object *gtf_cache;687 unsigned int gtf_filter;690 void *zpodd;[all …]