Lines Matching refs:devnode

144 	mutex_lock(&adap->devnode.lock_fhs);  in cec_queue_event()
145 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_event()
147 mutex_unlock(&adap->devnode.lock_fhs); in cec_queue_event()
161 mutex_lock(&adap->devnode.lock_fhs); in cec_queue_pin_cec_event()
162 list_for_each_entry(fh, &adap->devnode.fhs, list) { in cec_queue_pin_cec_event()
166 mutex_unlock(&adap->devnode.lock_fhs); in cec_queue_pin_cec_event()
179 mutex_lock(&adap->devnode.lock_fhs); in cec_queue_pin_hpd_event()
180 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_pin_hpd_event()
182 mutex_unlock(&adap->devnode.lock_fhs); in cec_queue_pin_hpd_event()
195 mutex_lock(&adap->devnode.lock_fhs); in cec_queue_pin_5v_event()
196 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_pin_5v_event()
198 mutex_unlock(&adap->devnode.lock_fhs); in cec_queue_pin_5v_event()
270 mutex_lock(&adap->devnode.lock_fhs); in cec_queue_msg_monitor()
271 list_for_each_entry(fh, &adap->devnode.fhs, list) { in cec_queue_msg_monitor()
275 mutex_unlock(&adap->devnode.lock_fhs); in cec_queue_msg_monitor()
286 mutex_lock(&adap->devnode.lock_fhs); in cec_queue_msg_followers()
287 list_for_each_entry(fh, &adap->devnode.fhs, list) { in cec_queue_msg_followers()
291 mutex_unlock(&adap->devnode.lock_fhs); in cec_queue_msg_followers()
789 if (adap->devnode.unregistered) in cec_transmit_msg_fh()
1119 if (adap->devnode.unregistered) in cec_received_msg_ts()
1649 if (adap->devnode.unregistered) in cec_adap_enable()
1656 mutex_lock(&adap->devnode.lock); in cec_adap_enable()
1689 mutex_unlock(&adap->devnode.lock); in cec_adap_enable()
1704 if (!becomes_invalid && adap->devnode.unregistered) in __cec_s_phys_addr()
1791 if (adap->devnode.unregistered) in __cec_s_log_addrs()
2047 if (adap->ops->received && !adap->devnode.unregistered && in cec_receive_notify()