Searched refs:ver_offs (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/media/video/gspca/m5602/
H A Dm5602_po1030.c328 int ver_offs = cam->cam_mode[sd->gspca_dev.curr_mode].priv; local
405 ((ver_offs >> 8) & 0xff));
409 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (ver_offs & 0xff));
H A Dm5602_ov9650.c424 int ver_offs = cam->cam_mode[sd->gspca_dev.curr_mode].priv; local
431 ver_offs--;
451 ((ver_offs >> 8) & 0xff));
455 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (ver_offs & 0xff));

Completed in 285 milliseconds