Searched refs:v_field (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/media/pci/saa7146/ |
D | hexium_gemini.c | 142 .v_offset = 28, .v_field = 288, 147 .v_offset = 28, .v_field = 240, 152 .v_offset = 28, .v_field = 288,
|
D | hexium_orion.c | 192 .v_offset = 16, .v_field = 288, 197 .v_offset = 16, .v_field = 240, 202 .v_offset = 16, .v_field = 288,
|
D | mxb.c | 797 .v_offset = 0x17, .v_field = 288, 802 .v_offset = 0x17, .v_field = 288, 807 .v_offset = 0x16, .v_field = 240, 812 .v_offset = 0x14, .v_field = 288,
|
/Linux-v4.19/drivers/media/pci/ttpci/ |
D | av7110_v4l.c | 876 .v_offset = 0x15, .v_field = 288, 881 .v_offset = 0x10, .v_field = 244, 890 .v_offset = 0x1b, .v_field = 288, 895 .v_offset = 0x10, .v_field = 244, 904 .v_offset = 0x14, .v_field = 288, 909 .v_offset = 0x10, .v_field = 244,
|
D | budget-av.c | 1525 .v_offset = 0x17,.v_field = 288, 1530 .v_offset = 0x16,.v_field = 240,
|
/Linux-v4.19/include/media/drv-intf/ |
D | saa7146_vv.h | 49 int v_field; /* number of lines in a field for HPS to process */ member
|
/Linux-v4.19/drivers/media/common/saa7146/ |
D | saa7146_hlp.c | 535 …calculate_v_scale_registers(dev, field, vv->standard->v_field*2, height, &hps_v_scale, &hps_v_gain… in saa7146_set_window() 609 vdma1.num_line_byte = (vv->standard->v_field<<16)+vv->standard->h_pixels; in saa7146_set_position() 723 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_packed() 851 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_planar()
|