Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/auxdisplay/
Dpanel.c152 void (*press_fct)(int); member
1250 if (input->u.std.press_fct) in input_state_high()
1251 input->u.std.press_fct(input->u.std.press_data); in input_state_high()
1521 void (*press_fct)(int),
1541 callback->u.std.press_fct = press_fct;