Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/panel/
Dpanel.c200 void (*press_fct)(int); member
1824 if (input->u.std.press_fct != NULL) in input_state_high()
1825 input->u.std.press_fct(input->u.std.press_data); in input_state_high()
2109 void (*press_fct)(int),
2129 callback->u.std.press_fct = press_fct;