Home
last modified time | relevance | path

Searched refs:CEC_NUM_CORE_EVENTS (Results 1 – 3 of 3) sorted by relevance

/linux/include/media/
H A Dcec.h88 #define CEC_NUM_CORE_EVENTS 2 macro
104 struct cec_event_entry core_events[CEC_NUM_CORE_EVENTS];
/linux/drivers/media/cec/core/
H A Dcec-api.c348 if (ev_idx >= CEC_NUM_CORE_EVENTS) in cec_dqevent()
676 for (i = CEC_NUM_CORE_EVENTS; i < CEC_NUM_EVENTS; i++) { in cec_release()
H A Dcec-adap.c95 if (ev_idx < CEC_NUM_CORE_EVENTS) in cec_queue_event_fh()
117 if (ev_idx >= CEC_NUM_CORE_EVENTS) { in cec_queue_event_fh()