Home | History | Annotate | Download | only in linux

Lines Matching refs:orig

130  * @orig:	the original message structure
132 * Set the msg destination to the orig initiator and the msg initiator to the
133 * orig destination. Note that msg and orig may be the same pointer, in which
137 struct cec_msg *orig)
140 msg->msg[0] = (cec_msg_destination(orig) << 4) |
141 cec_msg_initiator(orig);