Lines Matching defs:frequency
44 * Note that hardware sampling frequency is taken into account only when
78 * struct zpa2326_frequency - Hardware sampling frequency descriptor
89 * correspond to the highest sampling frequency.
98 /* Return the highest hardware sampling frequency available. */
120 * @frequency: Current hardware sampling frequency.
132 const struct zpa2326_frequency *frequency;
1354 * frequency.
1366 /* Enable continuous sampling at specified frequency. */
1369 priv->frequency->odr);
1374 priv->frequency->hz);
1432 return ((struct zpa2326_private *)iio_priv(indio_dev))->frequency->hz;
1441 /* Check if requested frequency is supported. */
1448 /* Don't allow changing frequency if buffered sampling is ongoing. */
1453 priv->frequency = &zpa2326_sampling_frequencies[freq];
1632 /* Set default hardware sampling frequency to highest rate supported. */
1633 priv->frequency = zpa2326_highest_frequency();