press_fct         152 drivers/auxdisplay/panel.c 			void (*press_fct)(int);
press_fct        1249 drivers/auxdisplay/panel.c 			if (input->u.std.press_fct)
press_fct        1250 drivers/auxdisplay/panel.c 				input->u.std.press_fct(input->u.std.press_data);
press_fct        1520 drivers/auxdisplay/panel.c 						 void (*press_fct)(int),
press_fct        1540 drivers/auxdisplay/panel.c 	callback->u.std.press_fct = press_fct;