Searched refs:packet_buffer_write (Results 1 – 8 of 8) sorted by relevance
/haiku/src/add-ons/kernel/bus_managers/ps2/ |
H A D | ps2_service.cpp | 60 packet_buffer_write(sServiceCmdBuffer, (const uint8 *)&cmd, sizeof(cmd)); in ps2_service_notify_device_added() 77 packet_buffer_write(sServiceCmdBuffer, (const uint8 *)&cmd, sizeof(cmd)); in ps2_service_notify_device_republish() 94 packet_buffer_write(sServiceCmdBuffer, (const uint8 *)&cmd, sizeof(cmd)); in ps2_service_notify_device_removed()
|
H A D | packet_buffer.h | 39 size_t packet_buffer_write(struct packet_buffer* buffer, const uint8* data,
|
H A D | packet_buffer.cpp | 114 packet_buffer_write(packet_buffer* buffer, const uint8 *data, in packet_buffer_write() function
|
H A D | ps2_keyboard.cpp | 213 if (packet_buffer_write(sKeyBuffer, (uint8 *)&keyInfo, in keyboard_handle_int() 224 if (packet_buffer_write(sKeyBuffer, (uint8 *)&keyInfo, in keyboard_handle_int()
|
H A D | ps2_standard_mouse.cpp | 248 if (packet_buffer_write(cookie->standard_mouse_buffer, in standard_mouse_handle_int()
|
H A D | ps2_alps.cpp | 516 if (packet_buffer_write(cookie->ring_buffer, in alps_handle_int()
|
H A D | ps2_elantech.cpp | 682 if (packet_buffer_write(cookie->ring_buffer, in elantech_handle_int()
|
H A D | ps2_synaptics.cpp | 828 if (packet_buffer_write(cookie->synaptics_ring_buffer, in synaptics_handle_int()
|