Home
last modified time | relevance | path

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

/linux-4.1.27/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()
149 mutex_lock(&dst->buf_mutex); in vp702x_fe_set_frontend()
195 mutex_unlock(&dst->buf_mutex); in vp702x_fe_set_frontend()
226 mutex_lock(&dst->buf_mutex); in vp702x_fe_send_diseqc_msg()
241 mutex_unlock(&dst->buf_mutex); in vp702x_fe_send_diseqc_msg()
269 mutex_lock(&dst->buf_mutex); in vp702x_fe_set_tone()
280 mutex_unlock(&dst->buf_mutex); in vp702x_fe_set_tone()
302 mutex_lock(&dst->buf_mutex); in vp702x_fe_set_voltage()
313 mutex_unlock(&dst->buf_mutex); in vp702x_fe_set_voltage()
Dvp702x.h102 struct mutex buf_mutex; member
/linux-4.1.27/drivers/tty/
Dtty_port.c28 mutex_init(&port->buf_mutex); in tty_port_init()
103 mutex_lock(&port->buf_mutex); in tty_port_alloc_xmit_buf()
106 mutex_unlock(&port->buf_mutex); in tty_port_alloc_xmit_buf()
115 mutex_lock(&port->buf_mutex); in tty_port_free_xmit_buf()
120 mutex_unlock(&port->buf_mutex); in tty_port_free_xmit_buf()
/linux-4.1.27/drivers/mtd/ubi/
Deba.c610 mutex_lock(&ubi->buf_mutex); in recover_peb()
626 mutex_unlock(&ubi->buf_mutex); in recover_peb()
631 mutex_unlock(&ubi->buf_mutex); in recover_peb()
642 mutex_unlock(&ubi->buf_mutex); in recover_peb()
1150 mutex_lock(&ubi->buf_mutex); in ubi_eba_copy_leb()
1256 mutex_unlock(&ubi->buf_mutex); in ubi_eba_copy_leb()
Dattach.c398 mutex_lock(&ubi->buf_mutex); in ubi_compare_lebs()
415 mutex_unlock(&ubi->buf_mutex); in ubi_compare_lebs()
427 mutex_unlock(&ubi->buf_mutex); in ubi_compare_lebs()
768 mutex_lock(&ubi->buf_mutex); in check_corruption()
802 mutex_unlock(&ubi->buf_mutex); in check_corruption()
Dio.c420 mutex_lock(&ubi->buf_mutex); in torture_peb()
464 mutex_unlock(&ubi->buf_mutex); in torture_peb()
Dubi.h623 struct mutex buf_mutex; member
Dbuild.c971 mutex_init(&ubi->buf_mutex); in ubi_attach_mtd_dev()
/linux-4.1.27/include/linux/
Dtty.h236 struct mutex buf_mutex; /* Buffer alloc lock */ member