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:ADM8211_REV_BA
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/admtek/
H
A
D
adm8211.c
221
if (priv->pdev->revision ==
ADM8211_REV_BA
)
in adm8211_read_eeprom()
247
(priv->pdev->revision <
ADM8211_REV_BA
?
in adm8211_write_sram()
265
if (priv->pdev->revision <
ADM8211_REV_BA
) {
in adm8211_write_sram_bytes()
730
adm8211_write_bbp(dev, 0x1c, priv->pdev->revision ==
ADM8211_REV_BA
?
in adm8211_rf_set_channel()
769
if (priv->pdev->revision >=
ADM8211_REV_BA
)
in adm8211_update_mode()
881
case
ADM8211_REV_BA
:
in adm8211_hw_init_bbp()
928
if (priv->pdev->revision ==
ADM8211_REV_BA
)
in adm8211_hw_init_bbp()
1059
if (priv->pdev->revision !=
ADM8211_REV_BA
) {
in adm8211_set_rate()
1235
if (priv->pdev->revision ==
ADM8211_REV_BA
&&
in adm8211_hw_reset()
1894
if (pdev->revision >=
ADM8211_REV_BA
) {
in adm8211_probe()
[all...]
H
A
D
adm8211.h
361
#define
ADM8211_REV_BA
0x20
macro
420
#define ADM8211_SRAM(x) (priv->pdev->revision <
ADM8211_REV_BA
? \
/kernel/linux/linux-6.6/drivers/net/wireless/admtek/
H
A
D
adm8211.c
220
if (priv->pdev->revision ==
ADM8211_REV_BA
)
in adm8211_read_eeprom()
246
(priv->pdev->revision <
ADM8211_REV_BA
?
in adm8211_write_sram()
264
if (priv->pdev->revision <
ADM8211_REV_BA
) {
in adm8211_write_sram_bytes()
729
adm8211_write_bbp(dev, 0x1c, priv->pdev->revision ==
ADM8211_REV_BA
?
in adm8211_rf_set_channel()
768
if (priv->pdev->revision >=
ADM8211_REV_BA
)
in adm8211_update_mode()
880
case
ADM8211_REV_BA
:
in adm8211_hw_init_bbp()
927
if (priv->pdev->revision ==
ADM8211_REV_BA
)
in adm8211_hw_init_bbp()
1058
if (priv->pdev->revision !=
ADM8211_REV_BA
) {
in adm8211_set_rate()
1234
if (priv->pdev->revision ==
ADM8211_REV_BA
&&
in adm8211_hw_reset()
1894
if (pdev->revision >=
ADM8211_REV_BA
) {
in adm8211_probe()
[all...]
H
A
D
adm8211.h
361
#define
ADM8211_REV_BA
0x20
macro
420
#define ADM8211_SRAM(x) (priv->pdev->revision <
ADM8211_REV_BA
? \
Completed in 9 milliseconds