Searched defs:ata_device (Results 1 – 2 of 2) sorted by relevance
84321 struct ata_device { struct84322 struct ata_link *link;84323 unsigned int devno;84324 unsigned int horkage;84325 long unsigned int flags;84326 struct scsi_device *sdev;84327 void *private_data;84328 union acpi_object *gtf_cache;84329 unsigned int gtf_filter;84330 struct device tdev;[all …]