| /linux-6.15/drivers/tty/serial/ |
| H A D | atmel_serial.c | 772 port->icount.parity++; in atmel_pdc_rxerr() 1542 port->icount.parity++; in atmel_rx_from_ring() 2611 int *parity, int *bits) in atmel_console_get_options() argument 2631 *parity = 'e'; in atmel_console_get_options() 2633 *parity = 'o'; in atmel_console_get_options() 2644 int parity = 'n'; in atmel_console_setup() local 2658 uart_parse_options(options, &baud, &parity, &bits, &flow); in atmel_console_setup() 2660 atmel_console_get_options(port, &baud, &parity, &bits); in atmel_console_setup() 2662 return uart_set_options(port, co, baud, parity, bits, flow); in atmel_console_setup()
|
| H A D | serial_core.c | 1295 icount->parity = cnow.parity; in uart_get_icount() 2058 if (uport->icount.parity) in uart_line_info() 2059 seq_printf(m, " pe:%d", uport->icount.parity); in uart_line_info() 2236 uart_parse_options(const char *options, int *baud, int *parity, in uart_parse_options() argument 2245 *parity = *s++; in uart_parse_options() 2267 int baud, int parity, int bits, int flow) in uart_set_options() argument 2292 switch (parity) { in uart_set_options() 2660 int parity = 'n'; in uart_poll_init() local 2686 uart_parse_options(options, &baud, &parity, &bits, &flow); in uart_poll_init() 2688 ret = uart_set_options(port, NULL, baud, parity, bits, flow); in uart_poll_init()
|
| H A D | meson_uart.c | 593 int parity = 'n'; in meson_serial_console_setup() local 606 uart_parse_options(options, &baud, &parity, &bits, &flow); in meson_serial_console_setup() 608 return uart_set_options(port, co, baud, parity, bits, flow); in meson_serial_console_setup()
|
| H A D | ip22zilog.c | 290 up->port.icount.parity++; in ip22zilog_receive_chars() 1028 int parity = 'n'; in ip22zilog_console_setup() local 1044 uart_parse_options(options, &baud, &parity, &bits, &flow); in ip22zilog_console_setup() 1045 return uart_set_options(&up->port, con, baud, parity, bits, flow); in ip22zilog_console_setup()
|
| H A D | sccnxp.c | 407 port->icount.parity++; in sccnxp_handle_rx() 862 int baud = 9600, bits = 8, parity = 'n', flow = 'n'; in sccnxp_console_setup() local 865 uart_parse_options(options, &baud, &parity, &bits, &flow); in sccnxp_console_setup() 867 return uart_set_options(port, co, baud, parity, bits, flow); in sccnxp_console_setup()
|
| H A D | amba-pl011.c | 344 uap->port.icount.parity++; in pl011_fifo_to_tty() 2374 int *parity, int *bits) in pl011_console_get_options() argument 2383 *parity = 'n'; in pl011_console_get_options() 2386 *parity = 'e'; in pl011_console_get_options() 2388 *parity = 'o'; in pl011_console_get_options() 2411 int parity = 'n'; in pl011_console_setup() local 2450 &baud, &parity, &bits, &flow); in pl011_console_setup() 2452 pl011_console_get_options(uap, &baud, &parity, &bits); in pl011_console_setup() 2455 return uart_set_options(&uap->port, co, baud, parity, bits, flow); in pl011_console_setup()
|
| H A D | samsung_tty.c | 2292 int *parity, int *bits) in s3c24xx_serial_get_options() argument 2323 *parity = 'e'; in s3c24xx_serial_get_options() 2327 *parity = 'o'; in s3c24xx_serial_get_options() 2332 *parity = 'n'; in s3c24xx_serial_get_options() 2358 int parity = 'n'; in s3c24xx_serial_console_setup() local 2381 uart_parse_options(options, &baud, &parity, &bits, &flow); in s3c24xx_serial_console_setup() 2383 s3c24xx_serial_get_options(port, &baud, &parity, &bits); in s3c24xx_serial_console_setup() 2387 return uart_set_options(port, co, baud, parity, bits, flow); in s3c24xx_serial_console_setup()
|
| H A D | xilinx_uartps.c | 296 port->icount.parity++; in cdns_uart_handle_rx() 306 port->icount.parity++; in cdns_uart_handle_rx() 1425 int parity = 'n'; in cdns_uart_console_setup() local 1436 uart_parse_options(options, &baud, &parity, &bits, &flow); in cdns_uart_console_setup() 1445 return uart_set_options(port, co, baud, parity, bits, flow); in cdns_uart_console_setup()
|
| H A D | sprd_serial.c | 596 port->icount.parity++; in handle_lsr_errors() 1019 int parity = 'n'; in sprd_console_setup() local 1032 uart_parse_options(options, &baud, &parity, &bits, &flow); in sprd_console_setup() 1035 parity, bits, flow); in sprd_console_setup()
|
| H A D | zs.c | 585 icount->parity++; in zs_receive_chars() 1204 int parity = 'n'; in zs_console_setup() local 1216 uart_parse_options(options, &baud, &parity, &bits, &flow); in zs_console_setup() 1217 return uart_set_options(uport, co, baud, parity, bits, flow); in zs_console_setup()
|
| /linux-6.15/arch/arm/boot/dts/marvell/ |
| H A D | armada-xp-db-xc3-24g4xg.dts | 37 arm,parity-enable;
|
| H A D | armada-xp-crs328-4c-20s-4s.dtsi | 38 arm,parity-enable;
|
| H A D | armada-xp-crs305-1g-4s.dtsi | 38 arm,parity-enable;
|
| H A D | armada-xp-crs326-24g-2s.dtsi | 38 arm,parity-enable;
|
| /linux-6.15/drivers/scsi/isci/ |
| H A D | phy.h | 135 u32 parity:1; member
|
| /linux-6.15/drivers/media/pci/mantis/ |
| H A D | mantis_common.h | 82 enum mantis_parity parity; member
|
| H A D | mantis_vp1041.c | 339 .parity = MANTIS_PARITY_NONE,
|
| /linux-6.15/drivers/net/wan/ |
| H A D | fsl_qmc_hdlc.c | 678 unsigned short parity) in qmc_hdlc_attach() argument 685 switch (parity) { in qmc_hdlc_attach() 693 dev_err(qmc_hdlc->dev, "unsupported parity %u\n", parity); in qmc_hdlc_attach()
|
| /linux-6.15/Documentation/networking/ |
| H A D | oa-tc6-framework.rst | 236 Method used is odd parity. 274 received a control or data header with a parity error. 336 received Ethernet frame. Method used is odd parity. The 345 Method used is odd parity. 393 that a header was received with a parity error. The SPI 420 Method used is odd parity.
|
| /linux-6.15/drivers/input/mouse/ |
| H A D | elantech.c | 785 return etd->parity[packet[1]] == p1 && in elantech_packet_check_v1() 786 etd->parity[packet[2]] == p2 && in elantech_packet_check_v1() 787 etd->parity[packet[3]] == p3; in elantech_packet_check_v1() 2083 etd->parity[0] = 1; in elantech_setup_ps2() 2085 etd->parity[i] = etd->parity[i & (i - 1)] ^ 1; in elantech_setup_ps2()
|
| /linux-6.15/Documentation/admin-guide/RAS/ |
| H A D | main.rst | 269 the vendor should tie the parity status bits to 0 if they do not intend 270 to generate parity. Some vendors do not do this, and thus the parity bit 274 the EDAC PCI scanning code. If that attribute is set, PCI parity/error 749 parity error regardless of whether parity is enabled on the device or 750 not. (The spec indicates parity is generated in some cases). On Header 752 if parity occurred on the bus on the other side of the bridge. 779 This attribute file will display the number of parity errors that 858 This control file enables or disables panicking when a parity 1084 bit 2 - parity
|
| /linux-6.15/lib/raid6/ |
| H A D | vpermxor.uc | 52 p = dptr[z0+1]; /* XOR parity */
|
| /linux-6.15/drivers/mtd/nand/raw/ |
| H A D | diskonchip.c | 138 uint8_t parity; in doc_ecc_decode() local 148 parity = ecc[1]; in doc_ecc_decode() 197 parity ^= val; in doc_ecc_decode() 207 parity ^= val; in doc_ecc_decode() 214 return parity ? -EBADMSG : nerr; in doc_ecc_decode()
|
| /linux-6.15/drivers/tc/ |
| H A D | tc.c | 168 tc_bus.info.parity ? "" : "out"); in tc_init()
|
| /linux-6.15/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-ahb-audio.c | 172 static u32 parity(u32 sample) in parity() function 203 sample |= parity(sample & ~0xf8000000); in dw_hdmi_reformat_s24()
|