Home
last modified time | relevance | path

Searched refs:chan_lock (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma/sh/
H A Dshdma-base.c79 spin_lock_irq(&schan->chan_lock); in shdma_tx_submit()
117 spin_unlock_irq(&schan->chan_lock); in shdma_tx_submit()
123 spin_lock_irq(&schan->chan_lock); in shdma_tx_submit()
151 spin_unlock_irq(&schan->chan_lock); in shdma_tx_submit()
335 spin_lock_irqsave(&schan->chan_lock, flags); in __ld_cleanup()
429 spin_unlock_irqrestore(&schan->chan_lock, flags); in __ld_cleanup()
458 spin_lock_irq(&schan->chan_lock); in shdma_free_chan_resources()
460 spin_unlock_irq(&schan->chan_lock); in shdma_free_chan_resources()
476 spin_lock_irq(&schan->chan_lock); in shdma_free_chan_resources()
481 spin_unlock_irq(&schan->chan_lock); in shdma_free_chan_resources()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dchannel.c136 spin_lock_bh(&sc->chan_lock); in ath_chanctx_set_channel()
140 spin_unlock_bh(&sc->chan_lock); in ath_chanctx_set_channel()
163 spin_lock_bh(&sc->chan_lock); in ath_is_go_chanctx_present()
173 spin_unlock_bh(&sc->chan_lock); in ath_is_go_chanctx_present()
179 spin_unlock_bh(&sc->chan_lock); in ath_is_go_chanctx_present()
259 spin_lock_bh(&sc->chan_lock); in ath_chanctx_check_active()
268 spin_unlock_bh(&sc->chan_lock); in ath_chanctx_check_active()
302 spin_lock_bh(&sc->chan_lock); in ath_chanctx_check_active()
307 spin_unlock_bh(&sc->chan_lock); in ath_chanctx_check_active()
314 spin_unlock_bh(&sc->chan_lock); in ath_chanctx_check_active()
[all …]
H A Dmain.c321 spin_lock_bh(&sc->chan_lock); in ath_reset_internal()
323 spin_unlock_bh(&sc->chan_lock); in ath_reset_internal()
1581 spin_lock_bh(&sc->chan_lock); in ath9k_configure_filter()
1587 spin_unlock_bh(&sc->chan_lock); in ath9k_configure_filter()
2219 spin_lock_bh(&sc->chan_lock); in __ath9k_flush()
2224 spin_unlock_bh(&sc->chan_lock); in __ath9k_flush()
2683 spin_lock_bh(&sc->chan_lock); in ath9k_mgd_prepare_tx()
2686 spin_unlock_bh(&sc->chan_lock); in ath9k_mgd_prepare_tx()
2700 spin_lock_bh(&sc->chan_lock); in ath9k_mgd_prepare_tx()
2704 spin_unlock_bh(&sc->chan_lock); in ath9k_mgd_prepare_tx()
[all …]
H A Drecv.c390 spin_lock_bh(&sc->chan_lock); in ath_calcrxfilter()
435 spin_unlock_bh(&sc->chan_lock); in ath_calcrxfilter()
897 spin_lock_bh(&sc->chan_lock); in ath9k_rx_skb_preprocess()
900 spin_unlock_bh(&sc->chan_lock); in ath9k_rx_skb_preprocess()
903 spin_unlock_bh(&sc->chan_lock); in ath9k_rx_skb_preprocess()
H A Dath9k.h1033 spinlock_t chan_lock; member
H A Dinit.c729 spin_lock_init(&sc->chan_lock); in ath9k_init_softc()
H A Dxmit.c1935 spin_lock_bh(&sc->chan_lock); in ath_txq_schedule()
1955 spin_unlock_bh(&sc->chan_lock); in ath_txq_schedule()
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dpptp.c46 static DEFINE_SPINLOCK(chan_lock);
98 spin_lock(&chan_lock); in add_chan()
114 spin_unlock(&chan_lock); in add_chan()
119 spin_unlock(&chan_lock); in add_chan()
125 spin_lock(&chan_lock); in del_chan()
128 spin_unlock(&chan_lock); in del_chan()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dl2cap_core.c124 mutex_lock(&conn->chan_lock); in l2cap_get_chan_by_scid()
132 mutex_unlock(&conn->chan_lock); in l2cap_get_chan_by_scid()
145 mutex_lock(&conn->chan_lock); in l2cap_get_chan_by_dcid()
153 mutex_unlock(&conn->chan_lock); in l2cap_get_chan_by_dcid()
175 mutex_lock(&conn->chan_lock); in l2cap_get_chan_by_ident()
183 mutex_unlock(&conn->chan_lock); in l2cap_get_chan_by_ident()
438 mutex_lock(&conn->chan_lock); in l2cap_chan_timeout()
459 mutex_unlock(&conn->chan_lock); in l2cap_chan_timeout()
637 mutex_lock(&conn->chan_lock); in l2cap_chan_add()
639 mutex_unlock(&conn->chan_lock); in l2cap_chan_add()
[all …]
H A Da2mp.c246 mutex_lock(&conn->chan_lock); in a2mp_discover_rsp()
264 mutex_unlock(&conn->chan_lock); in a2mp_discover_rsp()
H A Dl2cap_sock.c1373 mutex_lock(&conn->chan_lock); in l2cap_sock_shutdown()
1380 mutex_unlock(&conn->chan_lock); in l2cap_sock_shutdown()
/OK3568_Linux_fs/kernel/include/linux/
H A Dshdma-base.h58 spinlock_t chan_lock; /* Channel operation lock */ member
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dl2cap.h709 struct mutex chan_lock; member