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:no_disconnect
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
u_fs.h
102
* mount parameter "
no_disconnect
=1" has been set. Function will
280
bool
no_disconnect
;
member
H
A
D
u_generic.h
149
* mount parameter "
no_disconnect
=1" has been set. Function will
331
bool
no_disconnect
;
member
H
A
D
f_fs.c
1453
bool
no_disconnect
;
member
1502
fsparam_bool ("
no_disconnect
", Opt_no_disconnect),
1525
data->
no_disconnect
= result.boolean;
in ffs_fs_parse_param()
1577
ffs->
no_disconnect
= ctx->
no_disconnect
;
in ffs_fs_get_tree()
1626
ctx->
no_disconnect
= false;
in ffs_fs_init_fs_context()
1728
if (ffs->
no_disconnect
) {
in ffs_data_closed()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
u_fs.h
100
* mount parameter "
no_disconnect
=1" has been set. Function will
278
bool
no_disconnect
;
member
H
A
D
u_generic.h
149
* mount parameter "
no_disconnect
=1" has been set. Function will
331
bool
no_disconnect
;
member
H
A
D
f_fs.c
1431
bool
no_disconnect
;
member
1477
fsparam_bool ("
no_disconnect
", Opt_no_disconnect),
1498
data->
no_disconnect
= result.boolean;
in ffs_fs_parse_param()
1548
ffs->
no_disconnect
= ctx->
no_disconnect
;
in ffs_fs_get_tree()
1597
ctx->
no_disconnect
= false;
in ffs_fs_init_fs_context()
1685
if (ffs->
no_disconnect
) {
in ffs_data_closed()
Completed in 12 milliseconds