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:config_csc
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/kmb/
H
A
D
kmb_plane.c
286
static void
config_csc
(struct kmb_drm_private *kmb, int plane_id)
in config_csc()
function
464
config_csc
(kmb, plane_id);
in kmb_plane_atomic_update()
/kernel/linux/linux-6.6/drivers/staging/media/deprecated/atmel/
H
A
D
atmel-isc.h
239
* @
config_csc
: pointer to a function that initializes product
334
void (*
config_csc
)(struct isc_device *isc);
member
H
A
D
atmel-sama7g5-isc.c
424
isc->
config_csc
= isc_sama7g5_config_csc;
in microchip_xisc_probe()
H
A
D
atmel-sama5d2-isc.c
435
isc->
config_csc
= isc_sama5d2_config_csc;
in atmel_isc_probe()
H
A
D
atmel-isc-base.c
241
isc->
config_csc
(isc);
in isc_set_pipeline()
/kernel/linux/linux-6.6/drivers/media/platform/microchip/
H
A
D
microchip-isc.h
250
* @
config_csc
: pointer to a function that initializes product
351
void (*
config_csc
)(struct isc_device *isc);
member
H
A
D
microchip-sama5d2-isc.c
455
isc->
config_csc
= isc_sama5d2_config_csc;
in microchip_isc_probe()
H
A
D
microchip-sama7g5-isc.c
444
isc->
config_csc
= isc_sama7g5_config_csc;
in microchip_xisc_probe()
H
A
D
microchip-isc-base.c
231
isc->
config_csc
(isc);
in isc_set_pipeline()
Completed in 10 milliseconds