Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/tuners/
Dxc5000.c538 static int xc_get_frame_lines(struct xc5000_priv *priv, u16 *frame_lines) in xc_get_frame_lines() argument
540 return xc5000_readreg(priv, XREG_FRAME_LINES, frame_lines); in xc_get_frame_lines()
629 u16 frame_lines; in xc_debug_dump() local
664 xc_get_frame_lines(priv, &frame_lines); in xc_debug_dump()
665 dprintk(1, "*** Frame lines = %d\n", frame_lines); in xc_debug_dump()
Dxc4000.c463 static int xc_get_frame_lines(struct xc4000_priv *priv, u16 *frame_lines) in xc_get_frame_lines() argument
465 return xc4000_readreg(priv, XREG_FRAME_LINES, frame_lines); in xc_get_frame_lines()
1096 u16 frame_lines; in xc_debug_dump() local
1124 xc_get_frame_lines(priv, &frame_lines); in xc_debug_dump()
1125 dprintk(1, "*** Frame lines = %d\n", frame_lines); in xc_debug_dump()