Searched refs:ata_acpi_gtm (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/ata/
H A Dpata_acpi.c24 struct ata_acpi_gtm gtm;
41 if (ACPI_HANDLE(&ap->tdev) == NULL || ata_acpi_gtm(ap, &acpi->gtm) < 0)
76 struct ata_acpi_gtm probe;
81 ata_acpi_gtm(ap, &probe);
126 ata_acpi_gtm(ap, &acpi->gtm);
155 ata_acpi_gtm(ap, &acpi->gtm);
H A Dlibata-acpi.c190 if (ata_acpi_gtm(ap, &ap->__acpi_init_gtm) == 0)
267 const struct ata_acpi_gtm *gtm = ata_acpi_init_gtm(ap);
275 * ata_acpi_gtm - execute _GTM
287 int ata_acpi_gtm(struct ata_port *ap, struct ata_acpi_gtm *gtm) function
319 if (out_obj->buffer.length != sizeof(struct ata_acpi_gtm)) {
325 memcpy(gtm, out_obj->buffer.pointer, sizeof(struct ata_acpi_gtm));
332 EXPORT_SYMBOL_GPL(ata_acpi_gtm); variable
347 int ata_acpi_stm(struct ata_port *ap, const struct ata_acpi_gtm *stm)
350 struct ata_acpi_gtm stm_bu
[all...]
H A Dpata_amd.c276 const struct ata_acpi_gtm *gtm;
/linux-master/include/linux/
H A Dlibata.h774 struct ata_acpi_gtm { struct
876 struct ata_acpi_gtm __acpi_init_gtm; /* use ata_acpi_init_gtm() */
1297 static inline const struct ata_acpi_gtm *ata_acpi_init_gtm(struct ata_port *ap)
1303 int ata_acpi_stm(struct ata_port *ap, const struct ata_acpi_gtm *stm);
1304 int ata_acpi_gtm(struct ata_port *ap, struct ata_acpi_gtm *stm);
1306 const struct ata_acpi_gtm *gtm);
1307 int ata_acpi_cbl_80wire(struct ata_port *ap, const struct ata_acpi_gtm *gtm);
1309 static inline const struct ata_acpi_gtm *ata_acpi_init_gtm(struct ata_port *ap)
1315 struct ata_acpi_gtm *st
1320 static inline int ata_acpi_gtm(const struct ata_port *ap, function
[all...]

Completed in 118 milliseconds