Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
Dvp702x.c121 ret = mutex_lock_interruptible(&st->buf_mutex); in vp702x_usb_inout_cmd()
128 mutex_unlock(&st->buf_mutex); in vp702x_usb_inout_cmd()
147 mutex_unlock(&st->buf_mutex); in vp702x_usb_inout_cmd()
158 mutex_lock(&st->buf_mutex); in vp702x_set_pld_mode()
165 mutex_unlock(&st->buf_mutex); in vp702x_set_pld_mode()
175 mutex_lock(&st->buf_mutex); in vp702x_set_pld_state()
182 mutex_unlock(&st->buf_mutex); in vp702x_set_pld_state()
204 mutex_lock(&dst->buf_mutex); in vp702x_set_pid()
211 mutex_unlock(&dst->buf_mutex); in vp702x_set_pid()
233 mutex_lock(&dst->buf_mutex); in vp702x_init_pid_filter()
[all …]
Dvp702x-fe.c44 mutex_lock(&dst->buf_mutex); in vp702x_fe_refresh_state()
56 mutex_unlock(&dst->buf_mutex); in vp702x_fe_refresh_state()
146 mutex_lock(&dst->buf_mutex); in vp702x_fe_set_frontend()
192 mutex_unlock(&dst->buf_mutex); in vp702x_fe_set_frontend()
223 mutex_lock(&dst->buf_mutex); in vp702x_fe_send_diseqc_msg()
238 mutex_unlock(&dst->buf_mutex); in vp702x_fe_send_diseqc_msg()
268 mutex_lock(&dst->buf_mutex); in vp702x_fe_set_tone()
279 mutex_unlock(&dst->buf_mutex); in vp702x_fe_set_tone()
301 mutex_lock(&dst->buf_mutex); in vp702x_fe_set_voltage()
312 mutex_unlock(&dst->buf_mutex); in vp702x_fe_set_voltage()
Dvp702x.h103 struct mutex buf_mutex; member
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/
Dmsu.c154 struct mutex buf_mutex; member
448 mutex_lock(&msc->buf_mutex); in msc_iter_install()
466 mutex_unlock(&msc->buf_mutex); in msc_iter_install()
473 mutex_lock(&msc->buf_mutex); in msc_iter_remove()
475 mutex_unlock(&msc->buf_mutex); in msc_iter_remove()
765 lockdep_assert_held(&msc->buf_mutex); in msc_configure()
824 lockdep_assert_held(&msc->buf_mutex); in msc_disable()
876 mutex_lock(&msc->buf_mutex); in intel_th_msc_activate()
882 mutex_unlock(&msc->buf_mutex); in intel_th_msc_activate()
894 mutex_lock(&msc->buf_mutex); in intel_th_msc_deactivate()
[all …]
/kernel/linux/linux-5.10/drivers/rapidio/devices/
Drio_mport_cdev.c168 struct mutex buf_mutex; member
400 mutex_lock(&md->buf_mutex); in rio_mport_get_outbound_mapping()
421 mutex_unlock(&md->buf_mutex); in rio_mport_get_outbound_mapping()
474 mutex_lock(&md->buf_mutex); in rio_mport_obw_free()
485 mutex_unlock(&md->buf_mutex); in rio_mport_obw_free()
585 mutex_lock(&req->map->md->buf_mutex); in dma_req_free()
587 mutex_unlock(&req->map->md->buf_mutex); in dma_req_free()
902 mutex_lock(&md->buf_mutex); in rio_dma_transfer()
911 mutex_unlock(&md->buf_mutex); in rio_dma_transfer()
1106 mutex_lock(&md->buf_mutex); in rio_mport_create_dma_mapping()
[all …]
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
Dadm1266.c61 struct mutex buf_mutex; member
104 mutex_lock(&data->buf_mutex); in adm1266_pmbus_block_xfer()
115 mutex_unlock(&data->buf_mutex); in adm1266_pmbus_block_xfer()
130 mutex_unlock(&data->buf_mutex); in adm1266_pmbus_block_xfer()
138 mutex_unlock(&data->buf_mutex); in adm1266_pmbus_block_xfer()
464 mutex_init(&data->buf_mutex); in adm1266_probe()
/kernel/linux/linux-5.10/drivers/tty/
Dtty_port.c68 mutex_init(&port->buf_mutex); in tty_port_init()
217 mutex_lock(&port->buf_mutex); in tty_port_alloc_xmit_buf()
220 mutex_unlock(&port->buf_mutex); in tty_port_alloc_xmit_buf()
229 mutex_lock(&port->buf_mutex); in tty_port_free_xmit_buf()
234 mutex_unlock(&port->buf_mutex); in tty_port_free_xmit_buf()
/kernel/linux/linux-5.10/drivers/mtd/ubi/
Dattach.c512 mutex_lock(&ubi->buf_mutex); in ubi_compare_lebs()
529 mutex_unlock(&ubi->buf_mutex); in ubi_compare_lebs()
541 mutex_unlock(&ubi->buf_mutex); in ubi_compare_lebs()
877 mutex_lock(&ubi->buf_mutex); in check_corruption()
911 mutex_unlock(&ubi->buf_mutex); in check_corruption()
Deba.c837 mutex_lock(&ubi->buf_mutex); in try_recover_peb()
864 mutex_unlock(&ubi->buf_mutex); in try_recover_peb()
1379 mutex_lock(&ubi->buf_mutex); in ubi_eba_copy_leb()
1457 mutex_unlock(&ubi->buf_mutex); in ubi_eba_copy_leb()
Dio.c371 mutex_lock(&ubi->buf_mutex); in torture_peb()
415 mutex_unlock(&ubi->buf_mutex); in torture_peb()
Dubi.h656 struct mutex buf_mutex; member
Dwl.c1511 mutex_lock(&ubi->buf_mutex);
1513 mutex_unlock(&ubi->buf_mutex);
Dbuild.c942 mutex_init(&ubi->buf_mutex); in ubi_attach_mtd_dev()
/kernel/linux/linux-5.10/include/linux/
Dtty.h246 struct mutex buf_mutex; /* Buffer alloc lock */ member