| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | eeh-pci-error-recovery.rst | 50 address line parity errors (for example, due to poor electrical
|
| /linux-6.15/include/linux/greybus/ |
| H A D | greybus_protocols.h | 1326 __u8 parity; member
|
| /linux-6.15/arch/mips/include/asm/octeon/ |
| H A D | cvmx-lmcx-defs.h | 1476 uint64_t parity:1; member 1484 uint64_t parity:1;
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | max310x.c | 718 port->icount.parity++; in max310x_handle_rx()
|
| H A D | sunsu.c | 329 up->port.icount.parity++; in receive_chars()
|
| H A D | serial-tegra.c | 450 tup->uport.icount.parity++; in tegra_uart_decode_rx_error()
|
| H A D | sc16is7xx.c | 669 port->icount.parity++; in sc16is7xx_handle_rx()
|
| H A D | sunzilog.c | 375 up->port.icount.parity++; in sunzilog_receive_chars()
|
| H A D | icom.c | 1025 icount->parity++; in recv_interrupt()
|
| /linux-6.15/drivers/usb/serial/ |
| H A D | cp210x.c | 824 port->icount.parity++; in cp210x_process_lsr()
|
| H A D | io_ti.c | 1615 icount->parity++; in handle_new_lsr()
|
| H A D | io_edgeport.c | 1948 icount->parity++; in handle_new_lsr()
|
| H A D | keyspan.c | 2221 msg.parity = 0; /* XXX for now */ in keyspan_usa28_send_setup()
|
| H A D | ftdi_sio.c | 2522 port->icount.parity++; in ftdi_process_packet()
|
| /linux-6.15/Documentation/PCI/ |
| H A D | pci-error-recovery.rst | 14 PCI errors on the bus, such as parity errors on the data and address
|
| /linux-6.15/drivers/tty/serial/8250/ |
| H A D | Kconfig | 377 Missing parity bit
|
| /linux-6.15/Documentation/crypto/ |
| H A D | descore-readme.rst | 349 which must have odd parity (or -1 is returned) and which must
|
| /linux-6.15/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.seq | 1180 * Perhaps there was a parity error on this last message byte. 1289 * Perhaps there was a parity error on this last message byte 1436 * If there is a parity error, wait for the kernel to
|
| H A D | aic7xxx_core.c | 6991 if (fmt1_ins->parity != 0) { in ahc_download_instr() 6994 fmt1_ins->parity = 0; in ahc_download_instr() 7024 instr.format1.parity = 1; in ahc_download_instr()
|
| H A D | aic79xx.reg | 457 field CIOPARCKEN 0x01 /* Internal bus parity error enable */ 3458 * most significant instrution byte (the byte with the parity bit) is written.
|
| H A D | aic79xx_core.c | 9517 if (fmt1_ins->parity != 0) { in ahd_download_instr() 9520 fmt1_ins->parity = 0; in ahd_download_instr() 9535 instr.format1.parity = 1; in ahd_download_instr()
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | dev-sliced-vbi.rst | 248 - Two bytes in transmission order, including parity bit, lsb first
|
| H A D | buffer.rst | 15 or field parity, are stored in a struct :c:type:`v4l2_buffer`,
|
| /linux-6.15/Documentation/driver-api/usb/ |
| H A D | gadget.rst | 229 per frame, no parity, one stop bit). So for example the controller
|
| /linux-6.15/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 13099 u8 parity[NVRAM_SELFBOOT_DATA_SIZE]; in tg3_test_nvram() local 13109 parity[k++] = buf8[i] & msk; in tg3_test_nvram() 13116 parity[k++] = buf8[i] & msk; in tg3_test_nvram() 13120 parity[k++] = buf8[i] & msk; in tg3_test_nvram() 13130 if ((hw8 & 0x1) && parity[i]) in tg3_test_nvram() 13132 else if (!(hw8 & 0x1) && !parity[i]) in tg3_test_nvram()
|