Lines Matching refs:xfer_buf
168 u8 xfer_buf[HIDEEP_XFER_BUF_SIZE] __aligned(4); member
182 struct pgm_packet *packet = (void *)ts->xfer_buf; in hideep_pgm_w_mem()
209 struct pgm_packet *packet = (void *)ts->xfer_buf; in hideep_pgm_r_mem()
469 struct pgm_packet *packet_r = (void *)ts->xfer_buf; in hideep_program_nvm()
518 struct pgm_packet *packet_r = (void *)ts->xfer_buf; in hideep_verify_nvm()
726 (void *)&ts->xfer_buf[HIDEEP_TOUCH_EVENT_INDEX]; in hideep_parse_and_report()
727 const u8 *keys = &ts->xfer_buf[HIDEEP_KEY_EVENT_INDEX]; in hideep_parse_and_report()
728 int touch_count = ts->xfer_buf[0]; in hideep_parse_and_report()
729 int key_count = ts->xfer_buf[1] & 0x0f; in hideep_parse_and_report()
730 int lpm_count = ts->xfer_buf[1] & 0xf0; in hideep_parse_and_report()
762 ts->xfer_buf, HIDEEP_MAX_EVENT / 2); in hideep_irq()