Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_debug.c71 header_size = BTN_INPUT_HEADER_SIZE; in cyttsp5_pr_buf_op_mode()
123 header_size = BTN_INPUT_HEADER_SIZE; in cyttsp5_debug_formated()
H A Dcyttsp5_regs.h189 #define BTN_INPUT_HEADER_SIZE 5 macro
H A Dcyttsp5_core.c3853 memcpy(si->xy_mode, cd->input_buf, BTN_INPUT_HEADER_SIZE); in move_button_data()
3854 cyttsp5_pr_buf(cd->dev, (u8 *)si->xy_mode, BTN_INPUT_HEADER_SIZE, in move_button_data()
3857 memcpy(si->xy_data, &cd->input_buf[BTN_INPUT_HEADER_SIZE], in move_button_data()