Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:htc_flags
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
htc_hst.c
174
target->
htc_flags
|= HTC_OP_CONFIG_PIPE_CREDITS;
in htc_config_pipe_credits()
209
target->
htc_flags
|= HTC_OP_START_WAIT;
in htc_setup_complete()
339
if (htc_handle->
htc_flags
& HTC_OP_CONFIG_PIPE_CREDITS) {
in ath9k_htc_txcompletion_cb()
341
htc_handle->
htc_flags
&= ~HTC_OP_CONFIG_PIPE_CREDITS;
in ath9k_htc_txcompletion_cb()
345
if (htc_handle->
htc_flags
& HTC_OP_START_WAIT) {
in ath9k_htc_txcompletion_cb()
347
htc_handle->
htc_flags
&= ~HTC_OP_START_WAIT;
in ath9k_htc_txcompletion_cb()
H
A
D
htc_hst.h
128
u8
htc_flags
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
htc_hst.c
174
target->
htc_flags
|= HTC_OP_CONFIG_PIPE_CREDITS;
in htc_config_pipe_credits()
209
target->
htc_flags
|= HTC_OP_START_WAIT;
in htc_setup_complete()
339
if (htc_handle->
htc_flags
& HTC_OP_CONFIG_PIPE_CREDITS) {
in ath9k_htc_txcompletion_cb()
341
htc_handle->
htc_flags
&= ~HTC_OP_CONFIG_PIPE_CREDITS;
in ath9k_htc_txcompletion_cb()
345
if (htc_handle->
htc_flags
& HTC_OP_START_WAIT) {
in ath9k_htc_txcompletion_cb()
347
htc_handle->
htc_flags
&= ~HTC_OP_START_WAIT;
in ath9k_htc_txcompletion_cb()
H
A
D
htc_hst.h
128
u8
htc_flags
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
mac.h
572
* @
htc_flags
: which features are supported in HTC
598
__le32
htc_flags
;
member
632
* @
htc_flags
: which features are supported in HTC
666
__le32
htc_flags
;
member
707
* @
htc_flags
: which features are supported in HTC
741
__le32
htc_flags
;
member
H
A
D
mac-cfg.h
569
* @
htc_flags
: which features are supported in HTC
591
__le32
htc_flags
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
mac.h
564
* @
htc_flags
: which features are supported in HTC
590
__le32
htc_flags
;
member
624
* @
htc_flags
: which features are supported in HTC
658
__le32
htc_flags
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H
A
D
htc_mbox.c
1139
packet->status = (target->
htc_flags
& HTC_OP_STATE_STOPPING) ?
in ath6kl_htc_mbox_tx()
1450
if (target->
htc_flags
& HTC_OP_STATE_STOPPING) {
in ath6kl_htc_rx_setup()
2236
if (target->
htc_flags
& HTC_OP_STATE_STOPPING) {
in ath6kl_htc_rxmsg_pending_handler()
2341
if (target->
htc_flags
& HTC_OP_STATE_STOPPING) {
in ath6kl_htc_mbox_add_rxbuf_multiple()
2372
if (rx_unblock && !(target->
htc_flags
& HTC_OP_STATE_STOPPING))
in ath6kl_htc_mbox_add_rxbuf_multiple()
2750
target->
htc_flags
= 0;
in ath6kl_htc_mbox_start()
2824
target->
htc_flags
|= HTC_OP_STATE_STOPPING;
in ath6kl_htc_mbox_stop()
H
A
D
htc.h
606
u32
htc_flags
;
member
H
A
D
htc_pipe.c
1025
if (target->
htc_flags
& HTC_OP_STATE_SETUP_COMPLETE) {
in ath6kl_htc_pipe_rx_complete()
1506
target->
htc_flags
|= HTC_OP_STATE_SETUP_COMPLETE;
in ath6kl_htc_pipe_start()
1524
target->
htc_flags
&= ~HTC_OP_STATE_SETUP_COMPLETE;
in ath6kl_htc_pipe_stop()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H
A
D
htc_mbox.c
1139
packet->status = (target->
htc_flags
& HTC_OP_STATE_STOPPING) ?
in ath6kl_htc_mbox_tx()
1450
if (target->
htc_flags
& HTC_OP_STATE_STOPPING) {
in ath6kl_htc_rx_setup()
2236
if (target->
htc_flags
& HTC_OP_STATE_STOPPING) {
in ath6kl_htc_rxmsg_pending_handler()
2341
if (target->
htc_flags
& HTC_OP_STATE_STOPPING) {
in ath6kl_htc_mbox_add_rxbuf_multiple()
2372
if (rx_unblock && !(target->
htc_flags
& HTC_OP_STATE_STOPPING))
in ath6kl_htc_mbox_add_rxbuf_multiple()
2750
target->
htc_flags
= 0;
in ath6kl_htc_mbox_start()
2824
target->
htc_flags
|= HTC_OP_STATE_STOPPING;
in ath6kl_htc_mbox_stop()
H
A
D
htc.h
606
u32
htc_flags
;
member
H
A
D
htc_pipe.c
1025
if (target->
htc_flags
& HTC_OP_STATE_SETUP_COMPLETE) {
in ath6kl_htc_pipe_rx_complete()
1506
target->
htc_flags
|= HTC_OP_STATE_SETUP_COMPLETE;
in ath6kl_htc_pipe_start()
1524
target->
htc_flags
&= ~HTC_OP_STATE_SETUP_COMPLETE;
in ath6kl_htc_pipe_stop()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
mac80211.c
2270
__le32
htc_flags
= 0;
in iwl_mvm_get_sta_htc_flags()
local
2273
htc_flags
|= cpu_to_le32(IWL_HE_HTC_SUPPORT);
in iwl_mvm_get_sta_htc_flags()
2283
htc_flags
|=
in iwl_mvm_get_sta_htc_flags()
2286
htc_flags
|= cpu_to_le32(IWL_HE_HTC_LINK_ADAP_BOTH);
in iwl_mvm_get_sta_htc_flags()
2289
htc_flags
|= cpu_to_le32(IWL_HE_HTC_BSR_SUPP);
in iwl_mvm_get_sta_htc_flags()
2291
htc_flags
|= cpu_to_le32(IWL_HE_HTC_OMI_SUPP);
in iwl_mvm_get_sta_htc_flags()
2293
htc_flags
|= cpu_to_le32(IWL_HE_HTC_BQR_SUPP);
in iwl_mvm_get_sta_htc_flags()
2295
return
htc_flags
;
in iwl_mvm_get_sta_htc_flags()
2362
sta_ctxt_cmd.
htc_flags
= iwl_mvm_get_sta_htc_flags(sta, &sta->deflink);
in iwl_mvm_cfg_he_sta()
H
A
D
mld-sta.c
505
cmd.
htc_flags
= iwl_mvm_get_sta_htc_flags(sta, link_sta);
in iwl_mvm_mld_cfg_sta()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
mac80211.c
2126
sta_ctxt_cmd.
htc_flags
|= cpu_to_le32(IWL_HE_HTC_SUPPORT);
in iwl_mvm_cfg_he_sta()
2138
sta_ctxt_cmd.
htc_flags
|=
in iwl_mvm_cfg_he_sta()
2141
sta_ctxt_cmd.
htc_flags
|=
in iwl_mvm_cfg_he_sta()
2145
sta_ctxt_cmd.
htc_flags
|= cpu_to_le32(IWL_HE_HTC_BSR_SUPP);
in iwl_mvm_cfg_he_sta()
2148
sta_ctxt_cmd.
htc_flags
|= cpu_to_le32(IWL_HE_HTC_OMI_SUPP);
in iwl_mvm_cfg_he_sta()
2150
sta_ctxt_cmd.
htc_flags
|= cpu_to_le32(IWL_HE_HTC_BQR_SUPP);
in iwl_mvm_cfg_he_sta()
Completed in 43 milliseconds