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:cur_speed_hz
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-geni-qcom.c
85
unsigned long
cur_speed_hz
;
member
365
if (clk_hz == mas->
cur_speed_hz
)
in geni_spi_set_clock_and_bw()
378
*
cur_speed_hz
and referred in the consecutive transfer instead
in geni_spi_set_clock_and_bw()
381
mas->
cur_speed_hz
= clk_hz;
in geni_spi_set_clock_and_bw()
389
se->icc_paths[CPU_TO_GENI].avg_bw = Bps_to_icc(mas->
cur_speed_hz
);
in geni_spi_set_clock_and_bw()
470
xfer->speed_hz != mas->
cur_speed_hz
) {
in setup_gsi_xfer()
472
mas->
cur_speed_hz
= xfer->speed_hz;
in setup_gsi_xfer()
498
ret = get_spi_clk_cfg(mas->
cur_speed_hz
, mas,
in setup_gsi_xfer()
H
A
D
spi-mxic.c
177
u32
cur_speed_hz
;
member
268
if (mxic->
cur_speed_hz
== freq)
in mxic_spi_set_freq()
280
mxic->
cur_speed_hz
= freq;
in mxic_spi_set_freq()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-geni-qcom.c
73
unsigned long
cur_speed_hz
;
member
257
if (clk_hz == mas->
cur_speed_hz
)
in geni_spi_set_clock_and_bw()
270
*
cur_speed_hz
and referred in the consecutive transfer instead
in geni_spi_set_clock_and_bw()
273
mas->
cur_speed_hz
= clk_hz;
in geni_spi_set_clock_and_bw()
281
se->icc_paths[CPU_TO_GENI].avg_bw = Bps_to_icc(mas->
cur_speed_hz
);
in geni_spi_set_clock_and_bw()
H
A
D
spi-mxic.c
174
u32
cur_speed_hz
;
member
254
if (mxic->
cur_speed_hz
== freq)
in mxic_spi_set_freq()
266
mxic->
cur_speed_hz
= freq;
in mxic_spi_set_freq()
Completed in 6 milliseconds