parity 42 arch/x86/kernel/bootflag.c if (!parity(v)) parity 73 arch/x86/kernel/bootflag.c if (!parity(v)) parity 221 arch/x86/mach-voyager/voyager_cat.c __u8 parity, inst, inst_buf[4] = { 0 }; parity 230 arch/x86/mach-voyager/voyager_cat.c parity = (__u8) (1 + (reg & 0x01) + parity 235 arch/x86/mach-voyager/voyager_cat.c inst = ((parity << 7) | (reg << 2) | op); parity 1098 include/acpi/actbl1.h u8 parity; parity 230 include/linux/cdk.h unsigned char parity; parity 396 include/linux/cdk.h unsigned long parity; parity 538 include/linux/cyclades.h __u32 frame, parity, overrun, brk; parity 72 include/linux/dvb/ca.h unsigned int parity; /* 0 == even, 1 == odd */ parity 50 include/linux/hdlc.h unsigned short encoding, unsigned short parity); parity 52 include/linux/hdlc/ioctl.h unsigned short parity; parity 23 include/linux/serial.h __u32 frame, parity, overrun, brk; parity 171 include/linux/serial.h int frame, overrun, parity, brk; parity 235 include/linux/serial_core.h __u32 parity; parity 163 include/linux/synclink.h unsigned char parity; /* none, even, or odd */ parity 210 include/linux/synclink.h __u32 frame, parity, overrun, brk; parity 308 include/linux/synclink.h unsigned char parity; parity 57 include/linux/tc.h s32 parity; /* System module supports TC parity. */ parity 443 include/linux/wanrouter.h unsigned char parity; parity 112 net/bluetooth/rfcomm/core.c #define __rpn_line_settings(data, stop, parity) ((data & 0x3) | ((stop & 0x1) << 2) | ((parity & 0x7) << 3)) parity 857 net/bluetooth/rfcomm/core.c s, cr, dlci, bit_rate, data_bits, stop_bits, parity, parity 872 net/bluetooth/rfcomm/core.c rpn->line_settings = __rpn_line_settings(data_bits, stop_bits, parity); parity 1328 net/bluetooth/rfcomm/core.c u8 parity = 0; parity 1346 net/bluetooth/rfcomm/core.c parity = RFCOMM_RPN_PARITY_NONE; parity 1384 net/bluetooth/rfcomm/core.c parity = __get_rpn_parity(rpn->line_settings); parity 1385 net/bluetooth/rfcomm/core.c if (parity != RFCOMM_RPN_PARITY_NONE) { parity 1386 net/bluetooth/rfcomm/core.c BT_DBG("RPN parity mismatch 0x%x", parity); parity 1387 net/bluetooth/rfcomm/core.c parity = RFCOMM_RPN_PARITY_NONE; parity 1421 net/bluetooth/rfcomm/core.c parity, flow_ctrl, xon_char, xoff_char, rpn_mask); parity 876 net/bluetooth/rfcomm/tty.c u8 baud, data_bits, stop_bits, parity, x_on, x_off; parity 901 net/bluetooth/rfcomm/tty.c parity = RFCOMM_RPN_PARITY_ODD; parity 904 net/bluetooth/rfcomm/tty.c parity = RFCOMM_RPN_PARITY_EVEN; parity 908 net/bluetooth/rfcomm/tty.c parity = RFCOMM_RPN_PARITY_NONE; parity 1006 net/bluetooth/rfcomm/tty.c data_bits, stop_bits, parity, parity 414 net/irda/ircomm/ircomm_tty_ioctl.c put_user(cnow.parity, &p_cuser->parity) ||