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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firmware/
H A Dpcdp.h42 u8 stop_bits; member in struct:pcdp_uart
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsynclink.h165 unsigned char stop_bits; /* 1 or 2 stop bits */ member in struct:_MGSL_PARAMS
310 unsigned char stop_bits; member in struct:MGSL_PARAMS32
H A Dwanrouter.h442 unsigned stop_bits; member in struct:wanif_conf
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dcypress_m8.c286 static int cypress_serial_control (struct usb_serial_port *port, unsigned baud_mask, int data_bits, int stop_bits, argument
360 feature_buffer[4] |= (stop_bits << 3); /* assign stop bits in 1 bit space */
1014 int data_bits, stop_bits, parity_type, parity_enable; local
1073 stop_bits = cflag & CSTOPB ? 1 : 0;
1151 dbg("%s - sending %d stop_bits, %d parity_enable, %d parity_type, "
1152 "%d data_bits (+5)", __FUNCTION__, stop_bits,
1155 cypress_serial_control(port, baud_mask, data_bits, stop_bits,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/boot/compressed/
H A Dmisc.c264 tr_ctrl.stop_bits = 1; /* 2 stop bits. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/bluetooth/
H A Drfcomm.h228 u8 bit_rate, u8 data_bits, u8 stop_bits,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Dser_defs.h94 unsigned int stop_bits : 1; member in struct:__anon8607
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/rfcomm/
H A Dtty.c773 u8 baud, data_bits, stop_bits, parity, x_on, x_off; local
835 stop_bits = RFCOMM_RPN_STOP_15;
837 stop_bits = RFCOMM_RPN_STOP_1;
903 data_bits, stop_bits, parity,
H A Dcore.c827 u8 bit_rate, u8 data_bits, u8 stop_bits,
838 s, cr, dlci, bit_rate, data_bits, stop_bits, parity,
853 rpn->line_settings = __rpn_line_settings(data_bits, stop_bits, parity);
1327 u8 stop_bits = 0; local
1345 stop_bits = RFCOMM_RPN_STOP_1;
1375 stop_bits = __get_rpn_stop_bits(rpn->line_settings);
1376 if (stop_bits != RFCOMM_RPN_STOP_1) {
1377 BT_DBG("RPN stop bits mismatch 0x%x", stop_bits);
1378 stop_bits = RFCOMM_RPN_STOP_1;
1420 rfcomm_send_rpn(s, 0, dlci, bit_rate, data_bits, stop_bits,
826 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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dactbl1.h582 u8 stop_bits; member in struct:acpi_table_spcr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dhead.S736 | IO_STATE (R_SERIAL0_TR_CTRL, stop_bits, one_bit) \
770 | IO_STATE (R_SERIAL1_TR_CTRL, stop_bits, one_bit) \
806 | IO_STATE (R_SERIAL3_TR_CTRL, stop_bits, one_bit) \
H A Ddebugport.c361 IO_STATE(R_SERIAL0_TR_CTRL, stop_bits, one_bit) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dmpsc.c1426 u32 chr_bits, stop_bits, par; local
1448 stop_bits = MPSC_MPCR_SBL_2;
1450 stop_bits = MPSC_MPCR_SBL_1;
1472 mpsc_set_stop_bit_length(pi, stop_bits);
H A Dioc3_serial.c578 * @stop_bits: number of stop bits
584 int baud, int byte_size, int stop_bits, int parenb, int parodd)
592 baud, byte_size, stop_bits, parenb, parodd));
642 if (stop_bits)
583 config_port(struct ioc3_port *port, int baud, int byte_size, int stop_bits, int parenb, int parodd) argument
H A Dioc4_serial.c1308 * @stop_bits: number of stop bits
1314 int baud, int byte_size, int stop_bits, int parenb, int parodd)
1320 __FUNCTION__, baud, byte_size, stop_bits, parenb, parodd));
1370 if (stop_bits)
1313 config_port(struct ioc4_port *port, int baud, int byte_size, int stop_bits, int parenb, int parodd) argument
H A Dcrisv10.c3488 IO_MASK(R_SERIAL0_TR_CTRL, stop_bits) |
3499 info->tx_ctrl |= IO_STATE(R_SERIAL0_TR_CTRL, stop_bits, two_bits);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsynclink_gt.c383 .stop_bits = 1,
1194 tmp_params.stop_bits = info->params.stop_bits;
1221 info->params.stop_bits = tmp_params.stop_bits;
2527 info->params.stop_bits = (cflag & CSTOPB) ? 2 : 1;
2538 info->params.stop_bits + 1;
4012 if (info->params.stop_bits != 1)
H A Dsynclink.c134 1, /* unsigned char stop_bits; */
1963 info->params.stop_bits = 2;
1965 info->params.stop_bits = 1;
1983 info->params.stop_bits + 1;
5941 if ( info->params.stop_bits != 1 )
H A Dsynclinkmp.c98 1, /* unsigned char stop_bits; */
2868 info->params.stop_bits = 2;
2870 info->params.stop_bits = 1;
2888 info->params.stop_bits + 1;
4437 if (info->params.stop_bits != 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c105 1, /* unsigned char stop_bits; */
1502 info->params.stop_bits = 2;
1504 info->params.stop_bits = 1;
1522 info->params.stop_bits + 1;
3723 if (info->params.stop_bits != 1)

Completed in 209 milliseconds