Searched refs:parity (Results 1 - 3 of 3) sorted by relevance

/net/bluetooth/rfcomm/
H A Dtty.c876 u8 baud, data_bits, stop_bits, parity, x_on, x_off; local
897 /* Mark and space parity are not supported! */
901 parity = RFCOMM_RPN_PARITY_ODD;
904 parity = RFCOMM_RPN_PARITY_EVEN;
908 parity = RFCOMM_RPN_PARITY_NONE;
1005 data_bits, stop_bits, parity,
H A Dcore.c99 #define __rpn_line_settings(data, stop, parity) ((data & 0x3) | ((stop & 0x1) << 2) | ((parity & 0x7) << 3))
962 u8 parity, u8 flow_ctrl_settings,
970 BT_DBG("%p cr %d dlci %d bit_r 0x%x data_b 0x%x stop_b 0x%x parity 0x%x"
972 s, cr, dlci, bit_rate, data_bits, stop_bits, parity,
987 rpn->line_settings = __rpn_line_settings(data_bits, stop_bits, parity);
1456 u8 parity = 0; local
1474 parity = RFCOMM_RPN_PARITY_NONE;
1482 * no parity, no flow control lines, normal XON/XOFF chars */
1512 parity
960 rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci, u8 bit_rate, u8 data_bits, u8 stop_bits, u8 parity, u8 flow_ctrl_settings, u8 xon_char, u8 xoff_char, u16 param_mask) argument
[all...]
/net/irda/ircomm/
H A Dircomm_tty_ioctl.c66 /* byte size and parity */
107 * Set up parity check flag
125 * If we're ignore parity and break indicators, ignore
413 put_user(cnow.parity, &p_cuser->parity) ||

Completed in 79 milliseconds