Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/x86/
Dasus-laptop.c247 struct input_polled_dev *pega_accel_poll; member
449 static void pega_accel_poll(struct input_polled_dev *ipd) in pega_accel_poll() function
482 if (asus->pega_accel_poll) { in pega_accel_exit()
483 input_unregister_polled_device(asus->pega_accel_poll); in pega_accel_exit()
484 input_free_polled_device(asus->pega_accel_poll); in pega_accel_exit()
486 asus->pega_accel_poll = NULL; in pega_accel_exit()
506 ipd->poll = pega_accel_poll; in pega_accel_init()
528 asus->pega_accel_poll = ipd; in pega_accel_init()
1552 if (asus->pega_accel_poll && event == 0xEA) { in asus_acpi_notify()
1553 kobject_uevent(&asus->pega_accel_poll->input->dev.kobj, in asus_acpi_notify()