Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/platform_data/
Dkeypad-pxa27x.h68 void (*clear_wakeup_event)(void); member
/kernel/linux/linux-5.10/drivers/input/keyboard/
Dpxa27x_keypad.c567 static void clear_wakeup_event(struct pxa27x_keypad *keypad) in clear_wakeup_event() function
571 if (pdata->clear_wakeup_event) in clear_wakeup_event()
572 (pdata->clear_wakeup_event)(); in clear_wakeup_event()
580 clear_wakeup_event(keypad); in pxa27x_keypad_irq_handler()
/kernel/linux/linux-5.10/arch/arm/mach-mmp/
Dpxa168.h130 data->clear_wakeup_event = pxa168_clear_keypad_wakeup; in pxa168_add_keypad()