Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
1073 while (atomic_read(&pin->work_pin_num_events)) { in cec_pin_thread_func()
1082 atomic_dec(&pin->work_pin_num_events); in cec_pin_thread_func()
1130 atomic_set(&pin->work_pin_num_events, 0); in cec_pin_adap_enable()
Dcec-pin-priv.h203 atomic_t work_pin_num_events; member