Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dpanel.c157 char repeat_str[sizeof(void *) + sizeof(int)] __nonstring;
1263 if (input->u.kbd.repeat_str[0]) { in input_state_high()
1264 char *repeat_str = input->u.kbd.repeat_str; in input_state_high() local
1267 int s = sizeof(input->u.kbd.repeat_str); in input_state_high()
1270 keypad_send_key(repeat_str, s); in input_state_high()
1305 if (input->u.kbd.repeat_str[0]) { in input_state_falling()
1306 char *repeat_str = input->u.kbd.repeat_str; in input_state_falling() local
1309 int s = sizeof(input->u.kbd.repeat_str); in input_state_falling()
[all...]
/kernel/linux/linux-6.6/drivers/auxdisplay/
H A Dpanel.c158 char repeat_str[sizeof(void *) + sizeof(int)] __nonstring;
1213 if (input->u.kbd.repeat_str[0]) { in input_state_high()
1214 char *repeat_str = input->u.kbd.repeat_str; in input_state_high() local
1217 int s = sizeof(input->u.kbd.repeat_str); in input_state_high()
1220 keypad_send_key(repeat_str, s); in input_state_high()
1255 if (input->u.kbd.repeat_str[0]) { in input_state_falling()
1256 char *repeat_str = input->u.kbd.repeat_str; in input_state_falling() local
1259 int s = sizeof(input->u.kbd.repeat_str); in input_state_falling()
[all...]

Completed in 5 milliseconds