Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/x86/
Dasus-laptop.c261 struct input_polled_dev *pega_accel_poll; member
462 static void pega_accel_poll(struct input_polled_dev *ipd) in pega_accel_poll() function
495 if (asus->pega_accel_poll) { in pega_accel_exit()
496 input_unregister_polled_device(asus->pega_accel_poll); in pega_accel_exit()
497 input_free_polled_device(asus->pega_accel_poll); in pega_accel_exit()
499 asus->pega_accel_poll = NULL; in pega_accel_exit()
519 ipd->poll = pega_accel_poll; in pega_accel_init()
541 asus->pega_accel_poll = ipd; in pega_accel_init()
1573 if (asus->pega_accel_poll && event == 0xEA) { in asus_acpi_notify()
1574 kobject_uevent(&asus->pega_accel_poll->input->dev.kobj, in asus_acpi_notify()