Searched refs:parity (Results 101 - 125 of 189) sorted by relevance

12345678

/linux-master/drivers/tty/serial/
H A Duartlite.c74 * @cflags: The cflags for parity and data bits
156 port->icount.parity++;
166 /* drop byte with parity error if IGNPAR specificed */
531 int parity = 'n'; local
552 uart_parse_options(options, &baud, &parity, &bits, &flow);
554 return uart_set_options(port, co, baud, parity, bits, flow);
808 prop = "xlnx,use-parity";
814 prop = "xlnx,odd-parity";
H A Dpic32_uart.c313 port->icount.parity++;
619 /* parity options */
659 /* Mark/Space parity is not supported */
798 int parity = 'n'; local
814 uart_parse_options(options, &baud, &parity, &bits, &flow);
816 return uart_set_options(&sport->port, co, baud, parity, bits, flow);
H A Dsccnxp.c407 port->icount.parity++;
862 int baud = 9600, bits = 8, parity = 'n', flow = 'n'; local
865 uart_parse_options(options, &baud, &parity, &bits, &flow);
867 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dsb1250-duart.c360 icount->parity++;
869 int parity = 'n'; local
883 uart_parse_options(options, &baud, &parity, &bits, &flow);
884 return uart_set_options(uport, co, baud, parity, bits, flow);
H A Drda-uart.c279 /* parity check */
283 /* Mark or Space parity */
374 port->icount.parity++;
627 int parity = 'n'; local
638 uart_parse_options(options, &baud, &parity, &bits, &flow);
640 return uart_set_options(&rda_port->port, co, baud, parity, bits, flow);
H A Dip22zilog.c180 /* Set parity, sync config, stop bits, and clock divisor. */
290 up->port.icount.parity++;
810 /* Character size, stop bits, and parity. */
1028 int parity = 'n'; local
1044 uart_parse_options(options, &baud, &parity, &bits, &flow);
1045 return uart_set_options(&up->port, con, baud, parity, bits, flow);
H A Dst-asc.c258 * this [parity error] bit is undefined. Software should ignore this
286 port->icount.parity++;
512 /* odd parity */
567 * If we're ignoring parity and break indicators,
886 int parity = 'n'; local
904 uart_parse_options(options, &baud, &parity, &bits, &flow);
906 return uart_set_options(&ascport->port, co, baud, parity, bits, flow);
H A Dimx.c153 #define UTS_FRCPERR (1<<13) /* Force parity error */
857 sport->port.icount.parity++;
1294 sport->port.icount.parity++;
1740 * If we're ignoring parity and break indicators,
2051 int *parity, int *bits)
2062 *parity = 'n';
2065 *parity = 'o';
2067 *parity = 'e';
2114 int parity = 'n'; local
2135 uart_parse_options(options, &baud, &parity,
2050 imx_uart_console_get_options(struct imx_port *sport, int *baud, int *parity, int *bits) argument
[all...]
H A Damba-pl011.c334 uap->port.icount.parity++;
2006 * If we're ignoring parity and break indicators,
2348 int *parity, int *bits)
2357 *parity = 'n';
2360 *parity = 'e';
2362 *parity = 'o';
2385 int parity = 'n'; local
2422 &baud, &parity, &bits, &flow);
2424 pl011_console_get_options(uap, &baud, &parity, &bits);
2427 return uart_set_options(&uap->port, co, baud, parity, bit
2347 pl011_console_get_options(struct uart_amba_port *uap, int *baud, int *parity, int *bits) argument
[all...]
H A Datmel_serial.c400 /* set parity for normal/inverse mode + max iterations */
759 * Deal with parity, framing and overrun errors.
772 port->icount.parity++;
1542 port->icount.parity++;
2126 /* reset the mode, clock divisor, parity, stop bits and data size */
2155 /* parity */
2157 /* Mark or Space parity */
2191 * If we're ignoring parity and break indicators,
2338 /* set the mode, clock divisor, parity, stop bits and data size */
2627 int *parity, in
2626 atmel_console_get_options(struct uart_port *port, int *baud, int *parity, int *bits) argument
2660 int parity = 'n'; local
[all...]
H A Dsamsung_tty.c658 /* ? - where has parity gone?? */
2290 int *parity, int *bits)
2321 *parity = 'e';
2325 *parity = 'o';
2330 *parity = 'n';
2356 int parity = 'n'; local
2379 uart_parse_options(options, &baud, &parity, &bits, &flow);
2381 s3c24xx_serial_get_options(port, &baud, &parity, &bits);
2385 return uart_set_options(port, co, baud, parity, bits, flow);
2289 s3c24xx_serial_get_options(struct uart_port *port, int *baud, int *parity, int *bits) argument
H A Dzs.c585 icount->parity++;
1192 * Setup serial console baud/bits/parity. We do two things here:
1204 int parity = 'n'; local
1216 uart_parse_options(options, &baud, &parity, &bits, &flow);
1217 return uart_set_options(uport, co, baud, parity, bits, flow);
H A Dcpm_uart.c322 port->icount.parity++;
543 * Set up parity check flag
560 * If we're ignore parity and break indicators, ignore
798 /* Set UART mode, 8 bit, no parity, one stop.
853 /* Set UART mode, 8 bit, no parity, one stop.
1394 int parity = 'n'; local
1434 uart_parse_options(options, &baud, &parity, &bits, &flow);
1465 uart_set_options(port, co, baud, parity, bits, flow);
H A Dmvebu-uart.c275 port->icount.parity++;
767 int parity = 'n'; local
781 uart_parse_options(options, &baud, &parity, &bits, &flow);
783 return uart_set_options(port, co, baud, parity, bits, flow);
/linux-master/drivers/media/i2c/
H A Dsaa7115.c728 unsigned char parity; local
740 parity = wss & 15;
741 parity ^= parity >> 2;
742 parity ^= parity >> 1;
744 if (!(parity & 1))
/linux-master/drivers/tty/
H A Damiserial.c207 * We don't handle parity or frame errors - but I have left
221 icount->parity++;
577 /* Byte size is always 8 bits plus parity bit if requested */
648 * Set up parity check flag
666 * If we're ignore parity and break indicators, ignore
685 /* Enable or disable parity bit */
1094 icount->parity = cnow.parity;
1398 if (state->icount.parity)
1399 seq_printf(m, " pe:%d", state->icount.parity);
[all...]
H A Dsynclink_gt.c338 .parity = ASYNC_PARITY_NONE
1051 icount->parity = cnow.parity;
1080 tmp_params.parity = info->params.parity;
1111 info->params.parity = tmp_params.parity;
1214 if (info->icount.parity)
1215 seq_printf(m, " pe:%d", info->icount.parity);
1337 * @parity
1343 hdlcdev_attach(struct net_device *dev, unsigned short encoding, unsigned short parity) argument
[all...]
/linux-master/drivers/input/mouse/
H A Delantech.c785 return etd->parity[packet[1]] == p1 &&
786 etd->parity[packet[2]] == p2 &&
787 etd->parity[packet[3]] == p3;
2052 etd->parity[0] = 1;
2054 etd->parity[i] = etd->parity[i & (i - 1)] ^ 1;
/linux-master/drivers/usb/serial/
H A Dgeneric.c565 icount->parity = cnow.parity;
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-ahb-audio.c171 static u32 parity(u32 sample) function
202 sample |= parity(sample & ~0xf8000000);
/linux-master/drivers/tty/serdev/
H A Dcore.c354 enum serdev_parity parity)
361 return ctrl->ops->set_parity(ctrl, parity);
353 serdev_device_set_parity(struct serdev_device *serdev, enum serdev_parity parity) argument
/linux-master/drivers/media/pci/mantis/
H A Dmantis_vp1041.c339 .parity = MANTIS_PARITY_NONE,
/linux-master/include/net/bluetooth/
H A Drfcomm.h230 u8 parity, u8 flow_ctrl_settings,
/linux-master/drivers/acpi/acpica/
H A Damlresrc.h384 u8 parity; member in struct:aml_resource_uart_serialbus
/linux-master/include/acpi/
H A Dactbl3.h111 u8 parity; member in struct:acpi_table_spcr

Completed in 333 milliseconds

12345678