Home
last modified time | relevance | path

Searched refs:CEC_NUM_PIN_EVENTS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/cec/core/
H A Dcec-pin-priv.h167 #define CEC_NUM_PIN_EVENTS 128 macro
217 ktime_t work_pin_ts[CEC_NUM_PIN_EVENTS];
218 u8 work_pin_events[CEC_NUM_PIN_EVENTS];
H A Dcec-pin.c117 if (atomic_read(&pin->work_pin_num_events) < CEC_NUM_PIN_EVENTS) { in cec_pin_update()
127 (pin->work_pin_events_wr + 1) % CEC_NUM_PIN_EVENTS; in cec_pin_update()
1085 pin->work_pin_events_rd = (idx + 1) % CEC_NUM_PIN_EVENTS; in cec_pin_thread_func()