Searched defs:ata_device (Results 1 – 1 of 1) sorted by relevance
707 struct ata_device { struct708 struct ata_link *link;709 unsigned int devno; /* 0 or 1 */710 unsigned int quirks; /* List of broken features */711 unsigned long flags; /* ATA_DFLAG_xxx */712 struct scsi_device *sdev; /* attached SCSI device */713 void *private_data;715 union acpi_object *gtf_cache;716 unsigned int gtf_filter;719 void *zpodd;[all …]