Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dpanel.c150 void (*press_fct)(int); member
1247 if (input->u.std.press_fct) in input_state_high()
1248 input->u.std.press_fct(input->u.std.press_data); in input_state_high()
1512 * <press_fct> will be called with the <press_data> arg when the signal is
1518 void (*press_fct)(int),
1538 callback->u.std.press_fct = press_fct;
/kernel/linux/linux-6.6/drivers/auxdisplay/
H A Dpanel.c151 void (*press_fct)(int); member
1197 if (input->u.std.press_fct) in input_state_high()
1198 input->u.std.press_fct(input->u.std.press_data); in input_state_high()
1462 * <press_fct> will be called with the <press_data> arg when the signal is
1468 void (*press_fct)(int),
1488 callback->u.std.press_fct = press_fct;

Completed in 5 milliseconds