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:rx_chain_num
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H
A
D
rt2800lib.c
2223
switch (ant->
rx_chain_num
) {
in rt2800_config_ant()
2259
if (ant->
rx_chain_num
== 1)
in rt2800_config_ant()
2358
if (rt2x00dev->default_ant.
rx_chain_num
== 1) {
in rt2800_config_channel_rf2xxx()
2361
} else if (rt2x00dev->default_ant.
rx_chain_num
== 2)
in rt2800_config_channel_rf2xxx()
2442
rt2x00dev->default_ant.
rx_chain_num
<= 1);
in rt2800_config_channel_rf3xxx()
2444
rt2x00dev->default_ant.
rx_chain_num
<= 2);
in rt2800_config_channel_rf3xxx()
2576
switch (rt2x00dev->default_ant.
rx_chain_num
) {
in rt2800_config_channel_rf3052()
2780
switch (rt2x00dev->default_ant.
rx_chain_num
) {
in rt2800_config_channel_rf3053()
3017
switch (rt2x00dev->default_ant.
rx_chain_num
) {
in rt2800_config_channel_rf3853()
3240
if ( rt2x00dev->default_ant.
rx_chain_num
in rt2800_config_channel_rf3322()
[all...]
H
A
D
rt2x00mac.c
779
setup.
rx_chain_num
= 0;
in rt2x00mac_set_antenna()
H
A
D
rt2x00.h
203
u8
rx_chain_num
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H
A
D
rt2800lib.c
2298
switch (ant->
rx_chain_num
) {
in rt2800_config_ant()
2334
if (ant->
rx_chain_num
== 1)
in rt2800_config_ant()
2433
if (rt2x00dev->default_ant.
rx_chain_num
== 1) {
in rt2800_config_channel_rf2xxx()
2436
} else if (rt2x00dev->default_ant.
rx_chain_num
== 2)
in rt2800_config_channel_rf2xxx()
2517
rt2x00dev->default_ant.
rx_chain_num
<= 1);
in rt2800_config_channel_rf3xxx()
2519
rt2x00dev->default_ant.
rx_chain_num
<= 2);
in rt2800_config_channel_rf3xxx()
2651
switch (rt2x00dev->default_ant.
rx_chain_num
) {
in rt2800_config_channel_rf3052()
2855
switch (rt2x00dev->default_ant.
rx_chain_num
) {
in rt2800_config_channel_rf3053()
3092
switch (rt2x00dev->default_ant.
rx_chain_num
) {
in rt2800_config_channel_rf3853()
3315
if ( rt2x00dev->default_ant.
rx_chain_num
in rt2800_config_channel_rf3322()
[all...]
H
A
D
rt2x00mac.c
779
setup.
rx_chain_num
= 0;
in rt2x00mac_set_antenna()
H
A
D
rt2x00.h
212
u8
rx_chain_num
;
member
Completed in 18 milliseconds