Lines Matching defs:mode
62 * In motion detection mode the accelerations are band pass filtered
178 * @measurement_mode_freq: normal mode sampling frequency
180 * the normal measurement mode.
181 * @option_mode_1: first optional mode. Not all models have one
182 * @option_mode_1_freq: option mode 1 sampling frequency
184 * the first option mode.
185 * @option_mode_2: second optional mode. Not all chips have one
186 * @option_mode_2_freq: option mode 2 sampling frequency
188 * the second option mode.
565 * __sca3000_get_base_freq() - obtain mode specific base frequency
568 * @base_freq: Base frequency for the current measurement mode.
694 int mode;
697 mode = SCA3000_REG_MODE_MEAS_MODE_NORMAL;
700 mode = SCA3000_REG_MODE_MEAS_MODE_OP_1;
703 mode = SCA3000_REG_MODE_MEAS_MODE_OP_2;
711 st->rx[0] |= (mode & SCA3000_REG_MODE_MODE_MASK);
820 * mode. Note that data sheet gives rather wide tolerances for these so integer
1121 /* read current value of mode register */
1136 * Motion detection mode cannot run at the same time as
1166 /* read current value of mode register */
1216 /* read current value of mode register */
1249 * There is a complexity in knowing which mode to return to when
1250 * this mode is disabled. Currently normal mode is assumed.
1411 /* Enable interrupts, relevant to mode and set up as active low */
1422 * Select normal measurement mode, free fall off, ring off
1423 * Ring in 12 bit mode - it is fine to overwrite reserved bits 3,5