Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/rc/
Drc-main.c749 if (dev->allowed_protocols != RC_PROTO_BIT_CEC) in rc_repeat()
794 if (dev->allowed_protocols != RC_PROTO_BIT_CEC) in ir_do_keydown()
826 dev->allowed_protocols == RC_PROTO_BIT_CEC && in ir_do_keydown()
1063 { RC_PROTO_BIT_CEC, "cec", NULL },
1863 if (dev->allowed_protocols == RC_PROTO_BIT_CEC) in rc_setup_rx_device()
1949 if (dev->allowed_protocols != RC_PROTO_BIT_CEC) { in rc_register_device()
1975 if (dev->allowed_protocols != RC_PROTO_BIT_CEC) in rc_register_device()
2039 if (dev->allowed_protocols != RC_PROTO_BIT_CEC) in rc_unregister_device()
/Linux-v6.1/include/media/
Drc-map.h37 #define RC_PROTO_BIT_CEC BIT_ULL(RC_PROTO_CEC) macro
/Linux-v6.1/drivers/media/cec/core/
Dcec-core.c324 adap->rc->allowed_protocols = RC_PROTO_BIT_CEC; in cec_allocate_adapter()
/Linux-v6.1/drivers/gpu/drm/bridge/
Dsil-sii8620.c2114 rc_dev->allowed_protocols = RC_PROTO_BIT_CEC; in sii8620_init_rcp_input_dev()