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:fb_list
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_mode_config.c
411
INIT_LIST_HEAD(&dev->mode_config.
fb_list
);
in drmm_mode_config_init()
538
* fb_lock to protect against concurrent
fb_list
access. Contrary, it
in drm_mode_config_cleanup()
544
WARN_ON(!list_empty(&dev->mode_config.
fb_list
));
in drm_mode_config_cleanup()
545
list_for_each_entry_safe(fb, fbt, &dev->mode_config.
fb_list
, head)
in drm_mode_config_cleanup()
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_mode_config.h
409
/** @fb_lock: Mutex to protect fb the global @
fb_list
and @num_fb. */
411
/** @num_fb: Number of entries on @
fb_list
. */
413
/** @
fb_list
: List of all &struct drm_framebuffer. */
414
struct list_head
fb_list
;
member
Completed in 3 milliseconds