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:vsp1_hgo
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H
A
D
vsp1_hgo.h
3
*
vsp1_hgo
.h -- R-Car VSP1 Histogram Generator 1D
20
struct
vsp1_hgo
{
struct
33
static inline struct
vsp1_hgo
*to_hgo(struct v4l2_subdev *subdev)
in to_hgo()
35
return container_of(subdev, struct
vsp1_hgo
, histo.entity.subdev);
in to_hgo()
38
struct
vsp1_hgo
*vsp1_hgo_create(struct vsp1_device *vsp1);
H
A
D
vsp1_hgo.c
3
*
vsp1_hgo
.c -- R-Car VSP1 Histogram Generator 1D
18
#include "
vsp1_hgo
.h"
26
static inline u32 vsp1_hgo_read(struct
vsp1_hgo
*hgo, u32 reg)
in vsp1_hgo_read()
31
static inline void vsp1_hgo_write(struct
vsp1_hgo
*hgo,
in vsp1_hgo_write()
43
struct
vsp1_hgo
*hgo = to_hgo(&entity->subdev);
in vsp1_hgo_frame_end()
137
struct
vsp1_hgo
*hgo = to_hgo(&entity->subdev);
in hgo_configure_stream()
188
struct
vsp1_hgo
*vsp1_hgo_create(struct vsp1_device *vsp1)
in vsp1_hgo_create()
190
struct
vsp1_hgo
*hgo;
in vsp1_hgo_create()
H
A
D
vsp1.h
31
struct
vsp1_hgo
;
86
struct
vsp1_hgo
*hgo;
H
A
D
Makefile
7
vsp1-y +=
vsp1_hgo
.o vsp1_hgt.o vsp1_histo.o
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H
A
D
vsp1_hgo.h
3
*
vsp1_hgo
.h -- R-Car VSP1 Histogram Generator 1D
20
struct
vsp1_hgo
{
struct
33
static inline struct
vsp1_hgo
*to_hgo(struct v4l2_subdev *subdev)
in to_hgo()
35
return container_of(subdev, struct
vsp1_hgo
, histo.entity.subdev);
in to_hgo()
38
struct
vsp1_hgo
*vsp1_hgo_create(struct vsp1_device *vsp1);
H
A
D
vsp1_hgo.c
3
*
vsp1_hgo
.c -- R-Car VSP1 Histogram Generator 1D
18
#include "
vsp1_hgo
.h"
26
static inline u32 vsp1_hgo_read(struct
vsp1_hgo
*hgo, u32 reg)
in vsp1_hgo_read()
31
static inline void vsp1_hgo_write(struct
vsp1_hgo
*hgo,
in vsp1_hgo_write()
43
struct
vsp1_hgo
*hgo = to_hgo(&entity->subdev);
in vsp1_hgo_frame_end()
137
struct
vsp1_hgo
*hgo = to_hgo(&entity->subdev);
in hgo_configure_stream()
188
struct
vsp1_hgo
*vsp1_hgo_create(struct vsp1_device *vsp1)
in vsp1_hgo_create()
190
struct
vsp1_hgo
*hgo;
in vsp1_hgo_create()
H
A
D
vsp1.h
32
struct
vsp1_hgo
;
90
struct
vsp1_hgo
*hgo;
H
A
D
Makefile
7
vsp1-y +=
vsp1_hgo
.o vsp1_hgt.o vsp1_histo.o
Completed in 3 milliseconds