Home
last modified time | relevance | path

Searched refs:hSemScanReq (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_netdevice.h137 struct semaphore hSemScanReq; member
Dwilc_wfi_cfgoperations.c444 down(&(priv->hSemScanReq)); in CfgScanResult()
452 up(&(priv->hSemScanReq)); in CfgScanResult()
457 down(&(priv->hSemScanReq)); in CfgScanResult()
469 up(&(priv->hSemScanReq)); in CfgScanResult()
3455 sema_init(&(priv->hSemScanReq), 1); in wilc_init_host_int()