| /linux-6.15/Documentation/devicetree/bindings/cache/ |
| H A D | l2c2x0.yaml | 164 arm,parity-enable: 165 description: enable parity checking on the L2 cache (L220 or PL310). 168 arm,parity-disable: 169 description: disable parity checking on the L2 cache (L220 or PL310).
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | mcf.c | 300 port->icount.parity++; in mcf_rx_chars() 507 int parity = 'n'; in mcf_console_setup() local 517 uart_parse_options(options, &baud, &parity, &bits, &flow); in mcf_console_setup() 519 return uart_set_options(port, co, baud, parity, bits, flow); in mcf_console_setup()
|
| H A D | altera_uart.c | 221 port->icount.parity++; in altera_uart_rx_chars() 440 int parity = 'n'; in altera_uart_console_setup() local 450 uart_parse_options(options, &baud, &parity, &bits, &flow); in altera_uart_console_setup() 452 return uart_set_options(port, co, baud, parity, bits, flow); in altera_uart_console_setup()
|
| H A D | liteuart.c | 394 int parity = 'n'; in liteuart_console_setup() local 406 uart_parse_options(options, &baud, &parity, &bits, &flow); in liteuart_console_setup() 408 return uart_set_options(port, co, baud, parity, bits, flow); in liteuart_console_setup()
|
| H A D | vt8500_serial.c | 178 port->icount.parity++; in handle_rx() 499 int parity = 'n'; in vt8500_console_setup() local 511 uart_parse_options(options, &baud, &parity, &bits, &flow); in vt8500_console_setup() 514 co, baud, parity, bits, flow); in vt8500_console_setup()
|
| H A D | mpc52xx_uart.c | 1399 port->icount.parity++; in mpc52xx_uart_int_rx_chars() 1496 int *baud, int *parity, int *bits, int *flow) in mpc52xx_console_get_options() argument 1525 *parity = 'n'; in mpc52xx_console_get_options() 1527 *parity = mr1 & MPC52xx_PSC_MODE_PARODD ? 'o' : 'e'; in mpc52xx_console_get_options() 1575 int parity = 'n'; in mpc52xx_console_setup() local 1625 uart_parse_options(options, &baud, &parity, &bits, &flow); in mpc52xx_console_setup() 1627 mpc52xx_console_get_options(port, &baud, &parity, &bits, &flow); in mpc52xx_console_setup() 1630 baud, bits, parity, flow); in mpc52xx_console_setup() 1632 return uart_set_options(port, co, baud, parity, bits, flow); in mpc52xx_console_setup()
|
| H A D | fsl_lpuart.c | 903 sport->port.icount.parity++; in lpuart_rxint() 991 sport->port.icount.parity++; in lpuart32_rxint() 2559 int *parity, int *bits) in lpuart_console_get_options() argument 2573 *parity = 'n'; in lpuart_console_get_options() 2576 *parity = 'o'; in lpuart_console_get_options() 2578 *parity = 'e'; in lpuart_console_get_options() 2608 int *parity, int *bits) in lpuart32_console_get_options() argument 2622 *parity = 'n'; in lpuart32_console_get_options() 2625 *parity = 'o'; in lpuart32_console_get_options() 2627 *parity = 'e'; in lpuart32_console_get_options() [all …]
|
| H A D | milbeaut_usio.c | 174 port->icount.parity++; in mlb_usio_rx_chars() 423 int parity = 'n'; in mlb_usio_console_setup() local 436 uart_parse_options(options, &baud, &parity, &bits, &flow); in mlb_usio_console_setup() 441 return uart_set_options(port, co, baud, parity, bits, flow); in mlb_usio_console_setup()
|
| H A D | sunplus-uart.c | 251 port->icount.parity++; in receive_chars() 534 int parity = 'n'; in sunplus_console_setup() local 545 uart_parse_options(options, &baud, &parity, &bits, &flow); in sunplus_console_setup() 547 return uart_set_options(&sup->port, co, baud, parity, bits, flow); in sunplus_console_setup()
|
| /linux-6.15/drivers/scsi/ |
| H A D | BusLogic.h | 426 bool parity:1; /* Byte 0 Bit 1 */ member 556 bool parity:1; /* Byte 15 Bit 1 */ member 952 bool parity:1; /* Byte 20 Bit 0 */ member 995 bool parity:1; member
|
| /linux-6.15/Documentation/scsi/ |
| H A D | aic7xxx.rst | 150 - Correct code that disables PCI parity error checking. 179 - Dynamically disable PCI parity error reporting after 182 with bad parity. Once the user has been informed of the 192 - Add ability to disable PCI parity error checking. 242 :Definition: Toggles the detection of PCI parity errors. 244 PCI parity is not generated correctly on the 246 differentiate between these "spurious" parity 247 errors and real parity errors. The symptom of
|
| /linux-6.15/drivers/usb/serial/ |
| H A D | keyspan_usa28msg.h | 112 u8 parity, // 1=use parity, 0=don't member
|
| /linux-6.15/include/uapi/linux/dvb/ |
| H A D | ca.h | 116 unsigned int parity; member
|
| /linux-6.15/include/uapi/linux/hdlc/ |
| H A D | ioctl.h | 55 unsigned short parity; member
|
| /linux-6.15/drivers/media/pci/mantis/ |
| H A D | hopper_vp3028.c | 70 .parity = MANTIS_PARITY_NONE,
|
| H A D | mantis_vp3030.c | 85 .parity = MANTIS_PARITY_NONE,
|
| H A D | mantis_vp1034.c | 102 .parity = MANTIS_PARITY_NONE,
|
| /linux-6.15/lib/raid6/ |
| H A D | s390vx.uc | 58 p = dptr[z0 + 1]; /* XOR parity */ 88 p = dptr[disks - 2]; /* XOR parity */
|
| H A D | int.uc | 84 p = dptr[z0+1]; /* XOR parity */ 113 p = dptr[disks-2]; /* XOR parity */
|
| /linux-6.15/drivers/nfc/s3fwrn5/ |
| H A D | firmware.c | 59 hdr.type = type | fw_info->parity; in s3fwrn5_fw_prep_msg() 60 fw_info->parity ^= 0x80; in s3fwrn5_fw_prep_msg() 469 fw_info->parity = 0x00; in s3fwrn5_fw_init()
|
| H A D | firmware.h | 89 char parity; member
|
| /linux-6.15/net/bluetooth/rfcomm/ |
| H A D | core.c | 99 #define __rpn_line_settings(data, stop, parity) ((data & 0x3) | ((stop & 0x1) << 2) | ((parity & 0… argument 998 u8 parity, u8 flow_ctrl_settings, in rfcomm_send_rpn() argument 1008 s, cr, dlci, bit_rate, data_bits, stop_bits, parity, in rfcomm_send_rpn() 1023 rpn->line_settings = __rpn_line_settings(data_bits, stop_bits, parity); in rfcomm_send_rpn() 1492 u8 parity = 0; in rfcomm_recv_rpn() local 1510 parity = RFCOMM_RPN_PARITY_NONE; in rfcomm_recv_rpn() 1548 parity = __get_rpn_parity(rpn->line_settings); in rfcomm_recv_rpn() 1549 if (parity != RFCOMM_RPN_PARITY_NONE) { in rfcomm_recv_rpn() 1550 BT_DBG("RPN parity mismatch 0x%x", parity); in rfcomm_recv_rpn() 1551 parity = RFCOMM_RPN_PARITY_NONE; in rfcomm_recv_rpn() [all …]
|
| /linux-6.15/fs/ocfs2/ |
| H A D | blockcheck.h | 75 u32 ocfs2_hamming_encode(u32 parity, void *data, unsigned int d,
|
| /linux-6.15/drivers/net/wan/ |
| H A D | fsl_ucc_hdlc.c | 839 unsigned short parity) in ucc_hdlc_attach() argument 847 if (parity != PARITY_NONE && in ucc_hdlc_attach() 848 parity != PARITY_CRC32_PR1_CCITT && in ucc_hdlc_attach() 849 parity != PARITY_CRC16_PR0_CCITT && in ucc_hdlc_attach() 850 parity != PARITY_CRC16_PR1_CCITT) in ucc_hdlc_attach() 854 priv->parity = parity; in ucc_hdlc_attach()
|
| /linux-6.15/drivers/md/ |
| H A D | Kconfig | 151 contain data sectors, and one drive contains the parity protection. 152 For a RAID-4 set, the parity blocks are present on a single drive, 153 while a RAID-5 set distributes the parity across the drives in one 154 of the available parity distribution methods. 162 in one of the available parity distribution methods. 403 contain data sectors, and one drive contains the parity protection. 404 For a RAID-4 set, the parity blocks are present on a single drive, 405 while a RAID-5 set distributes the parity across the drives in one 406 of the available parity distribution methods. 414 in one of the available parity distribution methods.
|