Home
last modified time | relevance | path

Searched refs:cbas_ec (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/hid/
Dhid-google-hammer.c37 struct cbas_ec { struct
45 static struct cbas_ec cbas_ec; argument
105 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 …]