Home
last modified time | relevance | path

Searched refs:lock_fhs (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/media/cec/core/
H A Dcec-core.c156 mutex_lock(&devnode->lock_fhs); in cec_devnode_unregister()
159 mutex_unlock(&devnode->lock_fhs); in cec_devnode_unregister()
263 mutex_init(&adap->devnode.lock_fhs); in cec_allocate_adapter()
H A Dcec-adap.c144 mutex_lock(&adap->devnode.lock_fhs); 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()
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()
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()
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()
275 mutex_unlock(&adap->devnode.lock_fhs); in cec_queue_msg_monitor()
[all …]
H A Dcec-api.c619 mutex_lock(&devnode->lock_fhs); in cec_open()
621 mutex_unlock(&devnode->lock_fhs); in cec_open()
651 mutex_lock(&devnode->lock_fhs); in cec_release()
653 mutex_unlock(&devnode->lock_fhs); in cec_release()
/linux-6.15/include/media/
H A Dcec.h54 struct mutex lock_fhs; member