Home
last modified time | relevance | path

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

/linux/drivers/media/cec/core/
A 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()
1043 atomic_read(&pin->work_pin_num_events)); in cec_pin_thread_func()
1071 while (atomic_read(&pin->work_pin_num_events)) { in cec_pin_thread_func()
1080 atomic_dec(&pin->work_pin_num_events); in cec_pin_thread_func()
1116 atomic_set(&pin->work_pin_num_events, 0); in cec_pin_adap_enable()
A Dcec-pin-priv.h203 atomic_t work_pin_num_events; member

Completed in 6 milliseconds