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:DRIVER_DESC
(Results
1 - 10
of
10
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H
A
D
RGA2_API.h
13
#define
DRIVER_DESC
"RGA2 Device Driver"
macro
H
A
D
rga2_debugger.c
124
seq_printf(m, "%s: v%s\n",
DRIVER_DESC
, DRIVER_VERSION);
in rga_version_show()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
H
A
D
nouveau_drv.h
9
#define
DRIVER_DESC
"nVidia Riva/TNT/GeForce/Quadro/Tesla/Tegra K1+"
macro
H
A
D
nouveau_drm.c
1191
.desc =
DRIVER_DESC
,
1343
MODULE_DESCRIPTION(
DRIVER_DESC
);
variable
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H
A
D
rga_drv.h
70
#define
DRIVER_DESC
"RGA multicore Device Driver"
macro
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H
A
D
rga_debugger.c
134
seq_printf(m, "%s: v%s\n",
DRIVER_DESC
, DRIVER_VERSION);
in rga_version_show()
/device/soc/rockchip/common/sdk_linux/drivers/media/usb/uvc/
H
A
D
uvc_driver.c
30
#define
DRIVER_DESC
"USB Video Class driver"
macro
3104
printk(KERN_INFO
DRIVER_DESC
" (" DRIVER_VERSION ")\n");
in uvc_init()
3118
MODULE_DESCRIPTION(
DRIVER_DESC
);
variable
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_drv.c
42
#define
DRIVER_DESC
"RockChip Soc DRM"
macro
1620
.desc =
DRIVER_DESC
,
/device/soc/rockchip/common/vendor/drivers/net/usb/
H
A
D
meig_cdc_driver.c
39
#define
DRIVER_DESC
"Meig ether driver for 4G data card device"
macro
3735
MODULE_DESCRIPTION(
DRIVER_DESC
);
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H
A
D
hid-core.c
42
#define
DRIVER_DESC
"HID core driver"
macro
Completed in 21 milliseconds