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()
788 if (adap->devnode.unregistered) in cec_transmit_msg_fh()
1118 if (adap->devnode.unregistered) in cec_received_msg_ts()
1648 if (adap->devnode.unregistered) in cec_adap_enable()
1655 mutex_lock(&adap->devnode.lock); in cec_adap_enable()
1688 mutex_unlock(&adap->devnode.lock); in cec_adap_enable()
1703 if (!becomes_invalid && adap->devnode.unregistered) in __cec_s_phys_addr()
1790 if (adap->devnode.unregistered) in __cec_s_log_addrs()
2046 if (adap->ops->received && !adap->devnode.unregistered && in cec_receive_notify()