Home
last modified time | relevance | path

Searched refs:v_field (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/media/pci/saa7146/
Dhexium_orion.c191 .v_offset = 16, .v_field = 288,
196 .v_offset = 16, .v_field = 240,
201 .v_offset = 16, .v_field = 288,
Dhexium_gemini.c141 .v_offset = 28, .v_field = 288,
146 .v_offset = 28, .v_field = 240,
151 .v_offset = 28, .v_field = 288,
Dmxb.c796 .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.1.27/drivers/media/pci/ttpci/
Dav7110_v4l.c879 .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,
Dbudget-av.c1528 .v_offset = 0x17,.v_field = 288,
1533 .v_offset = 0x16,.v_field = 240,
/linux-4.1.27/include/media/
Dsaa7146_vv.h48 int v_field; /* number of lines in a field for HPS to process */ member
/linux-4.1.27/drivers/media/common/saa7146/
Dsaa7146_hlp.c538 …calculate_v_scale_registers(dev, field, vv->standard->v_field*2, height, &hps_v_scale, &hps_v_gain… in saa7146_set_window()
612 vdma1.num_line_byte = (vv->standard->v_field<<16)+vv->standard->h_pixels; in saa7146_set_position()
726 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_packed()
854 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_planar()