Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-uclogic-core.c116 if (frame->touch_byte > 0) in uclogic_input_configured()
359 if (frame->touch_byte > 0 && frame->touch_byte < size && in uclogic_raw_event_frame()
360 data[frame->touch_byte] == 0) { in uclogic_raw_event_frame()
394 if (frame->touch_byte > 0 && frame->touch_byte < size) { in uclogic_raw_event_frame()
395 __s8 value = data[frame->touch_byte]; in uclogic_raw_event_frame()
403 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()
940 p.frame_list[1].touch_byte = 5; in uclogic_params_huion_init()
959 p.frame_list[1].touch_byte = 5; in uclogic_params_huion_init()