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:VIMC_IS_SRC
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/
H
A
D
vimc-scaler.c
175
if (
VIMC_IS_SRC
(format->pad)) {
in vimc_sca_get_fmt()
227
if (
VIMC_IS_SRC
(fmt->pad)) {
in vimc_sca_set_fmt()
264
if (
VIMC_IS_SRC
(sel->pad))
in vimc_sca_get_selection()
297
if (
VIMC_IS_SRC
(sel->pad))
in vimc_sca_set_selection()
H
A
D
vimc-debayer.c
175
if (
VIMC_IS_SRC
(code->pad)) {
in vimc_deb_enum_mbus_code()
227
if (
VIMC_IS_SRC
(fmt->pad))
in vimc_deb_get_fmt()
277
if (
VIMC_IS_SRC
(fmt->pad)) {
in vimc_deb_set_fmt()
H
A
D
vimc-common.h
33
#define
VIMC_IS_SRC
(pad) (pad)
macro
/kernel/linux/linux-6.6/drivers/media/test-drivers/vimc/
H
A
D
vimc-debayer.c
176
if (
VIMC_IS_SRC
(code->pad)) {
in vimc_debayer_enum_mbus_code()
228
if (
VIMC_IS_SRC
(fmt->pad))
in vimc_debayer_get_fmt()
278
if (
VIMC_IS_SRC
(fmt->pad)) {
in vimc_debayer_set_fmt()
H
A
D
vimc-common.h
33
#define
VIMC_IS_SRC
(pad) (pad)
macro
H
A
D
vimc-scaler.c
241
if (
VIMC_IS_SRC
(sel->pad))
in vimc_scaler_get_selection()
280
if (
VIMC_IS_SRC
(sel->pad) || sel->target != V4L2_SEL_TGT_CROP)
in vimc_scaler_set_selection()
Completed in 5 milliseconds