Home
last modified time | relevance | path

Searched refs:mtx (Results 1 – 9 of 9) sorted by relevance

/linux-4.19.296/drivers/regulator/
Disl6271a-regulator.c35 struct mutex mtx; member
43 mutex_lock(&pmic->mtx); in isl6271a_get_voltage_sel()
49 mutex_unlock(&pmic->mtx); in isl6271a_get_voltage_sel()
59 mutex_lock(&pmic->mtx); in isl6271a_set_voltage_sel()
65 mutex_unlock(&pmic->mtx); in isl6271a_set_voltage_sel()
126 mutex_init(&pmic->mtx); in isl6271a_probe()
/linux-4.19.296/fs/
Deventpoll.c195 struct mutex mtx; member
628 return rcu_dereference_check(epi->ws, lockdep_is_held(&epi->ep->mtx)); in ep_wakeup_source()
688 mutex_lock_nested(&ep->mtx, depth); in ep_scan_ready_list()
753 mutex_unlock(&ep->mtx); in ep_scan_ready_list()
847 mutex_lock(&ep->mtx); in ep_free()
853 mutex_unlock(&ep->mtx); in ep_free()
856 mutex_destroy(&ep->mtx); in ep_free()
950 mutex_lock(&ep->mtx); in ep_show_fdinfo()
964 mutex_unlock(&ep->mtx); in ep_show_fdinfo()
1004 mutex_lock_nested(&ep->mtx, 0); in eventpoll_release_file()
[all …]
/linux-4.19.296/drivers/iio/
Dindustrialio-core.c511 const struct iio_mount_matrix *mtx = ((iio_get_mount_matrix_t *) in iio_show_mount_matrix() local
514 if (IS_ERR(mtx)) in iio_show_mount_matrix()
515 return PTR_ERR(mtx); in iio_show_mount_matrix()
517 if (!mtx) in iio_show_mount_matrix()
518 mtx = &iio_mount_idmatrix; in iio_show_mount_matrix()
521 mtx->rotation[0], mtx->rotation[1], mtx->rotation[2], in iio_show_mount_matrix()
522 mtx->rotation[3], mtx->rotation[4], mtx->rotation[5], in iio_show_mount_matrix()
523 mtx->rotation[6], mtx->rotation[7], mtx->rotation[8]); in iio_show_mount_matrix()
/linux-4.19.296/drivers/isdn/i4l/
Disdn_common.c1362 ret = mutex_lock_interruptible(&dev->mtx); in isdn_ioctl()
1372 mutex_unlock(&dev->mtx); in isdn_ioctl()
1382 ret = mutex_lock_interruptible(&dev->mtx); in isdn_ioctl()
1392 mutex_unlock(&dev->mtx); in isdn_ioctl()
1399 ret = mutex_lock_interruptible(&dev->mtx); in isdn_ioctl()
1402 mutex_unlock(&dev->mtx); in isdn_ioctl()
1431 ret = mutex_lock_interruptible(&dev->mtx); in isdn_ioctl()
1434 mutex_unlock(&dev->mtx); in isdn_ioctl()
1443 ret = mutex_lock_interruptible(&dev->mtx); in isdn_ioctl()
1446 mutex_unlock(&dev->mtx); in isdn_ioctl()
[all …]
/linux-4.19.296/include/linux/usb/
Dcdc_ncm.h113 spinlock_t mtx; member
/linux-4.19.296/include/linux/
Disdn.h466 struct mutex mtx; /* serialize list access*/ member
/linux-4.19.296/include/media/
Ddvb_frontend.h505 struct mutex mtx; member
/linux-4.19.296/drivers/media/dvb-core/
Ddvb_frontend.c262 mutex_lock(&events->mtx); in dvb_frontend_add_event()
276 mutex_unlock(&events->mtx); in dvb_frontend_add_event()
327 mutex_lock(&events->mtx); in dvb_frontend_get_event()
330 mutex_unlock(&events->mtx); in dvb_frontend_get_event()
340 mutex_lock(&events->mtx); in dvb_frontend_clear_events()
342 mutex_unlock(&events->mtx); in dvb_frontend_clear_events()
2993 mutex_init(&fepriv->events.mtx); in dvb_register_frontend()
/linux-4.19.296/include/net/
Dcfg80211.h4333 struct mutex mtx; member