Searched refs:cbas_ec (Results 1 – 1 of 1) sorted by relevance
34 struct cbas_ec { struct42 static struct cbas_ec cbas_ec; argument102 dev_dbg(cbas_ec.dev, in cbas_ec_notify()105 if (device_may_wakeup(cbas_ec.dev) || in cbas_ec_notify()108 pm_wakeup_event(cbas_ec.dev, 0); in cbas_ec_notify()119 if (base_present != cbas_ec.base_present) { in cbas_ec_notify()120 input_report_switch(cbas_ec.input, in cbas_ec_notify()123 input_sync(cbas_ec.input); in cbas_ec_notify()124 cbas_ec.base_present = base_present; in cbas_ec_notify()147 cbas_ec.base_present = base_present; in cbas_ec_resume()[all …]