Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/
Dlibata.h689 struct ata_device { struct
690 struct ata_link *link;
691 unsigned int devno; /* 0 or 1 */
692 unsigned int horkage; /* List of broken features */
693 unsigned long flags; /* ATA_DFLAG_xxx */
694 struct scsi_device *sdev; /* attached SCSI device */
695 void *private_data;
697 union acpi_object *gtf_cache;
698 unsigned int gtf_filter;
701 void *zpodd;
[all …]
/kernel/linux/linux-5.10/include/linux/
Dlibata.h674 struct ata_device { struct
675 struct ata_link *link;
676 unsigned int devno; /* 0 or 1 */
677 unsigned int horkage; /* List of broken features */
678 unsigned long flags; /* ATA_DFLAG_xxx */
679 struct scsi_device *sdev; /* attached SCSI device */
680 void *private_data;
682 union acpi_object *gtf_cache;
683 unsigned int gtf_filter;
686 void *zpodd;
[all …]