Searched defs:ec_softstate (Results 1 – 1 of 1) sorted by relevance
78 static struct ec_softstate { struct79 uint8_t ec_ok; /* != 0 if we have ec_base, ec_sc */80 uint16_t ec_base; /* base of EC I/O port - data */81 uint16_t ec_sc; /* EC status/command */82 ACPI_HANDLE ec_dev_hdl; /* EC device handle */83 ACPI_HANDLE ec_gpe_hdl; /* GPE info */84 ACPI_INTEGER ec_gpe_bit;85 kmutex_t ec_mutex; /* serialize access to EC */