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:highest_rate
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H
A
D
clkt2xxx_virt_prcm_set.c
75
long
highest_rate
;
in omap2_round_to_table_rate()
local
77
highest_rate
= -EINVAL;
in omap2_round_to_table_rate()
85
highest_rate
= ptr->mpu_speed;
in omap2_round_to_table_rate()
91
return
highest_rate
;
in omap2_round_to_table_rate()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H
A
D
clkt2xxx_virt_prcm_set.c
77
long
highest_rate
;
in omap2_round_to_table_rate()
local
79
highest_rate
= -EINVAL;
in omap2_round_to_table_rate()
87
highest_rate
= ptr->mpu_speed;
in omap2_round_to_table_rate()
93
return
highest_rate
;
in omap2_round_to_table_rate()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/
H
A
D
rtl8xxxu_8188e.c
1399
u8
highest_rate
= ra->
highest_rate
;
in rtl8188e_rate_down()
local
1402
if (rate_id >
highest_rate
) {
in rtl8188e_rate_down()
1403
rate_id =
highest_rate
;
in rtl8188e_rate_down()
1441
u8
highest_rate
= ra->
highest_rate
;
in rtl8188e_rate_up()
local
1454
if (rate_id <
highest_rate
) {
in rtl8188e_rate_up()
1455
for (i = rate_id + 1; i <=
highest_rate
; i++) {
in rtl8188e_rate_up()
1461
} else if (rate_id ==
highest_rate
) {
in rtl8188e_rate_up()
1466
} else { /* rate_id > ra->
highest_rate
*/
in rtl8188e_rate_up()
[all...]
H
A
D
rtl8xxxu.h
1738
u8
highest_rate
;
member
H
A
D
rtl8xxxu_core.c
4972
u8
highest_rate
;
in rtl8xxxu_bss_info_changed()
local
4997
highest_rate
= fls(ramask) - 1;
in rtl8xxxu_bss_info_changed()
5005
rtl8xxxu_update_ra_report(rarpt,
highest_rate
, sgi, bw);
in rtl8xxxu_bss_info_changed()
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H
A
D
clock.c
280
long
highest_rate
;
in omap1_round_to_table_rate()
local
285
highest_rate
= -EINVAL;
in omap1_round_to_table_rate()
294
highest_rate
= ptr->rate;
in omap1_round_to_table_rate()
301
return
highest_rate
;
in omap1_round_to_table_rate()
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H
A
D
clock.c
328
long
highest_rate
;
in omap1_round_to_table_rate()
local
333
highest_rate
= -EINVAL;
in omap1_round_to_table_rate()
342
highest_rate
= ptr->rate;
in omap1_round_to_table_rate()
349
return
highest_rate
;
in omap1_round_to_table_rate()
Completed in 19 milliseconds