Home
last modified time | relevance | path

Searched refs:buf_mutex (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/media/usb/dvb-usb/
Dvp702x.c124 ret = mutex_lock_interruptible(&st->buf_mutex); in vp702x_usb_inout_cmd()
131 mutex_unlock(&st->buf_mutex); in vp702x_usb_inout_cmd()
150 mutex_unlock(&st->buf_mutex); in vp702x_usb_inout_cmd()
161 mutex_lock(&st->buf_mutex); in vp702x_set_pld_mode()
168 mutex_unlock(&st->buf_mutex); in vp702x_set_pld_mode()
178 mutex_lock(&st->buf_mutex); in vp702x_set_pld_state()
185 mutex_unlock(&st->buf_mutex); in vp702x_set_pld_state()
207 mutex_lock(&dst->buf_mutex); in vp702x_set_pid()
214 mutex_unlock(&dst->buf_mutex); in vp702x_set_pid()
236 mutex_lock(&dst->buf_mutex); in vp702x_init_pid_filter()
[all …]
Dvp702x-fe.c48 mutex_lock(&dst->buf_mutex); in vp702x_fe_refresh_state()
60 mutex_unlock(&dst->buf_mutex); in vp702x_fe_refresh_state()
150 mutex_lock(&dst->buf_mutex); in vp702x_fe_set_frontend()
196 mutex_unlock(&dst->buf_mutex); in vp702x_fe_set_frontend()
227 mutex_lock(&dst->buf_mutex); in vp702x_fe_send_diseqc_msg()
242 mutex_unlock(&dst->buf_mutex); in vp702x_fe_send_diseqc_msg()
272 mutex_lock(&dst->buf_mutex); in vp702x_fe_set_tone()
283 mutex_unlock(&dst->buf_mutex); in vp702x_fe_set_tone()
305 mutex_lock(&dst->buf_mutex); in vp702x_fe_set_voltage()
316 mutex_unlock(&dst->buf_mutex); in vp702x_fe_set_voltage()
Dvp702x.h103 struct mutex buf_mutex; member
/Linux-v4.19/drivers/hwtracing/intel_th/
Dmsu.c117 struct mutex buf_mutex; member
255 mutex_lock(&msc->buf_mutex); in msc_iter_install()
274 mutex_unlock(&msc->buf_mutex); in msc_iter_install()
281 mutex_lock(&msc->buf_mutex); in msc_iter_remove()
283 mutex_unlock(&msc->buf_mutex); in msc_iter_remove()
489 lockdep_assert_held(&msc->buf_mutex); in msc_configure()
537 lockdep_assert_held(&msc->buf_mutex); in msc_disable()
582 mutex_lock(&msc->buf_mutex); in intel_th_msc_activate()
588 mutex_unlock(&msc->buf_mutex); in intel_th_msc_activate()
600 mutex_lock(&msc->buf_mutex); in intel_th_msc_deactivate()
[all …]
/Linux-v4.19/drivers/rapidio/devices/
Drio_mport_cdev.c172 struct mutex buf_mutex; member
404 mutex_lock(&md->buf_mutex); in rio_mport_get_outbound_mapping()
425 mutex_unlock(&md->buf_mutex); in rio_mport_get_outbound_mapping()
478 mutex_lock(&md->buf_mutex); in rio_mport_obw_free()
489 mutex_unlock(&md->buf_mutex); in rio_mport_obw_free()
591 mutex_lock(&req->map->md->buf_mutex); in dma_req_free()
593 mutex_unlock(&req->map->md->buf_mutex); in dma_req_free()
900 mutex_lock(&md->buf_mutex); in rio_dma_transfer()
909 mutex_unlock(&md->buf_mutex); in rio_dma_transfer()
1105 mutex_lock(&md->buf_mutex); in rio_mport_create_dma_mapping()
[all …]
/Linux-v4.19/drivers/tty/
Dtty_port.c67 mutex_init(&port->buf_mutex); in tty_port_init()
216 mutex_lock(&port->buf_mutex); in tty_port_alloc_xmit_buf()
219 mutex_unlock(&port->buf_mutex); in tty_port_alloc_xmit_buf()
228 mutex_lock(&port->buf_mutex); in tty_port_free_xmit_buf()
233 mutex_unlock(&port->buf_mutex); in tty_port_free_xmit_buf()
/Linux-v4.19/drivers/mtd/ubi/
Dattach.c525 mutex_lock(&ubi->buf_mutex); in ubi_compare_lebs()
542 mutex_unlock(&ubi->buf_mutex); in ubi_compare_lebs()
554 mutex_unlock(&ubi->buf_mutex); in ubi_compare_lebs()
890 mutex_lock(&ubi->buf_mutex); in check_corruption()
924 mutex_unlock(&ubi->buf_mutex); in check_corruption()
Deba.c850 mutex_lock(&ubi->buf_mutex); in try_recover_peb()
877 mutex_unlock(&ubi->buf_mutex); in try_recover_peb()
1392 mutex_lock(&ubi->buf_mutex); in ubi_eba_copy_leb()
1470 mutex_unlock(&ubi->buf_mutex); in ubi_eba_copy_leb()
Dio.c384 mutex_lock(&ubi->buf_mutex); in torture_peb()
428 mutex_unlock(&ubi->buf_mutex); in torture_peb()
Dubi.h663 struct mutex buf_mutex; member
Dbuild.c935 mutex_init(&ubi->buf_mutex); in ubi_attach_mtd_dev()
/Linux-v4.19/include/linux/
Dtty.h244 struct mutex buf_mutex; /* Buffer alloc lock */ member