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:clock_roles
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bus/
H
A
D
ti-sysc.c
104
* @
clock_roles
: clock role names for the found clocks
135
const char **
clock_roles
;
member
376
ddata->
clock_roles
[index] = optfck_name;
in sysc_init_ext_opt_clock()
431
ddata->
clock_roles
= devm_kcalloc(ddata->dev,
in sysc_get_clocks()
433
sizeof(*ddata->
clock_roles
),
in sysc_get_clocks()
435
if (!ddata->
clock_roles
)
in sysc_get_clocks()
443
ddata->
clock_roles
[ddata->nr_clocks] = name;
in sysc_get_clocks()
481
const char *name = ddata->
clock_roles
[i];
in sysc_get_clocks()
2324
ddata->
clock_roles
[i]);
in sysc_child_add_clocks()
2327
ddata->
clock_roles
[
in sysc_child_add_clocks()
[all...]
/kernel/linux/linux-6.6/drivers/bus/
H
A
D
ti-sysc.c
104
* @
clock_roles
: clock role names for the found clocks
136
const char **
clock_roles
;
member
379
ddata->
clock_roles
[index] = optfck_name;
in sysc_init_ext_opt_clock()
434
ddata->
clock_roles
= devm_kcalloc(ddata->dev,
in sysc_get_clocks()
436
sizeof(*ddata->
clock_roles
),
in sysc_get_clocks()
438
if (!ddata->
clock_roles
)
in sysc_get_clocks()
446
ddata->
clock_roles
[ddata->nr_clocks] = name;
in sysc_get_clocks()
484
const char *name = ddata->
clock_roles
[i];
in sysc_get_clocks()
2391
ddata->
clock_roles
[i]);
in sysc_child_add_clocks()
2394
ddata->
clock_roles
[
in sysc_child_add_clocks()
[all...]
Completed in 7 milliseconds