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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dcypress_m8.c287 int parity_enable, int parity_type, int reset, int cypress_request_type)
362 feature_buffer[4] |= (parity_type << 5); /* assign parity type in 1 bit space */
1014 int data_bits, stop_bits, parity_type, parity_enable; local
1078 parity_type = cflag & PARODD ? 1 : 0;
1080 parity_enable = parity_type = 0;
1151 dbg("%s - sending %d stop_bits, %d parity_enable, %d parity_type, "
1153 parity_enable, parity_type, data_bits);
1156 parity_enable, parity_type, 0, CYPRESS_SET_CONFIG);
286 cypress_serial_control(struct usb_serial_port *port, unsigned baud_mask, int data_bits, int stop_bits, int parity_enable, int parity_type, int reset, int cypress_request_type) argument

Completed in 87 milliseconds