start_v 884 drivers/media/platform/ti-vpe/vpdma.c int frame_height, int start_h, int start_v) start_v 922 drivers/media/platform/ti-vpe/vpdma.c dtd->start_h_v = dtd_start_h_v(start_h, start_v); start_v 255 drivers/media/platform/ti-vpe/vpdma.h int frame_height, int start_h, int start_v); start_v 1047 drivers/video/fbdev/amifb.c #define spr2hw_pos(start_v, start_h) \ start_v 1048 drivers/video/fbdev/amifb.c (((start_v) << 7 & 0xff00) | ((start_h)>>3 & 0x00ff)) start_v 1049 drivers/video/fbdev/amifb.c #define spr2hw_ctl(start_v, start_h, stop_v) \ start_v 1050 drivers/video/fbdev/amifb.c (((stop_v) << 7 & 0xff00) | ((start_v)>>4 & 0x0040) | \ start_v 1052 drivers/video/fbdev/amifb.c ((start_v)>>7 & 0x0004) | ((stop_v)>>8 & 0x0002) | \