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:up_bound
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H
A
D
rt73usb.c
912
u8
up_bound
;
in rt73usb_link_tuner()
local
920
up_bound
= 0x48;
in rt73usb_link_tuner()
924
up_bound
+= 0x10;
in rt73usb_link_tuner()
929
up_bound
= 0x40;
in rt73usb_link_tuner()
932
up_bound
= 0x20;
in rt73usb_link_tuner()
935
up_bound
= 0x1c;
in rt73usb_link_tuner()
940
up_bound
+= 0x10;
in rt73usb_link_tuner()
963
rt73usb_set_vgc(rt2x00dev, qual,
up_bound
);
in rt73usb_link_tuner()
984
* Special case: Change
up_bound
based on the rssi.
in rt73usb_link_tuner()
985
* Lower
up_bound
whe
in rt73usb_link_tuner()
[all...]
H
A
D
rt61pci.c
952
u8
up_bound
;
in rt61pci_link_tuner()
local
960
up_bound
= 0x48;
in rt61pci_link_tuner()
963
up_bound
+= 0x10;
in rt61pci_link_tuner()
967
up_bound
= 0x40;
in rt61pci_link_tuner()
970
up_bound
+= 0x10;
in rt61pci_link_tuner()
993
rt61pci_set_vgc(rt2x00dev, qual,
up_bound
);
in rt61pci_link_tuner()
1014
* Special case: Change
up_bound
based on the rssi.
in rt61pci_link_tuner()
1015
* Lower
up_bound
when rssi is weaker then -74 dBm.
in rt61pci_link_tuner()
1017
up_bound
-= 2 * (-74 - qual->rssi);
in rt61pci_link_tuner()
1018
if (low_bound >
up_bound
)
in rt61pci_link_tuner()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H
A
D
rt73usb.c
912
u8
up_bound
;
in rt73usb_link_tuner()
local
920
up_bound
= 0x48;
in rt73usb_link_tuner()
924
up_bound
+= 0x10;
in rt73usb_link_tuner()
929
up_bound
= 0x40;
in rt73usb_link_tuner()
932
up_bound
= 0x20;
in rt73usb_link_tuner()
935
up_bound
= 0x1c;
in rt73usb_link_tuner()
940
up_bound
+= 0x10;
in rt73usb_link_tuner()
963
rt73usb_set_vgc(rt2x00dev, qual,
up_bound
);
in rt73usb_link_tuner()
984
* Special case: Change
up_bound
based on the rssi.
in rt73usb_link_tuner()
985
* Lower
up_bound
whe
in rt73usb_link_tuner()
[all...]
H
A
D
rt61pci.c
952
u8
up_bound
;
in rt61pci_link_tuner()
local
960
up_bound
= 0x48;
in rt61pci_link_tuner()
963
up_bound
+= 0x10;
in rt61pci_link_tuner()
967
up_bound
= 0x40;
in rt61pci_link_tuner()
970
up_bound
+= 0x10;
in rt61pci_link_tuner()
993
rt61pci_set_vgc(rt2x00dev, qual,
up_bound
);
in rt61pci_link_tuner()
1014
* Special case: Change
up_bound
based on the rssi.
in rt61pci_link_tuner()
1015
* Lower
up_bound
when rssi is weaker then -74 dBm.
in rt61pci_link_tuner()
1017
up_bound
-= 2 * (-74 - qual->rssi);
in rt61pci_link_tuner()
1018
if (low_bound >
up_bound
)
in rt61pci_link_tuner()
[all...]
Completed in 7 milliseconds