Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhil_mlc.h96 hil_packet packet; /* Packet to send or to compare */
140 hil_packet opacket;
144 hil_packet ipacket[16];
145 hil_packet imatch;
158 hil_packet serio_opacket[HIL_MLC_DEVMEM];
H A Dhil.h133 typedef u32 hil_packet; typedef
/linux/drivers/input/keyboard/
H A Dhil_kbd.c74 hil_packet data[HIL_PACKET_MAX_LENGTH];
91 static bool hil_dev_is_command_response(hil_packet p) in hil_dev_is_command_response()
104 hil_packet p; in hil_dev_handle_command_response()
209 hil_packet p = ptr->data[idx - 1]; in hil_dev_handle_ptr_events()
278 hil_packet packet; in hil_dev_interrupt()
284 if (dev->idx4 >= HIL_PACKET_MAX_LENGTH * sizeof(hil_packet)) { in hil_dev_interrupt()
293 packet |= ((hil_packet)data) << ((3 - (dev->idx4 % 4)) * 8); in hil_dev_interrupt()