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:dmfc_channel
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H
A
D
ipu-dmfc.c
85
struct
dmfc_channel
{
struct
95
struct
dmfc_channel
channels[DMFC_NUM_CHANNELS];
101
int ipu_dmfc_enable_channel(struct
dmfc_channel
*dmfc)
in ipu_dmfc_enable_channel()
117
void ipu_dmfc_disable_channel(struct
dmfc_channel
*dmfc)
in ipu_dmfc_disable_channel()
135
void ipu_dmfc_config_wait4eot(struct
dmfc_channel
*dmfc, int width)
in ipu_dmfc_config_wait4eot()
155
struct
dmfc_channel
*ipu_dmfc_get(struct ipu_soc *ipu, int ipu_channel)
in ipu_dmfc_get()
167
void ipu_dmfc_put(struct
dmfc_channel
*dmfc)
in ipu_dmfc_put()
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H
A
D
ipu-dmfc.c
85
struct
dmfc_channel
{
struct
95
struct
dmfc_channel
channels[DMFC_NUM_CHANNELS];
101
int ipu_dmfc_enable_channel(struct
dmfc_channel
*dmfc)
in ipu_dmfc_enable_channel()
117
void ipu_dmfc_disable_channel(struct
dmfc_channel
*dmfc)
in ipu_dmfc_disable_channel()
135
void ipu_dmfc_config_wait4eot(struct
dmfc_channel
*dmfc, int width)
in ipu_dmfc_config_wait4eot()
155
struct
dmfc_channel
*ipu_dmfc_get(struct ipu_soc *ipu, int ipu_channel)
in ipu_dmfc_get()
167
void ipu_dmfc_put(struct
dmfc_channel
*dmfc)
in ipu_dmfc_put()
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/
H
A
D
ipuv3-plane.h
14
struct
dmfc_channel
;
23
struct
dmfc_channel
*dmfc;
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/ipuv3/
H
A
D
ipuv3-plane.h
14
struct
dmfc_channel
;
23
struct
dmfc_channel
*dmfc;
/kernel/linux/linux-5.10/include/video/
H
A
D
imx-ipu-v3.h
309
struct
dmfc_channel
;
310
int ipu_dmfc_enable_channel(struct
dmfc_channel
*dmfc);
311
void ipu_dmfc_disable_channel(struct
dmfc_channel
*dmfc);
312
void ipu_dmfc_config_wait4eot(struct
dmfc_channel
*dmfc, int width);
313
struct
dmfc_channel
*ipu_dmfc_get(struct ipu_soc *ipu, int ipuv3_channel);
314
void ipu_dmfc_put(struct
dmfc_channel
*dmfc);
/kernel/linux/linux-6.6/include/video/
H
A
D
imx-ipu-v3.h
310
struct
dmfc_channel
;
311
int ipu_dmfc_enable_channel(struct
dmfc_channel
*dmfc);
312
void ipu_dmfc_disable_channel(struct
dmfc_channel
*dmfc);
313
void ipu_dmfc_config_wait4eot(struct
dmfc_channel
*dmfc, int width);
314
struct
dmfc_channel
*ipu_dmfc_get(struct ipu_soc *ipu, int ipuv3_channel);
315
void ipu_dmfc_put(struct
dmfc_channel
*dmfc);
Completed in 4 milliseconds