Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dlibata.h694 struct ata_device { struct
695 struct ata_link *link;
696 unsigned int devno; /* 0 or 1 */
697 unsigned int horkage; /* List of broken features */
698 unsigned long flags; /* ATA_DFLAG_xxx */
699 struct scsi_device *sdev; /* attached SCSI device */
700 void *private_data;
702 union acpi_object *gtf_cache;
703 unsigned int gtf_filter;
706 void *zpodd;
[all …]