Home
last modified time | relevance | path

Searched defs:ata_device (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/
Dlibata.h686 struct ata_device { struct
687 struct ata_link *link;
688 unsigned int devno; /* 0 or 1 */
689 unsigned int horkage; /* List of broken features */
690 unsigned long flags; /* ATA_DFLAG_xxx */
691 struct scsi_device *sdev; /* attached SCSI device */
692 void *private_data;
694 union acpi_object *gtf_cache;
695 unsigned int gtf_filter;
698 void *zpodd;
[all …]