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:oscillator
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H
A
D
pm.c
43
* struct omap2_oscillator - Describe the board main
oscillator
latencies
44
* @startup_time:
oscillator
startup latency
45
* @shutdown_time:
oscillator
shutdown latency
52
static struct omap2_oscillator
oscillator
= {
variable
59
oscillator
.startup_time = tstart;
in omap_pm_setup_oscillator()
60
oscillator
.shutdown_time = tshut;
in omap_pm_setup_oscillator()
68
*tstart =
oscillator
.startup_time;
in omap_pm_get_oscillator()
69
*tshut =
oscillator
.shutdown_time;
in omap_pm_get_oscillator()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H
A
D
pm.c
43
* struct omap2_oscillator - Describe the board main
oscillator
latencies
44
* @startup_time:
oscillator
startup latency
45
* @shutdown_time:
oscillator
shutdown latency
52
static struct omap2_oscillator
oscillator
= {
variable
62
*tstart =
oscillator
.startup_time;
in omap_pm_get_oscillator()
63
*tshut =
oscillator
.shutdown_time;
in omap_pm_get_oscillator()
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-abx80x.c
234
dev_err(&client->dev, "Unable to write
oscillator
status register\n");
in abx80x_rtc_set_time()
478
dev_err(dev, "Failed to read RTC
oscillator
selection\n");
in oscillator_show()
489
static DEVICE_ATTR_RW(
oscillator
);
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-abx80x.c
252
dev_err(&client->dev, "Unable to write
oscillator
status register\n");
in abx80x_rtc_set_time()
488
dev_err(dev, "Failed to read RTC
oscillator
selection\n");
in oscillator_show()
499
static DEVICE_ATTR_RW(
oscillator
);
Completed in 5 milliseconds