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:lbm
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H
A
D
vc4_plane.c
173
memset(&vc4_state->
lbm
, 0, sizeof(vc4_state->
lbm
));
in vc4_plane_duplicate_state()
198
if (drm_mm_node_allocated(&vc4_state->
lbm
)) {
in vc4_plane_destroy_state()
202
drm_mm_remove_node(&vc4_state->
lbm
);
in vc4_plane_destroy_state()
448
u32
lbm
;
in vc4_lbm_size()
local
469
lbm
= pix_per_line * 8;
in vc4_lbm_size()
472
lbm
= pix_per_line * 16;
in vc4_lbm_size()
479
lbm
= pix_per_line * 16;
in vc4_lbm_size()
483
lbm
= roundup(
lbm
, vc
in vc4_lbm_size()
[all...]
H
A
D
vc4_drv.h
400
struct drm_mm_node
lbm
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
vc4_plane.c
278
memset(&vc4_state->
lbm
, 0, sizeof(vc4_state->
lbm
));
in vc4_plane_duplicate_state()
303
if (drm_mm_node_allocated(&vc4_state->
lbm
)) {
in vc4_plane_destroy_state()
307
drm_mm_remove_node(&vc4_state->
lbm
);
in vc4_plane_destroy_state()
555
u32
lbm
;
in vc4_lbm_size()
local
576
lbm
= pix_per_line * 8;
in vc4_lbm_size()
579
lbm
= pix_per_line * 16;
in vc4_lbm_size()
586
lbm
= pix_per_line * 16;
in vc4_lbm_size()
590
lbm
= roundup(
lbm
, vc
in vc4_lbm_size()
[all...]
H
A
D
vc4_drv.h
422
struct drm_mm_node
lbm
;
member
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_csr.h
841
* @
lbm
: Set when any LBM_INT bit is set
866
u64
lbm
: 1;
member
872
u64
lbm
: 1;
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_csr.h
841
* @
lbm
: Set when any LBM_INT bit is set
866
u64
lbm
: 1;
member
872
u64
lbm
: 1;
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H
A
D
cvmx-pciercx-defs.h
183
__BITFIELD_FIELD(uint32_t
lbm
:1,
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H
A
D
cvmx-pciercx-defs.h
183
__BITFIELD_FIELD(uint32_t
lbm
:1,
Completed in 12 milliseconds