Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/x86/
Dasus-laptop.c262 struct input_polled_dev *pega_accel_poll; member
464 static void pega_accel_poll(struct input_polled_dev *ipd) in pega_accel_poll() function
497 if (asus->pega_accel_poll) { in pega_accel_exit()
498 input_unregister_polled_device(asus->pega_accel_poll); in pega_accel_exit()
499 input_free_polled_device(asus->pega_accel_poll); in pega_accel_exit()
501 asus->pega_accel_poll = NULL; in pega_accel_exit()
521 ipd->poll = pega_accel_poll; in pega_accel_init()
543 asus->pega_accel_poll = ipd; in pega_accel_init()
1575 if (asus->pega_accel_poll && event == 0xEA) { in asus_acpi_notify()
1576 kobject_uevent(&asus->pega_accel_poll->input->dev.kobj, in asus_acpi_notify()