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:DEBUG_RESET
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/fbtft/
H
A
D
fbtft.h
356
#define DEBUG_LEVEL_3 (DEBUG_LEVEL_2 |
DEBUG_RESET
| DEBUG_INIT_DISPLAY \
393
#define
DEBUG_RESET
BIT(23)
macro
H
A
D
fbtft-core.c
220
fbtft_par_dbg(
DEBUG_RESET
, par, "%s()\n", __func__);
in fbtft_reset()
/kernel/linux/linux-6.6/drivers/staging/fbtft/
H
A
D
fbtft.h
377
#define DEBUG_LEVEL_3 (DEBUG_LEVEL_2 |
DEBUG_RESET
| DEBUG_INIT_DISPLAY \
414
#define
DEBUG_RESET
BIT(23)
macro
H
A
D
fbtft-core.c
219
fbtft_par_dbg(
DEBUG_RESET
, par, "%s()\n", __func__);
in fbtft_reset()
/kernel/linux/linux-5.10/drivers/scsi/arm/
H
A
D
acornscsi.c
38
#define
DEBUG_RESET
1024
macro
39
#define DEBUG_ALL (
DEBUG_RESET
|DEBUG_MESSAGES|DEBUG_LINK|DEBUG_WRITE|\
81
#define DEBUG (
DEBUG_RESET
|DEBUG_WRITE|DEBUG_NO_WRITE)
2732
#if (DEBUG &
DEBUG_RESET
)
in acornscsi_host_reset()
/kernel/linux/linux-6.6/drivers/scsi/arm/
H
A
D
acornscsi.c
38
#define
DEBUG_RESET
1024
macro
39
#define DEBUG_ALL (
DEBUG_RESET
|DEBUG_MESSAGES|DEBUG_LINK|DEBUG_WRITE|\
77
#define DEBUG (
DEBUG_RESET
|DEBUG_WRITE|DEBUG_NO_WRITE)
2644
#if (DEBUG &
DEBUG_RESET
)
in acornscsi_host_reset()
Completed in 11 milliseconds