Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/cec/
Dcec-pin-error-inj.rst57 # tx-ignore-nack-until-eom ignore early NACKs until EOM
63 # <op>[,<mode>] tx-no-eom don't set the EOM bit
64 # <op>[,<mode>] tx-early-eom set the EOM bit one byte too soon
79 # 10 bits per 'byte': bits 0-7: data, bit 8: EOM, bit 9: ACK
216 Don't set the EOM bit. Normally the last byte of the message has the EOM
218 without ever sending an EOM. This can be used to test how a receiver
223 Set the EOM bit one byte too soon. This obviously only works for messages
224 of two bytes or more. The EOM bit will be set for the second-to-last byte
/Linux-v5.4/drivers/scsi/aacraid/
Daacraid.h1247 u8 EOM:1; /* End Of Medium - reserved for random access devices */ member
/Linux-v5.4/Documentation/scsi/
Dst.txt293 EOM BEHAVIOUR WHEN WRITING
/Linux-v5.4/drivers/tty/
Dsynclinkmp.c434 #define EOM BIT7 macro