Lines Matching defs:protocol
92 * @lock: used to ensure we've filled in all protocol details before
97 * @driver_type: specifies if protocol decoding is done in hardware or software
105 * @wakeup_protocol: the enabled RC_PROTO_* wakeup protocol or
123 * @last_protocol: protocol of last keypress
138 * @change_protocol: allow changing the protocol used on hardware decoders
155 * a valid protocol if mask is nonzero.
281 void rc_keydown(struct rc_dev *dev, enum rc_proto protocol, u64 scancode,
283 void rc_keydown_notimeout(struct rc_dev *dev, enum rc_proto protocol,
320 int ir_raw_encode_scancode(enum rc_proto protocol, u32 scancode,
322 int ir_raw_encode_carrier(enum rc_proto protocol);
348 /* Get NEC scancode and protocol type from address and command bytes */
351 enum rc_proto *protocol)
356 /* NEC transport, but modified protocol, used by at
363 *protocol = RC_PROTO_NEC32;
369 *protocol = RC_PROTO_NECX;
373 *protocol = RC_PROTO_NEC;