Home
last modified time | relevance | path

Searched refs:M5602_XB_VSYNC_PARA (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/media/usb/gspca/m5602/
Dm5602_s5k4aa.h190 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
191 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
192 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
193 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
195 {BRIDGE, M5602_XB_VSYNC_PARA, 0x01, 0x00},
196 {BRIDGE, M5602_XB_VSYNC_PARA, 0xe0, 0x00},
197 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
198 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
245 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
246 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
[all …]
Dm5602_s5k83a.h170 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
171 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
172 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
173 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
174 {BRIDGE, M5602_XB_VSYNC_PARA, 0x01, 0x00},
175 {BRIDGE, M5602_XB_VSYNC_PARA, 0xe4, 0x00}, /* 484 */
176 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
177 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
Dm5602_ov7660.h245 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00},
246 {BRIDGE, M5602_XB_VSYNC_PARA, 0x08},
247 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00},
248 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00},
249 {BRIDGE, M5602_XB_VSYNC_PARA, 0x01},
250 {BRIDGE, M5602_XB_VSYNC_PARA, 0xec},
251 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00},
252 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00},
Dm5602_mt9m111.h268 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
269 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
270 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
271 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
Dm5602_po1030.c258 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, in po1030_start()
263 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (ver_offs & 0xff)); in po1030_start()
268 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, 0); in po1030_start()
272 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (height >> 8) & 0xff); in po1030_start()
276 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (height & 0xff)); in po1030_start()
281 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, 0); in po1030_start()
Dm5602_ov9650.c297 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, in ov9650_start()
302 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (ver_offs & 0xff)); in ov9650_start()
306 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, 0); in ov9650_start()
310 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (height >> 8) & 0xff); in ov9650_start()
314 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (height & 0xff)); in ov9650_start()
319 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, 0); in ov9650_start()
Dm5602_mt9m111.c193 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (height >> 8) & 0xff); in mt9m111_start()
197 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (height & 0xff)); in mt9m111_start()
202 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, 0); in mt9m111_start()
Dm5602_bridge.h35 #define M5602_XB_VSYNC_PARA 0x06 macro