Searched defs:parity (Results 1 - 25 of 130) sorted by relevance

123456

/linux-master/arch/x86/kernel/
H A Dbootflag.c23 static int __init parity(u8 v) function
/linux-master/include/linux/
H A Dsynclink.h32 unsigned char parity; member in struct:MGSL_PARAMS32
H A Dserial.h42 __u32 frame, parity, overrun, brk; member in struct:async_icount
H A Dtc.h57 s32 parity; /* System module supports TC parity. */ member in struct:tcinfo
/linux-master/drivers/media/pci/mantis/
H A Dmantis_uart.c31 enum mantis_parity parity; member in struct:mantis_uart_params
46 } parity[3] = { variable in typeref:struct:__anon137
[all...]
/linux-master/drivers/scsi/pcmcia/
H A Daha152x_stub.c66 static int parity = 1; variable
/linux-master/arch/powerpc/platforms/powernv/
H A Drng.c34 unsigned long parity; local
/linux-master/arch/mips/mti-malta/
H A Dmalta-init.c46 char parity = '\0', bits = '\0', flow = '\0'; local
/linux-master/drivers/input/serio/
H A Dams_delta_serio.c42 int i, parity = 0; local
/linux-master/arch/m68k/atari/
H A Ddebug.c169 int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x04 : 0x06) : 0; local
268 int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x0c : 0x08) : 0x04; local
/linux-master/drivers/tty/serial/
H A Dsuncore.c90 char parity; local
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_asm.c298 static bool parity(u64 value) function
/linux-master/arch/mips/generic/
H A Dyamon-dt.c160 char mode_var_name[9], path[20], parity; local
/linux-master/include/uapi/linux/dvb/
H A Dca.h116 unsigned int parity; member in struct:ca_descr
/linux-master/drivers/usb/serial/
H A Dconsole.c60 int parity = 'n'; local
H A Dkeyspan_usa28msg.h112 u8 parity, // 1=use parity, member in struct:keyspan_usa28_portControlMessage
[all...]
/linux-master/include/uapi/linux/hdlc/
H A Dioctl.h55 unsigned short parity; member in struct:__anon1689
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-input.c338 unsigned int start = 0,parity = 0,code = 0; local
/linux-master/drivers/nfc/s3fwrn5/
H A Dfirmware.h89 char parity; member in struct:s3fwrn5_fw_info
/linux-master/fs/ocfs2/
H A Dblockcheck.c97 ocfs2_hamming_encode(u32 parity, void *data, unsigned int d, unsigned int nr) argument
[all...]
/linux-master/drivers/fsi/
H A Dfsi-master-i2cr.c39 static bool i2cr_check_parity32(u32 v, bool parity) argument
54 bool parity = I2CR_INITIAL_PARITY; local
64 static u32 i2cr_get_command(u32 address, bool parity) argument
[all...]
/linux-master/drivers/mtd/
H A Dssfdc.c185 int parity; local
198 int block_address, parity; local
[all...]
/linux-master/drivers/tty/serial/8250/
H A D8250_ingenic.c100 unsigned int parity, bits, flow; /* unused for now */ local
/linux-master/drivers/tty/serdev/
H A Dserdev-ttyport.c195 ttyport_set_parity(struct serdev_controller *ctrl, enum serdev_parity parity) argument
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h55 parity : 1; member in struct:ins_format1
74 parity : 1; member in struct:ins_format2
92 parity : 1; member in struct:ins_format3
110 parity : 1; member in struct:ins_format4
128 parity : 1; member in struct:ins_format5
146 parity : 1; member in struct:ins_format6
[all...]

Completed in 318 milliseconds

123456