Searched refs:touch_byte (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-uclogic-core.c116 if (frame->touch_byte > 0)
359 if (frame->touch_byte > 0 && frame->touch_byte < size &&
360 data[frame->touch_byte] == 0) {
394 if (frame->touch_byte > 0 && frame->touch_byte < size) {
395 __s8 value = data[frame->touch_byte];
403 data[frame->touch_byte] = value - 1;
H A Dhid-uclogic-params.h145 * to zero whenever the byte pointed by "touch_byte" is zero, if
155 unsigned int touch_byte; member in struct:uclogic_params_frame
160 * Only valid if "touch_byte" is valid and not zero.
H A Dhid-uclogic-params.c100 hid_dbg(hdev, "\t\t.touch_byte = %u\n", frame->touch_byte);
940 p.frame_list[1].touch_byte = 5;
959 p.frame_list[1].touch_byte = 5;

Completed in 116 milliseconds