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:STUB_BUSID_OTHER
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/usbip/
H
A
D
stub_main.c
34
*
STUB_BUSID_OTHER
, which is 0.
in init_busid_table()
137
if (busid_table[idx].status ==
STUB_BUSID_OTHER
)
in del_match_busid()
140
if ((busid_table[idx].status !=
STUB_BUSID_OTHER
) &&
in del_match_busid()
224
/* update status to
STUB_BUSID_OTHER
so probe ignores the device */
in stub_device_rebind()
230
busid_priv->status =
STUB_BUSID_OTHER
;
in stub_device_rebind()
264
bid->status =
STUB_BUSID_OTHER
;
in rebind_store()
H
A
D
stub.h
16
#define
STUB_BUSID_OTHER
0
macro
H
A
D
stub_dev.c
328
(busid_priv->status ==
STUB_BUSID_OTHER
)) {
in stub_probe()
/kernel/linux/linux-6.6/drivers/usb/usbip/
H
A
D
stub_main.c
34
*
STUB_BUSID_OTHER
, which is 0.
in init_busid_table()
135
if (busid_table[idx].status ==
STUB_BUSID_OTHER
)
in del_match_busid()
138
if ((busid_table[idx].status !=
STUB_BUSID_OTHER
) &&
in del_match_busid()
220
/* update status to
STUB_BUSID_OTHER
so probe ignores the device */
in stub_device_rebind()
226
busid_priv->status =
STUB_BUSID_OTHER
;
in stub_device_rebind()
260
bid->status =
STUB_BUSID_OTHER
;
in rebind_store()
H
A
D
stub.h
16
#define
STUB_BUSID_OTHER
0
macro
H
A
D
stub_dev.c
330
(busid_priv->status ==
STUB_BUSID_OTHER
)) {
in stub_probe()
Completed in 6 milliseconds