Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dlibata.h662 struct ata_device { struct
663 struct ata_link *link;
664 unsigned int devno; /* 0 or 1 */
665 unsigned int horkage; /* List of broken features */
666 unsigned long flags; /* ATA_DFLAG_xxx */
667 struct scsi_device *sdev; /* attached SCSI device */
668 void *private_data;
670 union acpi_object *gtf_cache;
671 unsigned int gtf_filter;
674 void *zpodd;
[all …]