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:fw_ps
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H
A
D
tx.c
110
bool
fw_ps
;
in wl1271_tx_regulate_link()
local
116
fw_ps
= test_bit(hlid, &wl->ap_fw_ps_map);
in wl1271_tx_regulate_link()
126
* for each AP. The "
fw_ps
" check assures us the other link is a STA
in wl1271_tx_regulate_link()
129
if (wl->active_link_count > (wl->ap_count*2 + 1) &&
fw_ps
&&
in wl1271_tx_regulate_link()
H
A
D
main.c
339
bool
fw_ps
;
in wl12xx_irq_ps_regulate_link()
local
341
fw_ps
= test_bit(hlid, &wl->ap_fw_ps_map);
in wl12xx_irq_ps_regulate_link()
347
if (!
fw_ps
|| tx_pkts < WL1271_PS_STA_MAX_PACKETS)
in wl12xx_irq_ps_regulate_link()
356
* for each AP. The "
fw_ps
" check assures us the other link is a STA
in wl12xx_irq_ps_regulate_link()
359
else if (wl->active_link_count > (wl->ap_count*2 + 1) &&
fw_ps
&&
in wl12xx_irq_ps_regulate_link()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H
A
D
tx.c
110
bool
fw_ps
;
in wl1271_tx_regulate_link()
local
116
fw_ps
= test_bit(hlid, &wl->ap_fw_ps_map);
in wl1271_tx_regulate_link()
126
* for each AP. The "
fw_ps
" check assures us the other link is a STA
in wl1271_tx_regulate_link()
129
if (wl->active_link_count > (wl->ap_count*2 + 1) &&
fw_ps
&&
in wl1271_tx_regulate_link()
H
A
D
main.c
333
bool
fw_ps
;
in wl12xx_irq_ps_regulate_link()
local
335
fw_ps
= test_bit(hlid, &wl->ap_fw_ps_map);
in wl12xx_irq_ps_regulate_link()
341
if (!
fw_ps
|| tx_pkts < WL1271_PS_STA_MAX_PACKETS)
in wl12xx_irq_ps_regulate_link()
350
* for each AP. The "
fw_ps
" check assures us the other link is a STA
in wl12xx_irq_ps_regulate_link()
353
else if (wl->active_link_count > (wl->ap_count*2 + 1) &&
fw_ps
&&
in wl12xx_irq_ps_regulate_link()
Completed in 17 milliseconds