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:isc_clks
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/staging/media/deprecated/atmel/
H
A
D
atmel-isc-clk.c
262
isc_clk = &isc->
isc_clks
[id];
in isc_clk_register()
285
for (i = 0; i < ARRAY_SIZE(isc->
isc_clks
); i++)
in atmel_isc_clk_init()
286
isc->
isc_clks
[i].clk = ERR_PTR(-EINVAL);
in atmel_isc_clk_init()
288
for (i = 0; i < ARRAY_SIZE(isc->
isc_clks
); i++) {
in atmel_isc_clk_init()
304
for (i = 0; i < ARRAY_SIZE(isc->
isc_clks
); i++) {
in atmel_isc_clk_cleanup()
305
struct isc_clk *isc_clk = &isc->
isc_clks
[i];
in atmel_isc_clk_cleanup()
H
A
D
atmel-isc.h
191
* @
isc_clks
: ISC clocks
267
struct isc_clk
isc_clks
[2];
member
H
A
D
atmel-sama5d2-isc.c
540
isc->ispck = isc->
isc_clks
[ISC_ISPCK].clk;
in atmel_isc_probe()
/kernel/linux/linux-6.6/drivers/media/platform/microchip/
H
A
D
microchip-isc-clk.c
262
isc_clk = &isc->
isc_clks
[id];
in isc_clk_register()
285
for (i = 0; i < ARRAY_SIZE(isc->
isc_clks
); i++)
in microchip_isc_clk_init()
286
isc->
isc_clks
[i].clk = ERR_PTR(-EINVAL);
in microchip_isc_clk_init()
288
for (i = 0; i < ARRAY_SIZE(isc->
isc_clks
); i++) {
in microchip_isc_clk_init()
304
for (i = 0; i < ARRAY_SIZE(isc->
isc_clks
); i++) {
in microchip_isc_clk_cleanup()
305
struct isc_clk *isc_clk = &isc->
isc_clks
[i];
in microchip_isc_clk_cleanup()
H
A
D
microchip-isc.h
203
* @
isc_clks
: ISC clocks
285
struct isc_clk
isc_clks
[2];
member
H
A
D
microchip-sama5d2-isc.c
566
isc->ispck = isc->
isc_clks
[ISC_ISPCK].clk;
in microchip_isc_probe()
/kernel/linux/linux-5.10/drivers/media/platform/atmel/
H
A
D
atmel-isc.h
154
* @
isc_clks
: ISC clocks
194
struct isc_clk
isc_clks
[2];
member
H
A
D
atmel-sama5d2-isc.c
197
isc->ispck = isc->
isc_clks
[ISC_ISPCK].clk;
in atmel_isc_probe()
H
A
D
atmel-isc-base.c
513
isc_clk = &isc->
isc_clks
[id];
in isc_clk_register()
535
for (i = 0; i < ARRAY_SIZE(isc->
isc_clks
); i++)
in isc_clk_init()
536
isc->
isc_clks
[i].clk = ERR_PTR(-EINVAL);
in isc_clk_init()
538
for (i = 0; i < ARRAY_SIZE(isc->
isc_clks
); i++) {
in isc_clk_init()
553
for (i = 0; i < ARRAY_SIZE(isc->
isc_clks
); i++) {
in isc_clk_cleanup()
554
struct isc_clk *isc_clk = &isc->
isc_clks
[i];
in isc_clk_cleanup()
Completed in 11 milliseconds