Lines Matching defs:protocol
2 /* ir-sony-decoder.c - handle Sony IR Pulse/Space protocol
37 enum rc_proto protocol;
122 protocol = RC_PROTO_SONY12;
131 protocol = RC_PROTO_SONY15;
140 protocol = RC_PROTO_SONY20;
151 rc_keydown(dev, protocol, scancode, 0);
178 * @protocol: protocol to encode
187 static int ir_sony_encode(enum rc_proto protocol, u32 scancode,
194 if (protocol == RC_PROTO_SONY12) {
197 } else if (protocol == RC_PROTO_SONY15) {
226 printk(KERN_INFO "IR Sony protocol handler initialized\n");
240 MODULE_DESCRIPTION("Sony IR protocol decoder");