Home
last modified time | relevance | path

Searched refs:kmutex_unlock (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/media/common/siano/
Dsmscoreapi.c446 kmutex_unlock(&g_smscore_registrylock); in smscore_find_registry()
457 kmutex_unlock(&g_smscore_registrylock); in smscore_find_registry()
559 kmutex_unlock(&g_smscore_deviceslock); in smscore_register_hotplug()
590 kmutex_unlock(&g_smscore_deviceslock); in smscore_unregister_hotplug()
745 kmutex_unlock(&g_smscore_deviceslock); in smscore_register_device()
908 kmutex_unlock(&g_smscore_deviceslock); in smscore_start_device()
1231 kmutex_unlock(&g_smscore_deviceslock); in smscore_unregister_device()
1252 kmutex_unlock(&g_smscore_deviceslock); in smscore_unregister_device()
2149 kmutex_unlock(&g_smscore_deviceslock); in smscore_module_exit()
2160 kmutex_unlock(&g_smscore_registrylock); in smscore_module_exit()
Dsmsdvb-main.c648 kmutex_unlock(&g_smsdvb_clientslock); in smsdvb_onremove()
1169 kmutex_unlock(&g_smsdvb_clientslock); in smsdvb_hotplug()
1241 kmutex_unlock(&g_smsdvb_clientslock); in smsdvb_module_exit()
Dsmscoreapi.h45 #define kmutex_unlock(_p_) mutex_unlock(_p_) macro