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:bru
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H
A
D
vsp1.h
84
struct vsp1_brx *
bru
;
member
H
A
D
vsp1_drv.c
279
vsp1->
bru
= vsp1_brx_create(vsp1, VSP1_ENTITY_BRU);
in vsp1_create_entities()
280
if (IS_ERR(vsp1->
bru
)) {
in vsp1_create_entities()
281
ret = PTR_ERR(vsp1->
bru
);
in vsp1_create_entities()
285
list_add_tail(&vsp1->
bru
->entity.list_dev, &vsp1->entities);
in vsp1_create_entities()
H
A
D
vsp1_drm.c
245
brx = &vsp1->
bru
->entity;
in vsp1_du_pipeline_setup_brx()
248
else if (vsp1_feature(vsp1, VSP1_HAS_BRU) && !vsp1->
bru
->entity.pipe)
in vsp1_du_pipeline_setup_brx()
249
brx = &vsp1->
bru
->entity;
in vsp1_du_pipeline_setup_brx()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H
A
D
vsp1.h
88
struct vsp1_brx *
bru
;
member
H
A
D
vsp1_drv.c
286
vsp1->
bru
= vsp1_brx_create(vsp1, VSP1_ENTITY_BRU);
in vsp1_create_entities()
287
if (IS_ERR(vsp1->
bru
)) {
in vsp1_create_entities()
288
ret = PTR_ERR(vsp1->
bru
);
in vsp1_create_entities()
292
list_add_tail(&vsp1->
bru
->entity.list_dev, &vsp1->entities);
in vsp1_create_entities()
H
A
D
vsp1_drm.c
245
brx = &vsp1->
bru
->entity;
in vsp1_du_pipeline_setup_brx()
248
else if (vsp1_feature(vsp1, VSP1_HAS_BRU) && !vsp1->
bru
->entity.pipe)
in vsp1_du_pipeline_setup_brx()
249
brx = &vsp1->
bru
->entity;
in vsp1_du_pipeline_setup_brx()
Completed in 5 milliseconds