Home
last modified time | relevance | path

Searched refs:frame_lines (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/tuners/
Dxc5000.c552 static int xc_get_frame_lines(struct xc5000_priv *priv, u16 *frame_lines) in xc_get_frame_lines() argument
554 return xc5000_readreg(priv, XREG_FRAME_LINES, frame_lines); in xc_get_frame_lines()
665 u16 frame_lines; in xc_debug_dump() local
700 xc_get_frame_lines(priv, &frame_lines); in xc_debug_dump()
701 dprintk(1, "*** Frame lines = %d\n", frame_lines); in xc_debug_dump()
Dxc4000.c481 static int xc_get_frame_lines(struct xc4000_priv *priv, u16 *frame_lines) in xc_get_frame_lines() argument
483 return xc4000_readreg(priv, XREG_FRAME_LINES, frame_lines); in xc_get_frame_lines()
1116 u16 frame_lines; in xc_debug_dump() local
1144 xc_get_frame_lines(priv, &frame_lines); in xc_debug_dump()
1145 dprintk(1, "*** Frame lines = %d\n", frame_lines); in xc_debug_dump()