Lines Matching refs:effective_speed_hz
176 u32 effective_speed_hz; member
235 priv->effective_speed_hz, priv->time_per_bit_ns, in tsc2046_adc_time_to_count()
274 u32 *effective_speed_hz) in tsc2046_adc_read_one() argument
283 if (!effective_speed_hz) { in tsc2046_adc_read_one()
333 if (effective_speed_hz) in tsc2046_adc_read_one()
334 *effective_speed_hz = xfer.effective_speed_hz; in tsc2046_adc_read_one()
659 &priv->effective_speed_hz); in tsc2046_adc_setup_spi_msg()
667 if (!priv->effective_speed_hz) in tsc2046_adc_setup_spi_msg()
668 priv->effective_speed_hz = priv->spi->max_speed_hz; in tsc2046_adc_setup_spi_msg()
673 priv->effective_speed_hz); in tsc2046_adc_setup_spi_msg()