Searched refs:ecdt (Results 1 – 2 of 2) sorted by relevance
277 ACPI_TABLE_ECDT *ecdt; in acpi_ec_ecdt_probe() local288 ecdt->Control.BitWidth != 8 || in acpi_ec_ecdt_probe()289 ecdt->Data.BitWidth != 8) { in acpi_ec_ecdt_probe()294 child = BUS_ADD_CHILD(parent, 3, "acpi_ec", ecdt->Uid); in acpi_ec_ecdt_probe()301 status = AcpiGetHandle(NULL, ecdt->Id, &h); in acpi_ec_ecdt_probe()324 params->gpe_bit = ecdt->Gpe; in acpi_ec_ecdt_probe()325 params->uid = ecdt->Uid; in acpi_ec_ecdt_probe()342 int ecdt; in acpi_ec_probe() local358 ecdt = 1; in acpi_ec_probe()365 ecdt = 0; in acpi_ec_probe()[all …]
906 ACPI_TABLE_ECDT *ecdt; in acpi_handle_ecdt() local910 ecdt = (ACPI_TABLE_ECDT *)sdp; in acpi_handle_ecdt()912 acpi_print_gas(&ecdt->Control); in acpi_handle_ecdt()914 acpi_print_gas(&ecdt->Data); in acpi_handle_ecdt()915 printf("\n\tUID=%#x, ", ecdt->Uid); in acpi_handle_ecdt()916 printf("GPE_BIT=%#x\n", ecdt->Gpe); in acpi_handle_ecdt()917 printf("\tEC_ID=%s\n", ecdt->Id); in acpi_handle_ecdt()