Home
last modified time | relevance | path

Searched refs:EOM (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-pin-error-inj.rst48 # tx-ignore-nack-until-eom ignore early NACKs until EOM
54 # <op>[,<mode>] tx-no-eom don't set the EOM bit
55 # <op>[,<mode>] tx-early-eom set the EOM bit one byte too soon
70 # 10 bits per 'byte': bits 0-7: data, bit 8: EOM, bit 9: ACK
207 Don't set the EOM bit. Normally the last byte of the message has the EOM
209 without ever sending an EOM. This can be used to test how a receiver
214 Set the EOM bit one byte too soon. This obviously only works for messages
215 of two bytes or more. The EOM bit will be set for the second-to-last byte
/Linux-v4.19/drivers/block/
DDAC960.h209 bool EOM:1; /* Byte 2 Bit 6 */ member
624 bool EOM:1; /* Byte 8 Bit 6 */ member
/Linux-v4.19/drivers/scsi/aacraid/
Daacraid.h1260 u8 EOM:1; /* End Of Medium - reserved for random access devices */ member
/Linux-v4.19/Documentation/scsi/
Dst.txt293 EOM BEHAVIOUR WHEN WRITING
/Linux-v4.19/drivers/tty/
Dsynclinkmp.c434 #define EOM BIT7 macro