Searched defs:ata_device (Results 1 – 1 of 1) sorted by relevance
679 struct ata_device { struct680 struct ata_link *link;681 unsigned int devno; /* 0 or 1 */682 unsigned int horkage; /* List of broken features */683 unsigned long flags; /* ATA_DFLAG_xxx */684 struct scsi_device *sdev; /* attached SCSI device */685 void *private_data;687 union acpi_object *gtf_cache;688 unsigned int gtf_filter;691 void *zpodd;[all …]