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:rate_size
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
scan.c
1225
u8
rate_size
;
in mwifiex_update_bss_desc_with_ie()
local
1233
rate_size
= 0;
in mwifiex_update_bss_desc_with_ie()
1268
rate_size
= element_len;
in mwifiex_update_bss_desc_with_ie()
1346
if ((element_len +
rate_size
) >
in mwifiex_update_bss_desc_with_ie()
1350
rate_size
);
in mwifiex_update_bss_desc_with_ie()
1355
rate +=
rate_size
;
in mwifiex_update_bss_desc_with_ie()
1359
rate +=
rate_size
;
in mwifiex_update_bss_desc_with_ie()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
scan.c
1207
u8
rate_size
;
in mwifiex_update_bss_desc_with_ie()
local
1215
rate_size
= 0;
in mwifiex_update_bss_desc_with_ie()
1250
rate_size
= element_len;
in mwifiex_update_bss_desc_with_ie()
1328
if ((element_len +
rate_size
) >
in mwifiex_update_bss_desc_with_ie()
1332
rate_size
);
in mwifiex_update_bss_desc_with_ie()
1337
rate +=
rate_size
;
in mwifiex_update_bss_desc_with_ie()
1341
rate +=
rate_size
;
in mwifiex_update_bss_desc_with_ie()
/kernel/linux/linux-5.10/drivers/staging/ks7010/
H
A
D
ks_hostif.c
1794
unsigned char
rate_size
;
in hostif_sme_mode_setup()
local
1850
rate_size
= i;
in hostif_sme_mode_setup()
1851
if (
rate_size
== 0) {
in hostif_sme_mode_setup()
1856
rate_size
= 1;
in hostif_sme_mode_setup()
1860
priv->reg.rate_set.size =
rate_size
;
in hostif_sme_mode_setup()
1861
memcpy(&priv->reg.rate_set.body[0], &rate_octet[0],
rate_size
);
in hostif_sme_mode_setup()
/kernel/linux/linux-6.6/drivers/staging/ks7010/
H
A
D
ks_hostif.c
1785
unsigned char
rate_size
;
in hostif_sme_mode_setup()
local
1841
rate_size
= i;
in hostif_sme_mode_setup()
1842
if (
rate_size
== 0) {
in hostif_sme_mode_setup()
1847
rate_size
= 1;
in hostif_sme_mode_setup()
1851
priv->reg.rate_set.size =
rate_size
;
in hostif_sme_mode_setup()
1852
memcpy(&priv->reg.rate_set.body[0], &rate_octet[0],
rate_size
);
in hostif_sme_mode_setup()
Completed in 12 milliseconds