Searched refs:pega_accel_poll (Results 1 – 1 of 1) sorted by relevance
245 struct input_dev *pega_accel_poll; member447 static void pega_accel_poll(struct input_dev *input) in pega_accel_poll() function480 if (asus->pega_accel_poll) { in pega_accel_exit()481 input_unregister_device(asus->pega_accel_poll); in pega_accel_exit()482 asus->pega_accel_poll = NULL; in pega_accel_exit()515 err = input_setup_polling(input, pega_accel_poll); in pega_accel_init()527 asus->pega_accel_poll = input; in pega_accel_init()1544 if (asus->pega_accel_poll && event == 0xEA) { in asus_acpi_notify()1545 kobject_uevent(&asus->pega_accel_poll->dev.kobj, KOBJ_CHANGE); in asus_acpi_notify()