Searched refs:work_pin_num_events (Results 1 – 2 of 2) sorted by relevance
117 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()1045 atomic_read(&pin->work_pin_num_events)); in cec_pin_thread_func()1077 while (atomic_read(&pin->work_pin_num_events)) { in cec_pin_thread_func()1086 atomic_dec(&pin->work_pin_num_events); in cec_pin_thread_func()1349 atomic_set(&pin->work_pin_num_events, 0); in cec_pin_allocate_adapter()
214 atomic_t work_pin_num_events; member