Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/cec/core/
Dcec-pin.c117 if (atomic_read(&pin->work_pin_num_events) < CEC_NUM_PIN_EVENTS) { in cec_pin_update()
128 atomic_inc(&pin->work_pin_num_events); in cec_pin_update()
1044 atomic_read(&pin->work_pin_num_events)); in cec_pin_thread_func()
1076 while (atomic_read(&pin->work_pin_num_events)) { in cec_pin_thread_func()
1085 atomic_dec(&pin->work_pin_num_events); in cec_pin_thread_func()
1337 atomic_set(&pin->work_pin_num_events, 0); in cec_pin_allocate_adapter()
Dcec-pin-priv.h213 atomic_t work_pin_num_events; member