Home
last modified time | relevance | path

Searched refs:osl_spin_unlock (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dlinux_osl_priv.h38 #define OSL_MEMLIST_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
41 #define OSL_STATIC_BUF_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
44 #define OSL_STATIC_PKT_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
47 #define OSL_PKTLIST_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
50 #define OSL_CTRACE_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
H A Ddhd.h3657 #define DHD_TIMER_UNLOCK(lock, flags) osl_spin_unlock(lock, (flags))
3661 #define DHD_FLOWRING_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
3665 #define DHD_FLOWID_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
3669 #define DHD_FLOWRING_LIST_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
3672 #define DHD_RING_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
3675 #define DHD_BUS_LP_STATE_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
3678 #define DHD_BAR1_SWITCH_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
3681 #define DHD_BUS_PWR_REQ_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
3685 #define DHD_BUS_DONGLE_DS_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
3690 #define DHD_BACKPLANE_ACCESS_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
[all …]
H A Dwl_cfg80211.h45 #define WL_CFG_DRV_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
48 #define WL_CFG_WPS_SYNC_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
51 #define WL_CFG_NET_LIST_SYNC_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
54 #define WL_CFG_EQ_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
57 #define WL_CFG_BAM_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
60 #define WL_CFG_VNDR_OUI_SYNC_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
H A Ddhd_linux_sock_qos.c154 #define SK_FL_LIST_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
H A Dlinux_osl.c1923 osl_spin_unlock(void *lock, unsigned long flags) in osl_spin_unlock() function
H A Ddhd_linux.c18692 osl_spin_unlock(&dhd->tcpack_lock, flags); in dhd_os_tcpackunlock()
20809 osl_spin_unlock(&dhd->dhd_lock, flags); in dhd_os_general_spin_unlock()
28695 #define DHD_RING_SYNC_UNLOCK(lock, flags) osl_spin_unlock(lock, flags)
29807 osl_spin_unlock(&dhd->hp2p_lock, flags);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dlinux_osl_priv.h38 #define OSL_MEMLIST_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
41 #define OSL_STATIC_BUF_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
44 #define OSL_STATIC_PKT_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
47 #define OSL_PKTLIST_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
50 #define OSL_CTRACE_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
H A Ddhd.h3652 #define DHD_TIMER_UNLOCK(lock, flags) osl_spin_unlock(lock, (flags))
3656 #define DHD_FLOWRING_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
3660 #define DHD_FLOWID_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
3664 #define DHD_FLOWRING_LIST_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
3667 #define DHD_RING_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
3670 #define DHD_BUS_LP_STATE_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
3673 #define DHD_BAR1_SWITCH_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
3676 #define DHD_BUS_PWR_REQ_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
3680 #define DHD_BUS_DONGLE_DS_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
3685 #define DHD_BACKPLANE_ACCESS_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
[all …]
H A Dwl_cfg80211.h45 #define WL_CFG_DRV_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
48 #define WL_CFG_WPS_SYNC_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
51 #define WL_CFG_NET_LIST_SYNC_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
54 #define WL_CFG_EQ_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
57 #define WL_CFG_BAM_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
60 #define WL_CFG_VNDR_OUI_SYNC_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
H A Ddhd_linux_sock_qos.c154 #define SK_FL_LIST_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
H A Dlinux_osl.c1986 osl_spin_unlock(void *lock, unsigned long flags) in osl_spin_unlock() function
H A Ddhd_linux.c18798 osl_spin_unlock(&dhd->tcpack_lock, flags); in dhd_os_tcpackunlock()
20915 osl_spin_unlock(&dhd->dhd_lock, flags); in dhd_os_general_spin_unlock()
28814 #define DHD_RING_SYNC_UNLOCK(lock, flags) osl_spin_unlock(lock, flags)
29938 osl_spin_unlock(&dhd->hp2p_lock, flags);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.h51 #define WL_CFG_DRV_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
54 #define WL_CFG_WPS_SYNC_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
57 #define WL_CFG_NET_LIST_SYNC_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
60 #define WL_CFG_EQ_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
63 #define WL_CFG_BAM_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
66 #define WL_CFG_VNDR_OUI_SYNC_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
H A Dlinux_osl.c1937 osl_spin_unlock(void *lock, unsigned long flags) in osl_spin_unlock() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.h51 #define WL_CFG_DRV_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
54 #define WL_CFG_WPS_SYNC_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
57 #define WL_CFG_NET_LIST_SYNC_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
60 #define WL_CFG_EQ_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
63 #define WL_CFG_BAM_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
66 #define WL_CFG_VNDR_OUI_SYNC_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
H A Dlinux_osl.c1936 osl_spin_unlock(void *lock, unsigned long flags) function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.h51 #define WL_CFG_DRV_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
54 #define WL_CFG_WPS_SYNC_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
57 #define WL_CFG_NET_LIST_SYNC_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
60 #define WL_CFG_EQ_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
63 #define WL_CFG_BAM_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
66 #define WL_CFG_VNDR_OUI_SYNC_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
H A Dlinux_osl.c1936 osl_spin_unlock(void *lock, unsigned long flags) function
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dlinuxver.h652 extern void osl_spin_unlock(void *lock, unsigned long flags);
655 #define TSK_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
H A Dlinux_osl.h849 extern void osl_spin_unlock(void *lock, unsigned long flags);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dlinuxver.h652 extern void osl_spin_unlock(void *lock, unsigned long flags);
655 #define TSK_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags))
H A Dlinux_osl.h845 extern void osl_spin_unlock(void *lock, unsigned long flags);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dlinux_osl.h622 extern void osl_spin_unlock(void *lock, unsigned long flags);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dlinux_osl.h622 extern void osl_spin_unlock(void *lock, unsigned long flags);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dlinux_osl.h626 extern void osl_spin_unlock(void *lock, unsigned long flags);

12