Home
last modified time | relevance | path

Searched refs:lcr2vbi (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/i2c/cx25840/
A Dcx25840-vbi.c76 static const u16 lcr2vbi[] = { in cx25840_g_sliced_fmt() local
98 svbi->service_lines[0][i] = lcr2vbi[v >> 4]; in cx25840_g_sliced_fmt()
99 svbi->service_lines[1][i] = lcr2vbi[v & 0xf]; in cx25840_g_sliced_fmt()
108 svbi->service_lines[0][i] = lcr2vbi[v >> 4]; in cx25840_g_sliced_fmt()
109 svbi->service_lines[1][i] = lcr2vbi[v & 0xf]; in cx25840_g_sliced_fmt()
/linux/drivers/media/pci/cx18/
A Dcx18-av-vbi.c122 static const u16 lcr2vbi[] = { in cx18_av_g_sliced_fmt() local
143 svbi->service_lines[0][i] = lcr2vbi[v >> 4]; in cx18_av_g_sliced_fmt()
144 svbi->service_lines[1][i] = lcr2vbi[v & 0xf]; in cx18_av_g_sliced_fmt()
152 svbi->service_lines[0][i] = lcr2vbi[v >> 4]; in cx18_av_g_sliced_fmt()
153 svbi->service_lines[1][i] = lcr2vbi[v & 0xf]; in cx18_av_g_sliced_fmt()
/linux/drivers/media/i2c/
A Dsaa7115.c1132 static u16 lcr2vbi[] = { in saa711x_g_sliced_fmt() local
1149 sliced->service_lines[0][i] = lcr2vbi[v >> 4]; in saa711x_g_sliced_fmt()
1150 sliced->service_lines[1][i] = lcr2vbi[v & 0xf]; in saa711x_g_sliced_fmt()

Completed in 7 milliseconds