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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 108 milliseconds