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

/linux-master/include/linux/platform_data/
H A Dspi-davinci.h45 * @odd_parity: polarity of parity flag at the end of transmit data stream.
60 u8 odd_parity; member in struct:davinci_spi_config
/linux-master/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c59 static int odd_parity(u8 c) function
281 err = !odd_parity(p[0]) || !odd_parity(p[1]);
/linux-master/drivers/media/i2c/cx25840/
H A Dcx25840-vbi.c13 static int odd_parity(u8 c) function
244 err = !odd_parity(p[0]) || !odd_parity(p[1]);
/linux-master/drivers/media/pci/ivtv/
H A Divtv-vbi.c74 static int odd_parity(u8 c) function
265 err = !odd_parity(p[1]) || !odd_parity(p[2]);
/linux-master/drivers/spi/
H A Dspi-davinci.c347 if (spicfg->odd_parity)

Completed in 124 milliseconds