Home
last modified time | relevance | path

Searched refs:xy_mode (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_debug.c61 u8 report_id = si->xy_mode[2]; in cyttsp5_pr_buf_op_mode()
78 scnprintf(pr_buf + k, CY_MAX_PRBUF_SIZE, fmt, si->xy_mode[i]); in cyttsp5_pr_buf_op_mode()
112 u8 report_id = si->xy_mode[2]; in cyttsp5_debug_formated()
128 cyttsp5_debug_print(dev, pr_buf, si->xy_mode, header_size, "xy_mode"); in cyttsp5_debug_formated()
168 u8 report_reg = si->xy_mode[TOUCH_COUNT_BYTE_OFFSET]; in cyttsp5_xy_worker()
195 u8 report_id = si->xy_mode[2]; in cyttsp5_debug_attention()
H A Dcyttsp5_proximity.c79 struct cyttsp5_touch *touch, u8 *xy_mode) in cyttsp5_get_touch_hdr() argument
91 xy_mode + si->tch_hdr[hdr].ofs, in cyttsp5_get_touch_hdr()
153 cyttsp5_get_touch_hdr(pd, &tch, si->xy_mode + 3); in cyttsp5_xy_worker()
182 if (pd->si->xy_mode[2] != pd->si->desc.tch_report_id) in cyttsp5_proximity_attention()
H A Dcyttsp5_mt_common.c81 struct cyttsp5_touch *touch, u8 *xy_mode) in cyttsp5_get_touch_hdr() argument
93 xy_mode + si->tch_hdr[hdr].ofs, in cyttsp5_get_touch_hdr()
353 cyttsp5_get_touch_hdr(md, &tch, si->xy_mode + 3); in cyttsp5_xy_worker()
452 if (md->si->xy_mode[2] != md->si->desc.tch_report_id) in cyttsp5_mt_attention()
H A Dcyttsp5_core.c1142 if (!si->xy_mode) in cyttsp5_si_setup()
1143 si->xy_mode = kzalloc(si->desc.tch_header_size, GFP_KERNEL); in cyttsp5_si_setup()
1144 if (!si->xy_mode) { in cyttsp5_si_setup()
1269 __func__, si->xy_mode); in cyttsp5_si_put_log_data()
1300 kfree(si->xy_mode); in cyttsp5_free_si_ptrs()
3827 memcpy(si->xy_mode, cd->input_buf, SENSOR_HEADER_SIZE); in move_tracking_hetmap_data()
3840 memcpy(si->xy_mode, cd->input_buf, SENSOR_HEADER_SIZE); in move_sensor_data()
3853 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()
3877 memcpy(si->xy_mode, cd->input_buf, si->desc.tch_header_size); in move_touch_data()
[all …]
H A Dcyttsp5_btn.c130 if (bd->si->xy_mode[2] != bd->si->desc.btn_report_id) in cyttsp5_btn_attention()
H A Dcyttsp5_regs.h701 u8 *xy_mode; member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcyttsp4_core.c77 si->xy_mode); in cyttsp4_load_status_regs()
82 cyttsp4_pr_buf(dev, cd->pr_buf, si->xy_mode, in cyttsp4_load_status_regs()
584 p = krealloc(si->xy_mode, si->si_ofs.mode_size, GFP_KERNEL|__GFP_ZERO); in cyttsp4_si_get_op_data_ptrs()
587 si->xy_mode = p; in cyttsp4_si_get_op_data_ptrs()
666 si->xy_mode, si->xy_data); in cyttsp4_si_put_log_data()
976 hst_mode = si->xy_mode[CY_REG_BASE]; in cyttsp4_xy_worker()
977 rep_len = si->xy_mode[si->si_ofs.rep_ofs]; in cyttsp4_xy_worker()
978 rep_stat = si->xy_mode[si->si_ofs.rep_ofs + 1]; in cyttsp4_xy_worker()
979 tt_stat = si->xy_mode[si->si_ofs.tt_stat_ofs]; in cyttsp4_xy_worker()
1472 mode = &cd->sysinfo.xy_mode[CY_REG_BASE]; in cyttsp4_watchdog_work()
[all …]
H A Dcyttsp4_core.h318 u8 *xy_mode; /* operational mode and status regs */ member