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

/linux-master/drivers/hid/
H A Dhid-uclogic-params.h162 __s8 touch_flip_at; member in struct:uclogic_params_frame
165 * should be wrapped when flipping according to "touch_flip_at".
168 * Only valid if "touch_flip_at" is valid and not zero.
H A Dhid-uclogic-core.c398 if (frame->touch_flip_at != 0) {
399 value = frame->touch_flip_at - value;
H A Dhid-uclogic-params.c102 hid_dbg(hdev, "\t\t.touch_flip_at = %hhd\n",
103 frame->touch_flip_at);
942 p.frame_list[1].touch_flip_at = 7;

Completed in 98 milliseconds