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:fsg_lun_is_open
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
storage_common.c
259
if (
fsg_lun_is_open
(curlun))
in fsg_lun_open()
320
return sprintf(buf, "%d\n",
fsg_lun_is_open
(curlun)
in fsg_show_ro()
339
if (
fsg_lun_is_open
(curlun)) { /* Get the complete pathname */
in fsg_show_file()
381
if (
fsg_lun_is_open
(curlun)) {
in _fsg_store_ro()
441
if (curlun->prevent_medium_removal &&
fsg_lun_is_open
(curlun)) {
in fsg_store_file()
458
} else if (
fsg_lun_is_open
(curlun)) {
in fsg_store_file()
H
A
D
storage_common.h
125
static inline bool
fsg_lun_is_open
(struct fsg_lun *curlun)
in fsg_lun_is_open()
function
H
A
D
f_mass_storage.c
1338
if (!
fsg_lun_is_open
(curlun)) {
in do_start_stop()
1794
if (curlun && !
fsg_lun_is_open
(curlun) && needs_medium) {
in check_command()
2509
if (curlun &&
fsg_lun_is_open
(curlun))
in fsg_main_thread()
2813
if (
fsg_lun_is_open
(lun)) {
in fsg_common_create_lun()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
storage_common.c
260
if (
fsg_lun_is_open
(curlun))
in fsg_lun_open()
321
return sprintf(buf, "%d\n",
fsg_lun_is_open
(curlun)
in fsg_show_ro()
340
if (
fsg_lun_is_open
(curlun)) { /* Get the complete pathname */
in fsg_show_file()
382
if (
fsg_lun_is_open
(curlun)) {
in _fsg_store_ro()
442
if (curlun->prevent_medium_removal &&
fsg_lun_is_open
(curlun)) {
in fsg_store_file()
459
} else if (
fsg_lun_is_open
(curlun)) {
in fsg_store_file()
H
A
D
storage_common.h
125
static inline bool
fsg_lun_is_open
(struct fsg_lun *curlun)
in fsg_lun_is_open()
function
H
A
D
f_mass_storage.c
1387
if (!
fsg_lun_is_open
(curlun)) {
in do_start_stop()
1843
if (curlun && !
fsg_lun_is_open
(curlun) && needs_medium) {
in check_command()
2609
if (curlun &&
fsg_lun_is_open
(curlun))
in fsg_main_thread()
Completed in 12 milliseconds