Home
last modified time | relevance | path

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

/drivers/media/i2c/cx25840/
Dcx25840-vbi.c26 static int odd_parity(u8 c) in odd_parity() function
239 err = !odd_parity(p[0]) || !odd_parity(p[1]); in cx25840_decode_vbi_line()
/drivers/media/pci/cx18/
Dcx18-av-vbi.c73 static int odd_parity(u8 c) in odd_parity() function
295 err = !odd_parity(p[0]) || !odd_parity(p[1]); in cx18_av_decode_vbi_line()
/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()
/drivers/spi/
Dspi-davinci.c362 if (spicfg->odd_parity) in davinci_spi_setup_transfer()