Home
last modified time | relevance | path

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

/linux-6.15/drivers/hid/
H A Dhid-uclogic-core.c116 if (frame->touch_byte > 0) in uclogic_input_configured()
360 if (frame->touch_byte > 0 && frame->touch_byte < size && in uclogic_raw_event_frame()
361 data[frame->touch_byte] == 0) { in uclogic_raw_event_frame()
395 if (frame->touch_byte > 0 && frame->touch_byte < size) { in uclogic_raw_event_frame()
396 __s8 value = data[frame->touch_byte]; in uclogic_raw_event_frame()
404 data[frame->touch_byte] = value - 1; in uclogic_raw_event_frame()
H A Dhid-uclogic-params.h155 unsigned int touch_byte; member
H A Dhid-uclogic-params.c100 hid_dbg(hdev, "\t\t.touch_byte = %u\n", frame->touch_byte); in uclogic_params_frame_hid_dbg()
943 p.frame_list[1].touch_byte = 5; in uclogic_params_huion_init()
962 p.frame_list[1].touch_byte = 5; in uclogic_params_huion_init()