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
defs:clock_id
(Results
51 - 54
of
54
) sorted by relevance
1
2
3
/kernel/linux/linux-6.6/include/linux/
H
A
D
scmi_protocol.h
924
unsigned int
clock_id
;
member
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace.h
370
int
clock_id
;
member
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H
A
D
audioreach.h
611
uint32_t
clock_id
;
member
618
uint32_t
clock_id
;
member
/kernel/linux/linux-6.6/include/linux/firmware/
H
A
D
xlnx-zynqmp.h
593
static inline int zynqmp_pm_clock_enable(u32
clock_id
)
in zynqmp_pm_clock_enable()
argument
598
zynqmp_pm_clock_disable(u32
clock_id
)
zynqmp_pm_clock_disable()
argument
603
zynqmp_pm_clock_getstate(u32
clock_id
, u32 *state)
zynqmp_pm_clock_getstate()
argument
608
zynqmp_pm_clock_setdivider(u32
clock_id
, u32 divider)
zynqmp_pm_clock_setdivider()
argument
613
zynqmp_pm_clock_getdivider(u32
clock_id
, u32 *divider)
zynqmp_pm_clock_getdivider()
argument
618
zynqmp_pm_clock_setrate(u32
clock_id
, u64 rate)
zynqmp_pm_clock_setrate()
argument
623
zynqmp_pm_clock_getrate(u32
clock_id
, u64 *rate)
zynqmp_pm_clock_getrate()
argument
628
zynqmp_pm_clock_setparent(u32
clock_id
, u32 parent_id)
zynqmp_pm_clock_setparent()
argument
633
zynqmp_pm_clock_getparent(u32
clock_id
, u32 *parent_id)
zynqmp_pm_clock_getparent()
argument
[all...]
Completed in 10 milliseconds
1
2
3