Home
last modified time | relevance | path

Searched refs:hif_cs (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h228 struct mutex hif_cs; member
H A Dnetdev.c446 mutex_lock(&wl->hif_cs); in wilc_wlan_deinitialize()
448 mutex_unlock(&wl->hif_cs); in wilc_wlan_deinitialize()
H A Dwlan.c22 mutex_lock(&wilc->hif_cs); in acquire_bus()
31 mutex_unlock(&wilc->hif_cs); in release_bus()
H A Dcfg80211.c1758 mutex_init(&wl->hif_cs); in wlan_init_locks()
1776 mutex_destroy(&wilc->hif_cs); in wlan_deinit_locks()