Home
last modified time | relevance | path

Searched defs:t (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_internal.h287 #define HTC_STOPPING(t) ((t)->HTCStateFlags & HTC_STATE_STOPPING) argument
288 #define LOCK_HTC(t) qdf_spin_lock_bh(&(t)->HTCLock) argument
289 #define UNLOCK_HTC(t) qdf_spin_unlock_bh(&(t)->HTCLock) argument
290 #define LOCK_HTC_RX(t) qdf_spin_lock_bh(&(t)->HTCRxLock) argument
291 #define UNLOCK_HTC_RX(t) qdf_spin_unlock_bh(&(t)->HTCRxLock) argument
292 #define LOCK_HTC_TX(t) qdf_spin_lock_bh(&(t)->HTCTxLock) argument
293 #define UNLOCK_HTC_TX(t) qdf_spin_unlock_bh(&(t)->HTCTxLock) argument
294 #define LOCK_HTC_EP_TX_LOOKUP(t) qdf_spin_lock_bh(&(t)->lookup_queue_lock) argument
295 #define UNLOCK_HTC_EP_TX_LOOKUP(t) qdf_spin_unlock_bh(&(t)->lookup_queue_lock) argument
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
Dhif_sdio_internal.h76 #define LOCK_HIF_DEV_RX(t) qdf_spin_lock(&(t)->RxLock) argument
77 #define UNLOCK_HIF_DEV_RX(t) qdf_spin_unlock(&(t)->RxLock) argument
78 #define LOCK_HIF_DEV_TX(t) qdf_spin_lock(&(t)->TxLock) argument
79 #define UNLOCK_HIF_DEV_TX(t) qdf_spin_unlock(&(t)->TxLock) argument
/wlan-driver/platform/cnss2/
Dbus.c324 void cnss_bus_fw_boot_timeout_hdlr(struct timer_list *t) in cnss_bus_fw_boot_timeout_hdlr()
Dpci.c6702 static void cnss_dev_rddm_timeout_hdlr(struct timer_list *t) in cnss_dev_rddm_timeout_hdlr()
6732 static void cnss_boot_debug_timeout_hdlr(struct timer_list *t) in cnss_boot_debug_timeout_hdlr()
/wlan-driver/qcacld-3.0/uapi/linux/
Dosapi_linux.h195 #define A_NETBUF_VIEW_DATA(bufPtr, t, size) \ argument
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_crypto.c480 uint8_t *t = NULL; in qdf_aes_s2v() local
Di_qdf_nbuf.h3376 static inline qdf_ktime_t __qdf_nbuf_net_timedelta(qdf_ktime_t t) in __qdf_nbuf_net_timedelta()
Dqdf_nbuf.c6317 qdf_ktime_t qdf_nbuf_net_timedelta(qdf_ktime_t t) in qdf_nbuf_net_timedelta()
/wlan-driver/platform/icnss2/
Dmain.c5028 void icnss_recovery_timeout_hdlr(struct timer_list *t) in icnss_recovery_timeout_hdlr()
5040 void icnss_wpss_ssr_timeout_hdlr(struct timer_list *t) in icnss_wpss_ssr_timeout_hdlr()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_nbuf.h5413 #define qdf_nbuf_remove_frag(n, i, t) \ argument
5749 static inline qdf_ktime_t qdf_nbuf_net_timedelta(qdf_ktime_t t) in qdf_nbuf_net_timedelta()