Home
last modified time | relevance | path

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

/linux/net/ieee802154/
H A Dcore.c171 __count = rdev->opencount; in wpan_phy_unregister()
307 rdev->opencount--; in cfg802154_netdev_notifier_call()
313 rdev->opencount++; in cfg802154_netdev_notifier_call()
H A Dcore.h15 int opencount; member
/linux/net/wireless/
H A Dcore.c243 rdev->opencount--; in cfg80211_stop_p2p_device()
268 rdev->opencount--; in cfg80211_stop_nan()
1173 __count = rdev->opencount; in wiphy_unregister()
1616 rdev->opencount--; in cfg80211_netdev_notifier_call()
1652 rdev->opencount++; in cfg80211_netdev_notifier_call()
H A Dcore.h63 int opencount; member
H A Dnl80211.c15473 rdev->opencount++; in nl80211_start_p2p_device()
15733 rdev->opencount++; in nl80211_start_nan()
/linux/sound/pci/echoaudio/
H A Dechoaudio.h343 unsigned int opencount; /* protected by mode_mutex */ member
/linux/drivers/tty/
H A Dgoldfish.c41 int opencount; member
/linux/drivers/video/fbdev/
H A Dcirrusfb.c426 static int opencount; variable
431 if (opencount++ == 0) in cirrusfb_open()
439 if (--opencount == 0) in cirrusfb_release()