Searched refs:cbas_ec (Results 1 – 1 of 1) sorted by relevance
34 struct cbas_ec { struct41 static struct cbas_ec cbas_ec; argument101 dev_dbg(cbas_ec.dev, in cbas_ec_notify()104 if (device_may_wakeup(cbas_ec.dev) || in cbas_ec_notify()107 pm_wakeup_event(cbas_ec.dev, 0); in cbas_ec_notify()118 if (base_present != cbas_ec.base_present) { in cbas_ec_notify()119 input_report_switch(cbas_ec.input, in cbas_ec_notify()122 input_sync(cbas_ec.input); in cbas_ec_notify()123 cbas_ec.base_present = base_present; in cbas_ec_notify()146 cbas_ec.base_present = base_present; in cbas_ec_resume()[all …]