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:NB_PF
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/stm/
H
A
D
ltdc.c
196
#define
NB_PF
8 /* Max nb of HW pixel format */
macro
214
static const enum ltdc_pix_fmt ltdc_pix_fmt_a0[
NB_PF
] = {
225
static const enum ltdc_pix_fmt ltdc_pix_fmt_a1[
NB_PF
] = {
828
for (val = 0; val <
NB_PF
; val++)
in ltdc_plane_atomic_update()
832
if (val ==
NB_PF
) {
in ltdc_plane_atomic_update()
962
u32 formats[
NB_PF
* 2];
in ltdc_plane_create()
968
for (i = 0; i <
NB_PF
; i++) {
in ltdc_plane_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/stm/
H
A
D
ltdc.c
238
#define
NB_PF
8 /* Max nb of HW pixel format */
macro
269
static const enum ltdc_pix_fmt ltdc_pix_fmt_a0[
NB_PF
] = {
280
static const enum ltdc_pix_fmt ltdc_pix_fmt_a1[
NB_PF
] = {
291
static const enum ltdc_pix_fmt ltdc_pix_fmt_a2[
NB_PF
] = {
590
ret =
NB_PF
; /* error case, trace msg is handled by the caller */
in ltdc_set_flexible_pixel_format()
1311
for (val = 0; val <
NB_PF
; val++)
in ltdc_plane_atomic_update()
1316
if (ldev->caps.pix_fmt_flex && val ==
NB_PF
)
in ltdc_plane_atomic_update()
1319
if (val ==
NB_PF
) {
in ltdc_plane_atomic_update()
Completed in 7 milliseconds