Lines Matching refs:xfer_buf
170 u8 xfer_buf[HIDEEP_XFER_BUF_SIZE] __aligned(4); member
184 struct pgm_packet *packet = (void *)ts->xfer_buf; in hideep_pgm_w_mem()
211 struct pgm_packet *packet = (void *)ts->xfer_buf; in hideep_pgm_r_mem()
461 struct pgm_packet *packet_r = (void *)ts->xfer_buf; in hideep_program_nvm()
508 struct pgm_packet *packet_r = (void *)ts->xfer_buf; in hideep_verify_nvm()
716 (void *)&ts->xfer_buf[HIDEEP_TOUCH_EVENT_INDEX]; in hideep_parse_and_report()
717 const u8 *keys = &ts->xfer_buf[HIDEEP_KEY_EVENT_INDEX]; in hideep_parse_and_report()
718 int touch_count = ts->xfer_buf[0]; in hideep_parse_and_report()
719 int key_count = ts->xfer_buf[1] & 0x0f; in hideep_parse_and_report()
720 int lpm_count = ts->xfer_buf[1] & 0xf0; in hideep_parse_and_report()
752 ts->xfer_buf, HIDEEP_MAX_EVENT / 2); in hideep_irq()