Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/serio/
H A Dhyperv-keyboard.c59 struct synth_kbd_protocol_response { struct
93 struct synth_kbd_protocol_response protocol_resp;
118 if (msg_length < sizeof(struct synth_kbd_protocol_response)) { in hv_kbd_on_receive()
126 sizeof(struct synth_kbd_protocol_response)); in hv_kbd_on_receive()
258 struct synth_kbd_protocol_response *response; in hv_kbd_connect_to_vsp()