Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
1327 if (release_fct) in input_state_falling()
1328 release_fct(input->u.std.release_data); in input_state_falling()
1513 * activated, and so on for <release_fct>/<release_data>
1520 void (*release_fct)(int),
1540 callback->u.std.release_fct = release_fct;
/kernel/linux/linux-6.6/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()
1277 if (release_fct) in input_state_falling()
1278 release_fct(input->u.std.release_data); in input_state_falling()
1463 * activated, and so on for <release_fct>/<release_data>
1470 void (*release_fct)(int),
1490 callback->u.std.release_fct = release_fct;

Completed in 5 milliseconds