Lines Matching refs:tc
90 struct ts_event tc; member
712 packet->tc.ignore = true; in ads7846_read_state()
730 packet->tc.ignore = true; in ads7846_read_state()
736 packet->tc.ignore = false; in ads7846_read_state()
761 x = *(u16 *)packet->tc.x_buf; in ads7846_report_state()
762 y = *(u16 *)packet->tc.y_buf; in ads7846_report_state()
766 x = packet->tc.x; in ads7846_report_state()
767 y = packet->tc.y; in ads7846_report_state()
768 z1 = packet->tc.z1; in ads7846_report_state()
769 z2 = packet->tc.z2; in ads7846_report_state()
801 if (packet->tc.ignore || Rt > ts->pressure_max) { in ads7846_report_state()
803 packet->tc.ignore, Rt); in ads7846_report_state()
1003 x->rx_buf = &packet->tc.y_buf[0]; in ads7846_setup_spi_msg()
1014 x->rx_buf = &packet->tc.y; in ads7846_setup_spi_msg()
1033 x->rx_buf = &packet->tc.y; in ads7846_setup_spi_msg()
1049 x->rx_buf = &packet->tc.x_buf[0]; in ads7846_setup_spi_msg()
1061 x->rx_buf = &packet->tc.x; in ads7846_setup_spi_msg()
1076 x->rx_buf = &packet->tc.x; in ads7846_setup_spi_msg()
1095 x->rx_buf = &packet->tc.z1; in ads7846_setup_spi_msg()
1109 x->rx_buf = &packet->tc.z1; in ads7846_setup_spi_msg()
1126 x->rx_buf = &packet->tc.z2; in ads7846_setup_spi_msg()
1140 x->rx_buf = &packet->tc.z2; in ads7846_setup_spi_msg()