Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/saa7146/
Dhexium_gemini.c142 .v_offset = 28, .v_field = 288,
147 .v_offset = 28, .v_field = 240,
152 .v_offset = 28, .v_field = 288,
Dhexium_orion.c192 .v_offset = 16, .v_field = 288,
197 .v_offset = 16, .v_field = 240,
202 .v_offset = 16, .v_field = 288,
Dmxb.c797 .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/
Dav7110_v4l.c876 .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,
Dbudget-av.c1525 .v_offset = 0x17,.v_field = 288,
1530 .v_offset = 0x16,.v_field = 240,
/Linux-v4.19/include/media/drv-intf/
Dsaa7146_vv.h49 int v_field; /* number of lines in a field for HPS to process */ member
/Linux-v4.19/drivers/media/common/saa7146/
Dsaa7146_hlp.c535 …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()