Searched refs:v_field (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/media/pci/saa7146/ |
D | hexium_orion.c | 191 .v_offset = 16, .v_field = 288, 196 .v_offset = 16, .v_field = 240, 201 .v_offset = 16, .v_field = 288,
|
D | hexium_gemini.c | 141 .v_offset = 28, .v_field = 288, 146 .v_offset = 28, .v_field = 240, 151 .v_offset = 28, .v_field = 288,
|
D | mxb.c | 796 .v_offset = 0x17, .v_field = 288, 801 .v_offset = 0x17, .v_field = 288, 806 .v_offset = 0x16, .v_field = 240, 811 .v_offset = 0x14, .v_field = 288,
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_v4l.c | 879 .v_offset = 0x15, .v_field = 288, 884 .v_offset = 0x10, .v_field = 244, 893 .v_offset = 0x1b, .v_field = 288, 898 .v_offset = 0x10, .v_field = 244, 907 .v_offset = 0x14, .v_field = 288, 912 .v_offset = 0x10, .v_field = 244,
|
D | budget-av.c | 1528 .v_offset = 0x17,.v_field = 288, 1533 .v_offset = 0x16,.v_field = 240,
|
/linux-4.4.14/include/media/ |
D | saa7146_vv.h | 48 int v_field; /* number of lines in a field for HPS to process */ member
|
/linux-4.4.14/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()
|