Searched refs:RC_PROTO_RC5 (Results 1 – 25 of 33) sorted by relevance
12
/linux-6.1.9/drivers/staging/media/deprecated/saa7146/av7110/ |
D | av7110_ir.c | 37 proto = RC_PROTO_RC5; in av7110_ir_handler() 59 proto = RC_PROTO_RC5; in av7110_ir_handler()
|
/linux-6.1.9/drivers/media/rc/keymaps/ |
D | rc-pinnacle-pctv-hd.c | 47 .rc_proto = RC_PROTO_RC5,
|
D | rc-su3000.c | 52 .rc_proto = RC_PROTO_RC5,
|
D | rc-technisat-usb2.c | 71 .rc_proto = RC_PROTO_RC5,
|
D | rc-dvbsky.c | 54 .rc_proto = RC_PROTO_RC5,
|
D | rc-total-media-in-hand-02.c | 54 .rc_proto = RC_PROTO_RC5,
|
D | rc-asus-pc39.c | 68 .rc_proto = RC_PROTO_RC5,
|
D | rc-tt-1500.c | 59 .rc_proto = RC_PROTO_RC5,
|
D | rc-asus-ps3-100.c | 67 .rc_proto = RC_PROTO_RC5,
|
D | rc-nebula.c | 73 .rc_proto = RC_PROTO_RC5,
|
D | rc-hauppauge.c | 270 .rc_proto = RC_PROTO_RC5,
|
D | rc-dib0700-rc5.c | 212 .rc_proto = RC_PROTO_RC5,
|
/linux-6.1.9/drivers/media/rc/img-ir/ |
D | img-ir-rc5.c | 32 request->protocol = RC_PROTO_RC5; in img_ir_rc5_scancode()
|
/linux-6.1.9/drivers/media/rc/ |
D | ir-rc5-decoder.c | 139 protocol = RC_PROTO_RC5; in ir_rc5_decode() 217 if (protocol == RC_PROTO_RC5) { in ir_rc5_encode()
|
/linux-6.1.9/Documentation/userspace-api/media/ |
D | lirc.h.rst.exceptions | 45 ignore symbol RC_PROTO_RC5
|
/linux-6.1.9/include/uapi/linux/ |
D | lirc.h | 208 RC_PROTO_RC5 = 2, enumerator
|
/linux-6.1.9/tools/testing/selftests/ir/ |
D | ir_loopback.c | 48 { RC_PROTO_RC5, "rc-5", 0x1f7f, "rc-5" },
|
/linux-6.1.9/drivers/media/usb/em28xx/ |
D | em28xx-input.c | 128 *protocol = RC_PROTO_RC5; in em28xx_get_key_em_haup() 219 poll_result->protocol = RC_PROTO_RC5; in default_polling_getkey() 265 poll_result->protocol = RC_PROTO_RC5; in em2874_polling_getkey()
|
/linux-6.1.9/include/media/ |
D | rc-map.h | 17 #define RC_PROTO_BIT_RC5 BIT_ULL(RC_PROTO_RC5)
|
/linux-6.1.9/drivers/media/i2c/ |
D | ir-kbd-i2c.c | 100 *protocol = RC_PROTO_RC5; in get_key_haup_common() 272 *protocol = RC_PROTO_RC5; in get_key_geniatech()
|
/linux-6.1.9/drivers/staging/media/deprecated/tm6000/ |
D | tm6000-input.c | 166 protocol = RC_PROTO_RC5; in tm6000_ir_keydown()
|
/linux-6.1.9/drivers/media/pci/bt8xx/ |
D | bttv-input.c | 231 rc_keydown(ir->dev, RC_PROTO_RC5, scancode, toggle); in bttv_rc5_timer_end()
|
/linux-6.1.9/drivers/media/usb/dvb-usb/ |
D | ttusb2.c | 459 rc_keydown(d->rc_dev, RC_PROTO_RC5, st->last_rc_key, rx[1]); in tt3650_rc_query()
|
D | pctv452e.c | 607 rc_keydown(d->rc_dev, RC_PROTO_RC5, state->last_rc_key, 0); in pctv452e_rc_query()
|
/linux-6.1.9/drivers/media/cec/platform/seco/ |
D | seco-cec.c | 419 rc_keydown(cec->ir, RC_PROTO_RC5, RC_SCANCODE_RC5(addr, key), toggle); in secocec_ir_rx()
|
12