Searched refs:M5602_XB_VSYNC_PARA (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/media/usb/gspca/m5602/ |
D | m5602_s5k4aa.c | 121 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00}, 122 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00}, 123 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00}, 124 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00}, 126 {BRIDGE, M5602_XB_VSYNC_PARA, 0x01, 0x00}, 127 {BRIDGE, M5602_XB_VSYNC_PARA, 0xe0, 0x00}, 128 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00}, 129 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00}, 176 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00}, 177 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00}, [all …]
|
D | m5602_ov7660.c | 156 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00}, 157 {BRIDGE, M5602_XB_VSYNC_PARA, 0x08}, 158 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00}, 159 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00}, 160 {BRIDGE, M5602_XB_VSYNC_PARA, 0x01}, 161 {BRIDGE, M5602_XB_VSYNC_PARA, 0xec}, 162 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00}, 163 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00},
|
D | m5602_s5k83a.c | 145 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00}, 146 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00}, 147 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00}, 148 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00}, 149 {BRIDGE, M5602_XB_VSYNC_PARA, 0x01, 0x00}, 150 {BRIDGE, M5602_XB_VSYNC_PARA, 0xe4, 0x00}, /* 484 */ 151 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00}, 152 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00},
|
D | m5602_mt9m111.c | 160 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00}, 161 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00}, 162 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00}, 163 {BRIDGE, M5602_XB_VSYNC_PARA, 0x00, 0x00}, 335 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (height >> 8) & 0xff); in mt9m111_start() 339 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (height & 0xff)); in mt9m111_start() 344 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, 0); in mt9m111_start()
|
D | m5602_po1030.c | 362 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, in po1030_start() 367 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (ver_offs & 0xff)); in po1030_start() 372 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, 0); in po1030_start() 376 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (height >> 8) & 0xff); in po1030_start() 380 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (height & 0xff)); in po1030_start() 385 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, 0); in po1030_start()
|
D | m5602_ov9650.c | 445 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, in ov9650_start() 450 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (ver_offs & 0xff)); in ov9650_start() 454 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, 0); in ov9650_start() 458 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (height >> 8) & 0xff); in ov9650_start() 462 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (height & 0xff)); in ov9650_start() 467 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, 0); in ov9650_start()
|
D | m5602_bridge.h | 31 #define M5602_XB_VSYNC_PARA 0x06 macro
|