Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dlibata.h651 struct ata_device { struct
652 struct ata_link *link;
653 unsigned int devno; /* 0 or 1 */
654 unsigned int horkage; /* List of broken features */
655 unsigned long flags; /* ATA_DFLAG_xxx */
656 struct scsi_device *sdev; /* attached SCSI device */
657 void *private_data;
659 union acpi_object *gtf_cache;
660 unsigned int gtf_filter;
663 void *zpodd;
[all …]