Home
last modified time | relevance | path

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

/openbmc/linux/drivers/auxdisplay/
H A Dpanel.c152 void (*release_fct)(int); member
1275 void (*release_fct)(int) = input->u.std.release_fct; in input_state_falling() local
1277 if (release_fct) in input_state_falling()
1278 release_fct(input->u.std.release_data); in input_state_falling()
1470 void (*release_fct)(int),
1490 callback->u.std.release_fct = release_fct;