Searched defs:ec_ok (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica_ec.c79 uint8_t ec_ok; /* != 0 if we have ec_base, ec_sc */ member in struct:ec_softstate
155 * Only called from ec_handler(), which validates ec_ok
204 * Only called from ec_handler(), which validates ec_ok
254 * Only called from ec_gpe_callback(), which validates ec_ok
295 if (ec.ec_ok == 0)
346 * which validates ec_ok
377 * With ec_ok==0, we will not install a GPE handler,
382 if (ec.ec_ok == 0)
442 ec.ec_ok = 1;
581 ec.ec_ok
[all...]

Completed in 58 milliseconds