Lines Matching refs:tc
90 struct ts_event tc; member
710 packet->tc.ignore = true; in ads7846_read_state()
728 packet->tc.ignore = true; in ads7846_read_state()
734 packet->tc.ignore = false; in ads7846_read_state()
759 x = *(u16 *)packet->tc.x_buf; in ads7846_report_state()
760 y = *(u16 *)packet->tc.y_buf; in ads7846_report_state()
764 x = packet->tc.x; in ads7846_report_state()
765 y = packet->tc.y; in ads7846_report_state()
766 z1 = packet->tc.z1; in ads7846_report_state()
767 z2 = packet->tc.z2; in ads7846_report_state()
799 if (packet->tc.ignore || Rt > ts->pressure_max) { in ads7846_report_state()
801 packet->tc.ignore, Rt); in ads7846_report_state()
1001 x->rx_buf = &packet->tc.y_buf[0]; in ads7846_setup_spi_msg()
1012 x->rx_buf = &packet->tc.y; in ads7846_setup_spi_msg()
1031 x->rx_buf = &packet->tc.y; in ads7846_setup_spi_msg()
1047 x->rx_buf = &packet->tc.x_buf[0]; in ads7846_setup_spi_msg()
1059 x->rx_buf = &packet->tc.x; in ads7846_setup_spi_msg()
1074 x->rx_buf = &packet->tc.x; in ads7846_setup_spi_msg()
1093 x->rx_buf = &packet->tc.z1; in ads7846_setup_spi_msg()
1107 x->rx_buf = &packet->tc.z1; in ads7846_setup_spi_msg()
1124 x->rx_buf = &packet->tc.z2; in ads7846_setup_spi_msg()
1138 x->rx_buf = &packet->tc.z2; in ads7846_setup_spi_msg()