Searched defs:v_start (Results 1 - 17 of 17) sorted by relevance

/drivers/media/video/sn9c102/
H A Dsn9c102_mi0360.c267 u8 h_start = 0, v_start = (u8)(rect->top - s->cropcap.bounds.top) + 1; local
282 err += sn9c102_write_reg(cam, v_start, 0x13);
H A Dsn9c102_mt9v111.c169 u8 v_start = (u8) (rect->top - s->cropcap.bounds.top) + 2; local
171 err += sn9c102_write_reg(cam, v_start, 0x13);
H A Dsn9c102_tas5110c1b.c64 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 9; local
67 err += sn9c102_write_reg(cam, v_start, 0x13);
H A Dsn9c102_tas5110d.c46 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 9; local
49 err += sn9c102_write_reg(cam, v_start, 0x13);
H A Dsn9c102_tas5130d1b.c64 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 12; local
68 err += sn9c102_write_reg(cam, v_start, 0x13);
H A Dsn9c102_hv7131d.c125 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 2; local
128 err += sn9c102_write_reg(cam, v_start, 0x13);
H A Dsn9c102_hv7131r.c215 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 1; local
218 err += sn9c102_write_reg(cam, v_start, 0x13);
H A Dsn9c102_mi0343.c198 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 2; local
201 err += sn9c102_write_reg(cam, v_start, 0x13);
H A Dsn9c102_ov7630.c385 u8 h_start = 0, v_start = (u8)(rect->top - s->cropcap.bounds.top) + 1; local
402 err += sn9c102_write_reg(cam, v_start, 0x13);
H A Dsn9c102_ov7660.c372 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 1; local
375 err += sn9c102_write_reg(cam, v_start, 0x13);
H A Dsn9c102_pas106b.c144 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 3; local
147 err += sn9c102_write_reg(cam, v_start, 0x13);
H A Dsn9c102_pas202bcb.c178 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 3; local
193 err += sn9c102_write_reg(cam, v_start, 0x13);
H A Dsn9c102_core.c1607 v_start = (u8)(rect->top - s->cropcap.bounds.top), local
1613 err += sn9c102_write_reg(cam, v_start, 0x13);
1619 PDBGG("h_start, v_start, h_size, v_size, ho_size, vo_size "
1620 "%u %u %u %u", h_start, v_start, h_size, v_size);
/drivers/video/
H A Dwm8505fb.c88 int v_start = info->var.upper_margin; local
89 int v_end = v_start + info->var.yres;
100 writel(v_start, fbi->regbase + WMT_GOVR_TIMING_V_START);
/drivers/video/nvidia/
H A Dnvidia.c320 int v_start = info->var.yres + info->var.lower_margin - 1; local
336 v_start = v_total - 3;
338 v_blank_s = v_start;
355 | SetBitField(v_start, 8: 8, 2:2)
360 | SetBitField(v_start, 9: 9, 7:7);
364 state->crtc[0x10] = Set8Bits(v_start);
379 | SetBitField(v_start, 10: 10, 2:2)
390 | SetBitField(v_start, 11: 11, 4:4)
/drivers/media/video/saa7134/
H A Dsaa7134-video.c701 int h_start, h_stop, v_start, v_stop; local
706 v_start = dev->crop_current.top/2;
714 saa_writeb(SAA7134_VIDEO_V_START1(task), v_start & 0xff);
715 saa_writeb(SAA7134_VIDEO_V_START2(task), v_start >> 8); local
/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c1062 int v_start = 0; local
1077 for (; rxr_idx < rxr_remaining; v_start++, rxr_idx++)
1078 map_vector_to_rxq(adapter, v_start, rxr_idx);
1080 for (; txr_idx < txr_remaining; v_start++, txr_idx++)
1081 map_vector_to_txq(adapter, v_start, txr_idx);
1091 for (i = v_start; i < q_vectors; i++) {
1099 for (i = v_start; i < q_vectors; i++) {

Completed in 179 milliseconds