Searched defs:ata_device (Results 1 – 1 of 1) sorted by relevance
669 struct ata_device { struct670 struct ata_link *link;671 unsigned int devno; /* 0 or 1 */672 unsigned int horkage; /* List of broken features */673 unsigned long flags; /* ATA_DFLAG_xxx */674 struct scsi_device *sdev; /* attached SCSI device */675 void *private_data;677 union acpi_object *gtf_cache;678 unsigned int gtf_filter;681 void *zpodd;[all …]