Searched refs:ata_acpi_gtm (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | pata_acpi.c | 24 struct ata_acpi_gtm gtm; 41 if (ACPI_HANDLE(&ap->tdev) == NULL || ata_acpi_gtm(ap, &acpi->gtm) < 0) in pacpi_pre_reset() 76 struct ata_acpi_gtm probe; in pacpi_discover_modes() 81 ata_acpi_gtm(ap, &probe); in pacpi_discover_modes() 126 ata_acpi_gtm(ap, &acpi->gtm); in pacpi_set_piomode() 155 ata_acpi_gtm(ap, &acpi->gtm); in pacpi_set_dmamode()
|
H A D | libata-acpi.c | 190 if (ata_acpi_gtm(ap, &ap->__acpi_init_gtm) == 0) in ata_acpi_bind_port() 267 const struct ata_acpi_gtm *gtm = ata_acpi_init_gtm(ap); in ata_acpi_dissociate() 275 * ata_acpi_gtm - execute _GTM 287 int ata_acpi_gtm(struct ata_port *ap, struct ata_acpi_gtm *gtm) in ata_acpi_gtm() function 319 if (out_obj->buffer.length != sizeof(struct ata_acpi_gtm)) { in ata_acpi_gtm() 325 memcpy(gtm, out_obj->buffer.pointer, sizeof(struct ata_acpi_gtm)); in 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) in ata_acpi_stm() 350 struct ata_acpi_gtm stm_bu in ata_acpi_stm() [all...] |
H A D | pata_amd.c | 277 const struct ata_acpi_gtm *gtm; in nv_mode_filter()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | pata_acpi.c | 24 struct ata_acpi_gtm gtm; 41 if (ACPI_HANDLE(&ap->tdev) == NULL || ata_acpi_gtm(ap, &acpi->gtm) < 0) in pacpi_pre_reset() 76 struct ata_acpi_gtm probe; in pacpi_discover_modes() 81 ata_acpi_gtm(ap, &probe); in pacpi_discover_modes() 126 ata_acpi_gtm(ap, &acpi->gtm); in pacpi_set_piomode() 155 ata_acpi_gtm(ap, &acpi->gtm); in pacpi_set_dmamode()
|
H A D | libata-acpi.c | 190 if (ata_acpi_gtm(ap, &ap->__acpi_init_gtm) == 0) in ata_acpi_bind_port() 267 const struct ata_acpi_gtm *gtm = ata_acpi_init_gtm(ap); in ata_acpi_dissociate() 275 * ata_acpi_gtm - execute _GTM 287 int ata_acpi_gtm(struct ata_port *ap, struct ata_acpi_gtm *gtm) in ata_acpi_gtm() function 319 if (out_obj->buffer.length != sizeof(struct ata_acpi_gtm)) { in ata_acpi_gtm() 325 memcpy(gtm, out_obj->buffer.pointer, sizeof(struct ata_acpi_gtm)); in 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) in ata_acpi_stm() 350 struct ata_acpi_gtm stm_bu in ata_acpi_stm() [all...] |
H A D | pata_amd.c | 276 const struct ata_acpi_gtm *gtm; in nv_mode_filter()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | libata.h | 783 struct ata_acpi_gtm { struct 888 struct ata_acpi_gtm __acpi_init_gtm; /* use ata_acpi_init_gtm() */ 1302 static inline const struct ata_acpi_gtm *ata_acpi_init_gtm(struct ata_port *ap) in ata_acpi_init_gtm() 1308 int ata_acpi_stm(struct ata_port *ap, const struct ata_acpi_gtm *stm); 1309 int ata_acpi_gtm(struct ata_port *ap, struct ata_acpi_gtm *stm); 1311 const struct ata_acpi_gtm *gtm); 1312 int ata_acpi_cbl_80wire(struct ata_port *ap, const struct ata_acpi_gtm *gtm); 1314 static inline const struct ata_acpi_gtm *ata_acpi_init_gtm(struct ata_port *ap) in ata_acpi_init_gtm() 1320 struct ata_acpi_gtm *st in ata_acpi_stm() 1325 static inline int ata_acpi_gtm(const struct ata_port *ap, ata_acpi_gtm() function [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | libata.h | 773 struct ata_acpi_gtm { struct 875 struct ata_acpi_gtm __acpi_init_gtm; /* use ata_acpi_init_gtm() */ 1296 static inline const struct ata_acpi_gtm *ata_acpi_init_gtm(struct ata_port *ap) in ata_acpi_init_gtm() 1302 int ata_acpi_stm(struct ata_port *ap, const struct ata_acpi_gtm *stm); 1303 int ata_acpi_gtm(struct ata_port *ap, struct ata_acpi_gtm *stm); 1305 const struct ata_acpi_gtm *gtm); 1306 int ata_acpi_cbl_80wire(struct ata_port *ap, const struct ata_acpi_gtm *gtm); 1308 static inline const struct ata_acpi_gtm *ata_acpi_init_gtm(struct ata_port *ap) in ata_acpi_init_gtm() 1314 struct ata_acpi_gtm *st in ata_acpi_stm() 1319 static inline int ata_acpi_gtm(const struct ata_port *ap, ata_acpi_gtm() function [all...] |
Completed in 14 milliseconds