Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/auxdisplay/
H A Dpanel.c151 void (*release_fct)(int); member
1325 void (*release_fct)(int) = input->u.std.release_fct; in input_state_falling() local
1327 if (release_fct) in input_state_falling()
1328 release_fct(input->u.std.release_data); in input_state_falling()
1520 void (*release_fct)(int),
1540 callback->u.std.release_fct = release_fct;