Searched defs:ata_device (Results 1 – 1 of 1) sorted by relevance
648 struct ata_device { struct649 struct ata_link *link;650 unsigned int devno; /* 0 or 1 */651 unsigned int horkage; /* List of broken features */652 unsigned long flags; /* ATA_DFLAG_xxx */653 struct scsi_device *sdev; /* attached SCSI device */654 void *private_data;656 union acpi_object *gtf_cache;657 unsigned int gtf_filter;660 void *zpodd;[all …]