Lines Matching defs:protocol
94 * @lock: used to ensure we've filled in all protocol details before
99 * @driver_type: specifies if protocol decoding is done in hardware or software
107 * @wakeup_protocol: the enabled RC_PROTO_* wakeup protocol or
125 * @last_protocol: protocol of last keypress
142 * @change_protocol: allow changing the protocol used on hardware decoders
159 * a valid protocol if mask is nonzero.
287 void rc_keydown(struct rc_dev *dev, enum rc_proto protocol, u64 scancode,
289 void rc_keydown_notimeout(struct rc_dev *dev, enum rc_proto protocol,
325 int ir_raw_encode_scancode(enum rc_proto protocol, u32 scancode,
327 int ir_raw_encode_carrier(enum rc_proto protocol);
353 /* Get NEC scancode and protocol type from address and command bytes */
356 enum rc_proto *protocol)
361 /* NEC transport, but modified protocol, used by at
368 *protocol = RC_PROTO_NEC32;
374 *protocol = RC_PROTO_NECX;
378 *protocol = RC_PROTO_NEC;