Lines Matching defs:protocol
508 * @protocol: protocol
521 int ir_raw_encode_scancode(enum rc_proto protocol, u32 scancode,
526 u64 mask = 1ULL << protocol;
533 ret = handler->encode(protocol, scancode, events, max);
582 * ir_raw_encode_carrier() - Get carrier used for protocol
584 * @protocol: protocol
586 * Attempts to find the carrier for the specified protocol
589 * -EINVAL if the protocol is invalid, or if no
592 int ir_raw_encode_carrier(enum rc_proto protocol)
596 u64 mask = BIT_ULL(protocol);