Searched refs:frame_lines (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | xc5000.c | 538 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()
|
H A D | xc4000.c | 463 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()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | xc5000.c | 538 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()
|
H A D | xc4000.c | 461 static int xc_get_frame_lines(struct xc4000_priv *priv, u16 *frame_lines) in xc_get_frame_lines() argument 463 return xc4000_readreg(priv, XREG_FRAME_LINES, frame_lines); in xc_get_frame_lines() 1094 u16 frame_lines; in xc_debug_dump() local 1122 xc_get_frame_lines(priv, &frame_lines); in xc_debug_dump() 1123 dprintk(1, "*** Frame lines = %d\n", frame_lines); in xc_debug_dump()
|
Completed in 13 milliseconds