Searched refs:cbas_ec (Results 1 – 1 of 1) sorted by relevance
37 struct cbas_ec { struct45 static struct cbas_ec cbas_ec; argument105 dev_dbg(cbas_ec.dev, in cbas_ec_notify()108 if (device_may_wakeup(cbas_ec.dev) || in cbas_ec_notify()111 pm_wakeup_event(cbas_ec.dev, 0); in cbas_ec_notify()122 if (base_present != cbas_ec.base_present) { in cbas_ec_notify()123 input_report_switch(cbas_ec.input, in cbas_ec_notify()126 input_sync(cbas_ec.input); in cbas_ec_notify()127 cbas_ec.base_present = base_present; in cbas_ec_notify()150 cbas_ec.base_present = base_present; in cbas_ec_resume()[all …]