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:bbp_type
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/admtek/
H
A
D
adm8211.c
153
priv->
bbp_type
= cr49 & 0x7;
in adm8211_read_eeprom()
154
switch (priv->
bbp_type
) {
in adm8211_read_eeprom()
163
priv->
bbp_type
= ADM8211_TYPE_RFMD;
in adm8211_read_eeprom()
165
priv->
bbp_type
= ADM8211_TYPE_ADMTEK;
in adm8211_read_eeprom()
236
priv->
bbp_type
, priv->specific_bbptype, priv->transceiver_type);
in adm8211_read_eeprom()
582
switch (priv->
bbp_type
) {
in adm8211_write_bbp()
687
if (priv->
bbp_type
== ADM8211_TYPE_RFMD) {
in adm8211_rf_set_channel()
737
} else if (priv->
bbp_type
!= ADM8211_TYPE_ADMTEK)
in adm8211_rf_set_channel()
739
priv->
bbp_type
);
in adm8211_rf_set_channel()
845
if (priv->
bbp_type
in adm8211_hw_init_bbp()
[all...]
H
A
D
adm8211.h
576
unsigned int
bbp_type
:3;
member
/kernel/linux/linux-6.6/drivers/net/wireless/admtek/
H
A
D
adm8211.c
152
priv->
bbp_type
= cr49 & 0x7;
in adm8211_read_eeprom()
153
switch (priv->
bbp_type
) {
in adm8211_read_eeprom()
162
priv->
bbp_type
= ADM8211_TYPE_RFMD;
in adm8211_read_eeprom()
164
priv->
bbp_type
= ADM8211_TYPE_ADMTEK;
in adm8211_read_eeprom()
235
priv->
bbp_type
, priv->specific_bbptype, priv->transceiver_type);
in adm8211_read_eeprom()
581
switch (priv->
bbp_type
) {
in adm8211_write_bbp()
686
if (priv->
bbp_type
== ADM8211_TYPE_RFMD) {
in adm8211_rf_set_channel()
736
} else if (priv->
bbp_type
!= ADM8211_TYPE_ADMTEK)
in adm8211_rf_set_channel()
738
priv->
bbp_type
);
in adm8211_rf_set_channel()
844
if (priv->
bbp_type
in adm8211_hw_init_bbp()
[all...]
H
A
D
adm8211.h
576
unsigned int
bbp_type
:3;
member
/kernel/linux/linux-5.10/drivers/staging/vt6655/
H
A
D
device.h
98
int
bbp_type
;
member
H
A
D
device_main.c
170
opts->
bbp_type
= BBP_TYPE_DEF;
in device_get_options()
178
priv->byBBType = priv->opts.
bbp_type
;
in device_set_options()
/kernel/linux/linux-6.6/drivers/staging/vt6655/
H
A
D
device.h
96
int
bbp_type
;
member
H
A
D
device_main.c
171
opts->
bbp_type
= BBP_TYPE_DEF;
in device_get_options()
179
priv->byBBType = priv->opts.
bbp_type
;
in device_set_options()
Completed in 13 milliseconds