Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dasus-laptop.c246 struct input_dev *pega_accel_poll; member
448 static void pega_accel_poll(struct input_dev *input) in pega_accel_poll() function
481 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()