Lines Matching refs:devnode
143 mutex_lock(&adap->devnode.lock_fhs); in cec_queue_event()
144 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_event()
146 mutex_unlock(&adap->devnode.lock_fhs); in cec_queue_event()
160 mutex_lock(&adap->devnode.lock_fhs); in cec_queue_pin_cec_event()
161 list_for_each_entry(fh, &adap->devnode.fhs, list) { in cec_queue_pin_cec_event()
165 mutex_unlock(&adap->devnode.lock_fhs); in cec_queue_pin_cec_event()
178 mutex_lock(&adap->devnode.lock_fhs); in cec_queue_pin_hpd_event()
179 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_pin_hpd_event()
181 mutex_unlock(&adap->devnode.lock_fhs); in cec_queue_pin_hpd_event()
194 mutex_lock(&adap->devnode.lock_fhs); in cec_queue_pin_5v_event()
195 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_pin_5v_event()
197 mutex_unlock(&adap->devnode.lock_fhs); in cec_queue_pin_5v_event()
269 mutex_lock(&adap->devnode.lock_fhs); in cec_queue_msg_monitor()
270 list_for_each_entry(fh, &adap->devnode.fhs, list) { in cec_queue_msg_monitor()
274 mutex_unlock(&adap->devnode.lock_fhs); in cec_queue_msg_monitor()
285 mutex_lock(&adap->devnode.lock_fhs); in cec_queue_msg_followers()
286 list_for_each_entry(fh, &adap->devnode.fhs, list) { in cec_queue_msg_followers()
290 mutex_unlock(&adap->devnode.lock_fhs); in cec_queue_msg_followers()
748 if (adap->devnode.unregistered) in cec_transmit_msg_fh()
1060 if (adap->devnode.unregistered) in cec_received_msg_ts()
1599 mutex_lock(&adap->devnode.lock); in cec_adap_enable()
1630 mutex_unlock(&adap->devnode.lock); in cec_adap_enable()
1645 if (!becomes_invalid && adap->devnode.unregistered) in __cec_s_phys_addr()
1727 if (adap->devnode.unregistered) in __cec_s_log_addrs()
1983 if (adap->ops->received && !adap->devnode.unregistered && in cec_receive_notify()