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:DBGP_ENABLED
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
ehci-dbgp.h
27
#define
DBGP_ENABLED
(1<<28)
macro
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
ehci-dbgp.h
27
#define
DBGP_ENABLED
(1<<28)
macro
/kernel/linux/linux-5.10/drivers/usb/early/
H
A
D
ehci-dbgp.c
137
#define DBGP_CLAIM (DBGP_OWNER |
DBGP_ENABLED
| DBGP_INUSE)
434
ctrl &= ~(
DBGP_ENABLED
| DBGP_INUSE);
in dbgp_ehci_startup()
925
if (!(ctrl &
DBGP_ENABLED
)) {
in early_dbgp_write()
988
if (ctrl &
DBGP_ENABLED
) {
in dbgp_reset_prep()
1067
while (readl(&ehci_debug->control) &
DBGP_ENABLED
) {
in kgdbdbgp_reader_thread()
/kernel/linux/linux-6.6/drivers/usb/early/
H
A
D
ehci-dbgp.c
137
#define DBGP_CLAIM (DBGP_OWNER |
DBGP_ENABLED
| DBGP_INUSE)
434
ctrl &= ~(
DBGP_ENABLED
| DBGP_INUSE);
in dbgp_ehci_startup()
925
if (!(ctrl &
DBGP_ENABLED
)) {
in early_dbgp_write()
988
if (ctrl &
DBGP_ENABLED
) {
in dbgp_reset_prep()
1067
while (readl(&ehci_debug->control) &
DBGP_ENABLED
) {
in kgdbdbgp_reader_thread()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ehci-pci.c
250
(temp &
DBGP_ENABLED
) ? " IN USE" : "");
in ehci_pci_setup()
251
if (!(temp &
DBGP_ENABLED
))
in ehci_pci_setup()
H
A
D
ehci-hub.c
1168
(readl(&ehci->debug->control) &
DBGP_ENABLED
)) {
in ehci_hub_control()
H
A
D
oxu210hp-hcd.c
205
#define
DBGP_ENABLED
(1<<28)
macro
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ehci-pci.c
254
(temp &
DBGP_ENABLED
) ? " IN USE" : "");
in ehci_pci_setup()
255
if (!(temp &
DBGP_ENABLED
))
in ehci_pci_setup()
H
A
D
ehci-hub.c
1038
(readl(&ehci->debug->control) &
DBGP_ENABLED
)) {
in ehci_hub_control()
H
A
D
oxu210hp-hcd.c
205
#define
DBGP_ENABLED
(1<<28)
macro
Completed in 18 milliseconds