Searched refs:pega_accel_poll (Results 1 – 1 of 1) sorted by relevance
247 struct input_polled_dev *pega_accel_poll; member449 static void pega_accel_poll(struct input_polled_dev *ipd) in pega_accel_poll() function482 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()