Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dpanel.c156 char press_str[sizeof(void *) + sizeof(int)] __nonstring;
1254 char *press_str = input->u.kbd.press_str; in input_state_high() local
1256 if (press_str[0]) { in input_state_high()
1257 int s = sizeof(input->u.kbd.press_str); in input_state_high()
1259 keypad_send_key(press_str, s); in input_state_high()
1502 strncpy(key->u.kbd.press_str, press, sizeof(key->u.kbd.press_str)); in panel_bind_key()
/kernel/linux/linux-6.6/drivers/auxdisplay/
H A Dpanel.c157 char press_str[sizeof(void *) + sizeof(int)] __nonstring;
1204 char *press_str = input->u.kbd.press_str; in input_state_high() local
1206 if (press_str[0]) { in input_state_high()
1207 int s = sizeof(input->u.kbd.press_str); in input_state_high()
1209 keypad_send_key(press_str, s); in input_state_high()
1452 strncpy(key->u.kbd.press_str, press, sizeof(key->u.kbd.press_str)); in panel_bind_key()

Completed in 6 milliseconds