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:rfatt_list
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
lo.h
42
struct b43_rfatt_list
rfatt_list
;
member
H
A
D
debugfs.c
471
for (i = 0; i < lo->
rfatt_list
.len; i++) {
in loctls_read_file()
473
lo->
rfatt_list
.list[i].att,
in loctls_read_file()
474
lo->
rfatt_list
.list[i].with_padmix);
in loctls_read_file()
H
A
D
lo.c
819
B43_WARN_ON(lo->
rfatt_list
.len * lo->bbatt_list.len > 64);
in b43_gphy_dc_lt_init()
838
bb_offset = i / lo->
rfatt_list
.len;
in b43_gphy_dc_lt_init()
839
rf_offset = i % lo->
rfatt_list
.len;
in b43_gphy_dc_lt_init()
841
rfatt = &(lo->
rfatt_list
.list[rf_offset]);
in b43_gphy_dc_lt_init()
H
A
D
phy_g.c
279
for (rf = 0; rf < lo->
rfatt_list
.len; rf++) {
in b43_gphy_gain_lt_init()
289
tmp |= lo->
rfatt_list
.list[rf].att;
in b43_gphy_gain_lt_init()
2527
generate_rfatt_list(dev, &lo->
rfatt_list
);
in b43_gphy_op_prepare_hardware()
2776
const int rf_min = lo->
rfatt_list
.min_val;
in b43_put_attenuation_into_ranges()
2777
const int rf_max = lo->
rfatt_list
.max_val;
in b43_put_attenuation_into_ranges()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
lo.h
42
struct b43_rfatt_list
rfatt_list
;
member
H
A
D
debugfs.c
471
for (i = 0; i < lo->
rfatt_list
.len; i++) {
in loctls_read_file()
473
lo->
rfatt_list
.list[i].att,
in loctls_read_file()
474
lo->
rfatt_list
.list[i].with_padmix);
in loctls_read_file()
H
A
D
lo.c
819
B43_WARN_ON(lo->
rfatt_list
.len * lo->bbatt_list.len > 64);
in b43_gphy_dc_lt_init()
838
bb_offset = i / lo->
rfatt_list
.len;
in b43_gphy_dc_lt_init()
839
rf_offset = i % lo->
rfatt_list
.len;
in b43_gphy_dc_lt_init()
841
rfatt = &(lo->
rfatt_list
.list[rf_offset]);
in b43_gphy_dc_lt_init()
H
A
D
phy_g.c
279
for (rf = 0; rf < lo->
rfatt_list
.len; rf++) {
in b43_gphy_gain_lt_init()
289
tmp |= lo->
rfatt_list
.list[rf].att;
in b43_gphy_gain_lt_init()
2527
generate_rfatt_list(dev, &lo->
rfatt_list
);
in b43_gphy_op_prepare_hardware()
2776
const int rf_min = lo->
rfatt_list
.min_val;
in b43_put_attenuation_into_ranges()
2777
const int rf_max = lo->
rfatt_list
.max_val;
in b43_put_attenuation_into_ranges()
Completed in 12 milliseconds