Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/i2c/cx25840/
Dcx25840-vbi.c122 int vbi_offset = is_pal ? 1 : 0; in cx25840_s_raw_fmt() local
129 cx25840_write(client, 0x54f, vbi_offset); in cx25840_s_raw_fmt()
131 cx25840_write(client, 0x47f, vbi_offset); in cx25840_s_raw_fmt()
142 int vbi_offset = is_pal ? 1 : 0; in cx25840_s_sliced_fmt() local
157 cx25840_write(client, 0x54f, vbi_offset); in cx25840_s_sliced_fmt()
159 cx25840_write(client, 0x47f, vbi_offset); in cx25840_s_sliced_fmt()