Searched refs:pega_accel_poll (Results 1 – 1 of 1) sorted by relevance
246 struct input_dev *pega_accel_poll; member448 static void pega_accel_poll(struct input_dev *input) in pega_accel_poll() function481 if (asus->pega_accel_poll) { in pega_accel_exit()482 input_unregister_device(asus->pega_accel_poll); in pega_accel_exit()483 asus->pega_accel_poll = NULL; in pega_accel_exit()516 err = input_setup_polling(input, pega_accel_poll); in pega_accel_init()528 asus->pega_accel_poll = input; in pega_accel_init()1545 if (asus->pega_accel_poll && event == 0xEA) { in asus_acpi_notify()1546 kobject_uevent(&asus->pega_accel_poll->dev.kobj, KOBJ_CHANGE); in asus_acpi_notify()