Searched refs:stop_bits (Results 1 - 2 of 2) sorted by relevance

/net/bluetooth/rfcomm/
H A Dtty.c876 u8 baud, data_bits, stop_bits, parity, x_on, x_off; local
938 stop_bits = RFCOMM_RPN_STOP_15;
940 stop_bits = RFCOMM_RPN_STOP_1;
1005 data_bits, stop_bits, parity,
H A Dcore.c961 u8 bit_rate, u8 data_bits, u8 stop_bits,
972 s, cr, dlci, bit_rate, data_bits, stop_bits, parity,
987 rpn->line_settings = __rpn_line_settings(data_bits, stop_bits, parity);
1455 u8 stop_bits = 0; local
1473 stop_bits = RFCOMM_RPN_STOP_1;
1503 stop_bits = __get_rpn_stop_bits(rpn->line_settings);
1504 if (stop_bits != RFCOMM_RPN_STOP_1) {
1505 BT_DBG("RPN stop bits mismatch 0x%x", stop_bits);
1506 stop_bits = RFCOMM_RPN_STOP_1;
1548 rfcomm_send_rpn(s, 0, dlci, bit_rate, data_bits, stop_bits,
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...]

Completed in 44 milliseconds