Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/cx25840/
Dcx25840-vbi.c22 static int odd_parity(u8 c) in odd_parity() function
249 err = !odd_parity(p[0]) || !odd_parity(p[1]); in cx25840_decode_vbi_line()
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-av-vbi.c68 static int odd_parity(u8 c) in odd_parity() function
290 err = !odd_parity(p[0]) || !odd_parity(p[1]); in cx18_av_decode_vbi_line()
/Linux-v4.19/include/linux/platform_data/
Dspi-davinci.h77 u8 odd_parity; member
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-vbi.c86 static int odd_parity(u8 c) in odd_parity() function
277 err = !odd_parity(p[1]) || !odd_parity(p[2]); in ivtv_convert_ivtv_vbi()
/Linux-v4.19/drivers/spi/
Dspi-davinci.c359 if (spicfg->odd_parity) in davinci_spi_setup_transfer()