Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/cx25840/
H 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()
/openbmc/linux/drivers/media/pci/cx18/
H 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()
/openbmc/linux/include/linux/platform_data/
H A Dspi-davinci.h60 u8 odd_parity; member
/openbmc/linux/drivers/media/pci/ivtv/
H 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()
/openbmc/linux/drivers/spi/
H A Dspi-davinci.c347 if (spicfg->odd_parity) in davinci_spi_setup_transfer()