Searched refs:pos_offset (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/dream/camera/
H A Ds5k3e2fx.c1080 int16_t next_pos, pos_offset; local
1096 pos_offset = init_code + s5k3e2fx_ctrl->curr_lens_pos;
1104 next_pos = (int16_t)(pos_offset + s_move[i]);
1127 pos_offset = next_pos;
1128 s5k3e2fx_ctrl->curr_lens_pos = pos_offset - init_code;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Ds5k3e2fx.c1080 int16_t next_pos, pos_offset; local
1096 pos_offset = init_code + s5k3e2fx_ctrl->curr_lens_pos;
1104 next_pos = (int16_t)(pos_offset + s_move[i]);
1127 pos_offset = next_pos;
1128 s5k3e2fx_ctrl->curr_lens_pos = pos_offset - init_code;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/misc/
H A Dad714x.c87 int pos_offset; member in struct:ad714x_wheel_drv
541 sw->pos_offset = sw->mean_value;
544 sw->pos_offset = sw->pre_mean_value;
546 if (sw->pos_offset > OFFSET_POSITION_CLAMP)
547 sw->pos_offset = OFFSET_POSITION_CLAMP;
552 sw->mean_value_no_offset = sw->mean_value - sw->pos_offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/misc/
H A Dad714x.c87 int pos_offset; member in struct:ad714x_wheel_drv
541 sw->pos_offset = sw->mean_value;
544 sw->pos_offset = sw->pre_mean_value;
546 if (sw->pos_offset > OFFSET_POSITION_CLAMP)
547 sw->pos_offset = OFFSET_POSITION_CLAMP;
552 sw->mean_value_no_offset = sw->mean_value - sw->pos_offset;

Completed in 125 milliseconds