Searched defs:ata_device (Results 1 – 1 of 1) sorted by relevance
613 struct ata_device { struct614 struct ata_link *link;615 unsigned int devno; /* 0 or 1 */616 unsigned int horkage; /* List of broken features */617 unsigned long flags; /* ATA_DFLAG_xxx */618 struct scsi_device *sdev; /* attached SCSI device */619 void *private_data;621 union acpi_object *gtf_cache;622 unsigned int gtf_filter;625 void *zpodd;[all …]