Searched defs:ata_device (Results 1 – 1 of 1) sorted by relevance
721 struct ata_device { struct722 struct ata_link *link;723 unsigned int devno; /* 0 or 1 */724 unsigned int quirks; /* List of broken features */725 unsigned long flags; /* ATA_DFLAG_xxx */726 struct scsi_device *sdev; /* attached SCSI device */727 void *private_data;729 union acpi_object *gtf_cache;730 unsigned int gtf_filter;733 void *zpodd;[all …]