Home
last modified time | relevance | path

Searched refs:dyn_lock (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0004-playbin2-Fix-deadlock-when-hooking-about-to-finish-s.patch45 g_mutex_init (&playbin->dyn_lock);
55 g_mutex_clear (&playbin->dyn_lock);
H A D0003-playbin-do-not-drain-on-first-EOS.patch90 g_mutex_clear (&decode_bin->dyn_lock);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0004-playbin2-Fix-deadlock-when-hooking-about-to-finish-s.patch45 g_mutex_init (&playbin->dyn_lock);
55 g_mutex_clear (&playbin->dyn_lock);
H A D0003-playbin-do-not-drain-on-first-EOS.patch90 g_mutex_clear (&decode_bin->dyn_lock);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0004-playbin2-Fix-deadlock-when-hooking-about-to-finish-s.patch45 g_mutex_init (&playbin->dyn_lock);
55 g_mutex_clear (&playbin->dyn_lock);
H A D0003-playbin-do-not-drain-on-first-EOS.patch90 g_mutex_clear (&decode_bin->dyn_lock);
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-core.c2170 spin_lock(&hdrv->dyn_lock); in new_id_store()
2172 spin_unlock(&hdrv->dyn_lock); in new_id_store()
2190 spin_lock(&hdrv->dyn_lock); in hid_free_dynids()
2195 spin_unlock(&hdrv->dyn_lock); in hid_free_dynids()
2203 spin_lock(&hdrv->dyn_lock); in hid_match_device()
2206 spin_unlock(&hdrv->dyn_lock); in hid_match_device()
2210 spin_unlock(&hdrv->dyn_lock); in hid_match_device()
2556 spin_lock_init(&hdrv->dyn_lock); in __hid_register_driver()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h747 spinlock_t dyn_lock; member