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:IS_MFCV8_PLUS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H
A
D
s5p_mfc_opr_v6.c
77
} else if (
IS_MFCV8_PLUS
(dev))
in s5p_mfc_alloc_codec_buffers_v6()
115
if (
IS_MFCV8_PLUS
(dev))
in s5p_mfc_alloc_codec_buffers_v6()
138
else if (
IS_MFCV8_PLUS
(dev))
in s5p_mfc_alloc_codec_buffers_v6()
206
else if (
IS_MFCV8_PLUS
(dev))
in s5p_mfc_alloc_codec_buffers_v6()
237
} else if (
IS_MFCV8_PLUS
(dev))
in s5p_mfc_alloc_codec_buffers_v6()
281
} else if (
IS_MFCV8_PLUS
(dev))
in s5p_mfc_alloc_codec_buffers_v6()
447
if (
IS_MFCV8_PLUS
(ctx->dev)) {
in s5p_mfc_dec_calc_dpb_size_v6()
536
if (
IS_MFCV8_PLUS
(dev)) {
in s5p_mfc_set_dec_frame_buffer_v6()
2396
if (!
IS_MFCV8_PLUS
(dev))
in s5p_mfc_init_regs_v6_plus()
H
A
D
s5p_mfc_ctrl.c
402
if (
IS_MFCV8_PLUS
(dev))
in s5p_mfc_wakeup()
H
A
D
s5p_mfc_common.h
766
#define
IS_MFCV8_PLUS
(dev) (dev->variant->version >= 0x80 ? 1 : 0)
macro
H
A
D
s5p_mfc_dec.c
1173
if (
IS_MFCV8_PLUS
(ctx->dev))
in s5p_mfc_dec_init()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H
A
D
s5p_mfc_opr_v6.c
77
} else if (
IS_MFCV8_PLUS
(dev))
in s5p_mfc_alloc_codec_buffers_v6()
115
if (
IS_MFCV8_PLUS
(dev))
in s5p_mfc_alloc_codec_buffers_v6()
138
else if (
IS_MFCV8_PLUS
(dev))
in s5p_mfc_alloc_codec_buffers_v6()
206
else if (
IS_MFCV8_PLUS
(dev))
in s5p_mfc_alloc_codec_buffers_v6()
237
} else if (
IS_MFCV8_PLUS
(dev))
in s5p_mfc_alloc_codec_buffers_v6()
281
} else if (
IS_MFCV8_PLUS
(dev))
in s5p_mfc_alloc_codec_buffers_v6()
447
if (
IS_MFCV8_PLUS
(ctx->dev)) {
in s5p_mfc_dec_calc_dpb_size_v6()
536
if (
IS_MFCV8_PLUS
(dev)) {
in s5p_mfc_set_dec_frame_buffer_v6()
2396
if (!
IS_MFCV8_PLUS
(dev))
in s5p_mfc_init_regs_v6_plus()
H
A
D
s5p_mfc_ctrl.c
402
if (
IS_MFCV8_PLUS
(dev))
in s5p_mfc_wakeup()
H
A
D
s5p_mfc_common.h
776
#define
IS_MFCV8_PLUS
(dev) (dev->variant->version >= 0x80 ? 1 : 0)
macro
H
A
D
s5p_mfc_dec.c
1206
if (
IS_MFCV8_PLUS
(ctx->dev))
in s5p_mfc_dec_init()
Completed in 13 milliseconds