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_MFCV6_PLUS
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H
A
D
s5p_mfc_ctrl.c
123
if (
IS_MFCV6_PLUS
(dev)) {
in s5p_mfc_reset()
175
if (
IS_MFCV6_PLUS
(dev)) {
in s5p_mfc_init_memctrl()
193
if (
IS_MFCV6_PLUS
(dev)) {
in s5p_mfc_clear_cmds()
232
if (
IS_MFCV6_PLUS
(dev)) {
in s5p_mfc_init_hw()
275
if (
IS_MFCV6_PLUS
(dev))
in s5p_mfc_init_hw()
366
if (
IS_MFCV6_PLUS
(dev)) {
in s5p_mfc_wait_wakeup()
H
A
D
s5p_mfc_opr.c
21
if (
IS_MFCV6_PLUS
(dev)) {
in s5p_mfc_init_hw_ops()
33
if (
IS_MFCV6_PLUS
(dev))
in s5p_mfc_init_regs()
H
A
D
s5p_mfc_cmd.c
19
if (
IS_MFCV6_PLUS
(dev))
in s5p_mfc_init_hw_cmds()
H
A
D
s5p_mfc_dec.c
926
if (
IS_MFCV6_PLUS
(dev))
in s5p_mfc_queue_setup()
1034
if (
IS_MFCV6_PLUS
(dev) && (ctx->state == MFCINST_RUNNING)) {
in s5p_mfc_stop_streaming()
1175
else if (
IS_MFCV6_PLUS
(ctx->dev))
in s5p_mfc_dec_init()
H
A
D
s5p_mfc_enc.c
1169
if (!
IS_MFCV6_PLUS
(dev)) {
in enc_post_seq_start()
1542
if (
IS_MFCV6_PLUS
(dev)) {
in vidioc_reqbufs()
1890
if (
IS_MFCV6_PLUS
(dev))
in s5p_mfc_enc_s_ctrl()
2419
if (
IS_MFCV6_PLUS
(dev)) {
in s5p_mfc_queue_setup()
2509
if (
IS_MFCV6_PLUS
(dev) &&
in s5p_mfc_start_streaming()
H
A
D
s5p_mfc_common.h
764
#define
IS_MFCV6_PLUS
(dev) (dev->variant->version >= 0x60 ? 1 : 0)
macro
H
A
D
s5p_mfc.c
310
if (
IS_MFCV6_PLUS
(dev))
in s5p_mfc_handle_frame_new()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H
A
D
s5p_mfc_ctrl.c
123
if (
IS_MFCV6_PLUS
(dev)) {
in s5p_mfc_reset()
175
if (
IS_MFCV6_PLUS
(dev)) {
in s5p_mfc_init_memctrl()
193
if (
IS_MFCV6_PLUS
(dev)) {
in s5p_mfc_clear_cmds()
232
if (
IS_MFCV6_PLUS
(dev)) {
in s5p_mfc_init_hw()
275
if (
IS_MFCV6_PLUS
(dev))
in s5p_mfc_init_hw()
366
if (
IS_MFCV6_PLUS
(dev)) {
in s5p_mfc_wait_wakeup()
H
A
D
s5p_mfc_opr.c
21
if (
IS_MFCV6_PLUS
(dev)) {
in s5p_mfc_init_hw_ops()
33
if (
IS_MFCV6_PLUS
(dev))
in s5p_mfc_init_regs()
H
A
D
s5p_mfc_cmd.c
19
if (
IS_MFCV6_PLUS
(dev))
in s5p_mfc_init_hw_cmds()
H
A
D
s5p_mfc_dec.c
959
if (
IS_MFCV6_PLUS
(dev))
in s5p_mfc_queue_setup()
1067
if (
IS_MFCV6_PLUS
(dev) && (ctx->state == MFCINST_RUNNING)) {
in s5p_mfc_stop_streaming()
1208
else if (
IS_MFCV6_PLUS
(ctx->dev))
in s5p_mfc_dec_init()
H
A
D
s5p_mfc_enc.c
1169
if (!
IS_MFCV6_PLUS
(dev)) {
in enc_post_seq_start()
1540
if (
IS_MFCV6_PLUS
(dev)) {
in vidioc_reqbufs()
1888
if (
IS_MFCV6_PLUS
(dev))
in s5p_mfc_enc_s_ctrl()
2417
if (
IS_MFCV6_PLUS
(dev)) {
in s5p_mfc_queue_setup()
2507
if (
IS_MFCV6_PLUS
(dev) &&
in s5p_mfc_start_streaming()
H
A
D
s5p_mfc_common.h
774
#define
IS_MFCV6_PLUS
(dev) (dev->variant->version >= 0x60 ? 1 : 0)
macro
H
A
D
s5p_mfc.c
320
if (
IS_MFCV6_PLUS
(dev))
in s5p_mfc_handle_frame_new()
Completed in 18 milliseconds