Lines Matching defs:time
222 * Convert time to a number of samples which can be transferred within this
223 * time.
226 unsigned long time)
230 bit_count = DIV_ROUND_UP(time * NSEC_PER_USEC, priv->time_per_bit_ns);
233 dev_dbg(&priv->spi->dev, "Effective speed %u, time per bit: %u, count bits: %u, count samples: %u\n",
506 dev_warn(&priv->spi->dev, "The scan interval (%d) is less then calculated scan time (%d)\n",
529 * channel of ADC. It will change the state every time we switch
533 * - we should still trigger for some amount of time after last
690 "Calculated scan buffer is too big. Try to reduce spi-max-frequency, settling-time-us or oversampling-ratio\n");
738 ret = fwnode_property_read_u32(child, "settling-time-us", &stl);