Home
last modified time | relevance | path

Searched refs:RC_PROTO_BIT_CEC (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/media/rc/
Drc-main.c717 if (dev->allowed_protocols != RC_PROTO_BIT_CEC) in rc_repeat()
758 if (dev->allowed_protocols != RC_PROTO_BIT_CEC) in ir_do_keydown()
789 dev->allowed_protocols == RC_PROTO_BIT_CEC && in ir_do_keydown()
1026 { RC_PROTO_BIT_CEC, "cec", NULL },
1813 if (dev->allowed_protocols == RC_PROTO_BIT_CEC) in rc_setup_rx_device()
1900 if (dev->allowed_protocols != RC_PROTO_BIT_CEC) { in rc_register_device()
1918 if (dev->allowed_protocols != RC_PROTO_BIT_CEC) in rc_register_device()
1984 if (dev->allowed_protocols != RC_PROTO_BIT_CEC) in rc_unregister_device()
/Linux-v5.4/include/media/
Drc-map.h37 #define RC_PROTO_BIT_CEC BIT_ULL(RC_PROTO_CEC) macro
/Linux-v5.4/drivers/media/cec/
Dcec-core.c333 adap->rc->allowed_protocols = RC_PROTO_BIT_CEC; in cec_allocate_adapter()
/Linux-v5.4/drivers/gpu/drm/bridge/
Dsil-sii8620.c2112 rc_dev->allowed_protocols = RC_PROTO_BIT_CEC; in sii8620_init_rcp_input_dev()