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:ceu_subdev
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/renesas/
H
A
D
renesas-ceu.c
151
*
ceu_subdev
- Wraps v4l2 sub-device and provides async subdevice.
153
struct
ceu_subdev
{
struct
162
static struct
ceu_subdev
*to_ceu_subdev(struct v4l2_async_connection *asd)
in to_ceu_subdev()
164
return container_of(asd, struct
ceu_subdev
, asd);
in to_ceu_subdev()
176
struct
ceu_subdev
**subdevs;
178
struct
ceu_subdev
*sd;
352
struct
ceu_subdev
*ceu_sd = ceudev->sd;
in ceu_hw_config()
783
struct
ceu_subdev
*ceu_sd = ceudev->sd;
in __ceu_try_fmt()
886
struct
ceu_subdev
*ceu_sd = ceudev->sd;
in ceu_set_fmt()
969
struct
ceu_subdev
*ceu_s
in ceu_init_mbus_fmt()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/
H
A
D
renesas-ceu.c
152
*
ceu_subdev
- Wraps v4l2 sub-device and provides async subdevice.
154
struct
ceu_subdev
{
struct
163
static struct
ceu_subdev
*to_ceu_subdev(struct v4l2_async_subdev *asd)
in to_ceu_subdev()
165
return container_of(asd, struct
ceu_subdev
, asd);
in to_ceu_subdev()
177
struct
ceu_subdev
*subdevs;
179
struct
ceu_subdev
*sd;
353
struct
ceu_subdev
*ceu_sd = ceudev->sd;
in ceu_hw_config()
793
struct
ceu_subdev
*ceu_sd = ceudev->sd;
in __ceu_try_fmt()
893
struct
ceu_subdev
*ceu_sd = ceudev->sd;
in ceu_set_fmt()
976
struct
ceu_subdev
*ceu_s
in ceu_init_mbus_fmt()
[all...]
Completed in 4 milliseconds