Searched refs:cbas_ec (Results 1 – 1 of 1) sorted by relevance
35 struct cbas_ec { struct43 static struct cbas_ec cbas_ec; argument103 dev_dbg(cbas_ec.dev, in cbas_ec_notify()106 if (device_may_wakeup(cbas_ec.dev) || in cbas_ec_notify()109 pm_wakeup_event(cbas_ec.dev, 0); in cbas_ec_notify()120 if (base_present != cbas_ec.base_present) { in cbas_ec_notify()121 input_report_switch(cbas_ec.input, in cbas_ec_notify()124 input_sync(cbas_ec.input); in cbas_ec_notify()125 cbas_ec.base_present = base_present; in cbas_ec_notify()148 cbas_ec.base_present = base_present; in cbas_ec_resume()[all …]