Lines Matching defs:protocol
506 * @protocol: protocol
519 int ir_raw_encode_scancode(enum rc_proto protocol, u32 scancode,
524 u64 mask = 1ULL << protocol;
531 ret = handler->encode(protocol, scancode, events, max);
580 * ir_raw_encode_carrier() - Get carrier used for protocol
582 * @protocol: protocol
584 * Attempts to find the carrier for the specified protocol
587 * -EINVAL if the protocol is invalid, or if no
590 int ir_raw_encode_carrier(enum rc_proto protocol)
594 u64 mask = BIT_ULL(protocol);