Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/pci/cx18/
A Dcx18-av-vbi.c59 static int odd_parity(u8 c) in odd_parity() function
281 err = !odd_parity(p[0]) || !odd_parity(p[1]); in cx18_av_decode_vbi_line()
/linux-6.3-rc2/drivers/media/i2c/cx25840/
A Dcx25840-vbi.c13 static int odd_parity(u8 c) in odd_parity() function
244 err = !odd_parity(p[0]) || !odd_parity(p[1]); in cx25840_decode_vbi_line()
/linux-6.3-rc2/include/linux/platform_data/
A Dspi-davinci.h60 u8 odd_parity; member
/linux-6.3-rc2/drivers/media/pci/ivtv/
A Divtv-vbi.c74 static int odd_parity(u8 c) in odd_parity() function
265 err = !odd_parity(p[1]) || !odd_parity(p[2]); in ivtv_convert_ivtv_vbi()
/linux-6.3-rc2/drivers/spi/
A Dspi-davinci.c348 if (spicfg->odd_parity) in davinci_spi_setup_transfer()

Completed in 15 milliseconds