Home
last modified time | relevance | path

Searched refs:RC_PROTO_BIT_SONY20 (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/rc/img-ir/
Dimg-ir-sony.c40 if (!(enabled_protocols & RC_PROTO_BIT_SONY20)) in img_ir_sony_scancode()
72 RC_PROTO_BIT_SONY20; in img_ir_sony_filter()
81 protocols = RC_PROTO_BIT_SONY20; in img_ir_sony_filter()
88 if (protocols == RC_PROTO_BIT_SONY20) { in img_ir_sony_filter()
132 .type = RC_PROTO_BIT_SONY12 | RC_PROTO_BIT_SONY15 | RC_PROTO_BIT_SONY20,
/Linux-v4.19/include/media/
Drc-map.h24 #define RC_PROTO_BIT_SONY20 BIT_ULL(RC_PROTO_SONY20) macro
46 RC_PROTO_BIT_SONY20 | RC_PROTO_BIT_NEC | \
60 RC_PROTO_BIT_SONY20 | RC_PROTO_BIT_NEC | \
73 RC_PROTO_BIT_SONY20 | RC_PROTO_BIT_NEC | \
/Linux-v4.19/drivers/media/rc/
Dir-sony-decoder.c142 if (!(dev->enabled_protocols & RC_PROTO_BIT_SONY20)) in ir_sony_decode()
223 RC_PROTO_BIT_SONY20,
Digorplugusb.c209 RC_PROTO_BIT_SONY20 | RC_PROTO_BIT_SANYO); in igorplugusb_probe()
Drc-main.c1010 RC_PROTO_BIT_SONY20, "sony", "ir-sony-decoder" },