Searched refs:touch_byte (Results 1 – 3 of 3) sorted by relevance
158 if (frame->touch_byte > 0) in uclogic_input_configured()402 if (frame->touch_byte > 0 && frame->touch_byte < size && in uclogic_raw_event_frame()403 data[frame->touch_byte] == 0) { in uclogic_raw_event_frame()437 if (frame->touch_byte > 0 && frame->touch_byte < size) { in uclogic_raw_event_frame()438 __s8 value = data[frame->touch_byte]; in uclogic_raw_event_frame()446 data[frame->touch_byte] = value - 1; in uclogic_raw_event_frame()
155 unsigned int touch_byte; member
100 hid_dbg(hdev, "\t\t.touch_byte = %u\n", frame->touch_byte); in uclogic_params_frame_hid_dbg()945 p.frame_list[1].touch_byte = 5; in uclogic_params_huion_init()964 p.frame_list[1].touch_byte = 5; in uclogic_params_huion_init()
Completed in 7 milliseconds