Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dasus-laptop.c245 struct input_dev *pega_accel_poll; member
450 static void pega_accel_poll(struct input_dev *input) in pega_accel_poll() function
483 if (asus->pega_accel_poll) { in pega_accel_exit()
484 input_unregister_device(asus->pega_accel_poll); in pega_accel_exit()
485 asus->pega_accel_poll = NULL; in pega_accel_exit()
518 err = input_setup_polling(input, pega_accel_poll); in pega_accel_init()
530 asus->pega_accel_poll = input; in pega_accel_init()
1547 if (asus->pega_accel_poll && event == 0xEA) { in asus_acpi_notify()
1548 kobject_uevent(&asus->pega_accel_poll->dev.kobj, KOBJ_CHANGE); in asus_acpi_notify()