Home
last modified time | relevance | path

Searched refs:work_pin_num_events (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/cec/core/
H 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()
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()
H A Dcec-pin-priv.h203 atomic_t work_pin_num_events; member
/kernel/linux/linux-6.6/drivers/media/cec/core/
H 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()
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()
H A Dcec-pin-priv.h214 atomic_t work_pin_num_events; member

Completed in 5 milliseconds