Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/
Dhid-uclogic-core.c137 if (frame->touch_byte > 0) in uclogic_input_configured()
356 if (frame->touch_byte > 0 && frame->touch_byte < size && in uclogic_raw_event_frame()
357 data[frame->touch_byte] == 0) { in uclogic_raw_event_frame()
391 if (frame->touch_byte > 0 && frame->touch_byte < size) { in uclogic_raw_event_frame()
392 __s8 value = data[frame->touch_byte]; in uclogic_raw_event_frame()
400 data[frame->touch_byte] = value - 1; in uclogic_raw_event_frame()
Dhid-uclogic-params.h151 unsigned int touch_byte; member
Dhid-uclogic-params.c99 hid_dbg(hdev, "\t\t.touch_byte = %u\n", frame->touch_byte); in uclogic_params_frame_hid_dbg()
913 p.frame_list[1].touch_byte = 5; in uclogic_params_huion_init()
932 p.frame_list[1].touch_byte = 5; in uclogic_params_huion_init()