Home
last modified time | relevance | path

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

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