Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dlibata.h679 struct ata_device { struct
680 struct ata_link *link;
681 unsigned int devno; /* 0 or 1 */
682 unsigned int horkage; /* List of broken features */
683 unsigned long flags; /* ATA_DFLAG_xxx */
684 struct scsi_device *sdev; /* attached SCSI device */
685 void *private_data;
687 union acpi_object *gtf_cache;
688 unsigned int gtf_filter;
691 void *zpodd;
[all …]