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_opts
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_mass_storage.h
64
struct
fsg_lun_opts
{
struct
73
struct
fsg_lun_opts
lun0;
H
A
D
f_mass_storage.c
3025
static inline struct
fsg_lun_opts
*to_fsg_lun_opts(struct config_item *item)
in to_fsg_lun_opts()
3027
return container_of(to_config_group(item), struct
fsg_lun_opts
, group);
in to_fsg_lun_opts()
3038
struct
fsg_lun_opts
*lun_opts;
in fsg_lun_attr_release()
3050
struct
fsg_lun_opts
*opts = to_fsg_lun_opts(item);
in fsg_lun_opts_file_show()
3059
struct
fsg_lun_opts
*opts = to_fsg_lun_opts(item);
in fsg_lun_opts_file_store()
3075
struct
fsg_lun_opts
*opts = to_fsg_lun_opts(item);
in fsg_lun_opts_ro_store()
3105
struct
fsg_lun_opts
*opts = to_fsg_lun_opts(item);
in fsg_lun_opts_cdrom_store()
3160
struct
fsg_lun_opts
*opts;
in fsg_lun_make()
3218
struct
fsg_lun_opts
*lun_opts;
in fsg_lun_drop()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_mass_storage.h
64
struct
fsg_lun_opts
{
struct
73
struct
fsg_lun_opts
lun0;
H
A
D
f_mass_storage.c
3138
static inline struct
fsg_lun_opts
*to_fsg_lun_opts(struct config_item *item)
in to_fsg_lun_opts()
3140
return container_of(to_config_group(item), struct
fsg_lun_opts
, group);
in to_fsg_lun_opts()
3151
struct
fsg_lun_opts
*lun_opts;
in fsg_lun_attr_release()
3163
struct
fsg_lun_opts
*opts = to_fsg_lun_opts(item);
in fsg_lun_opts_file_show()
3172
struct
fsg_lun_opts
*opts = to_fsg_lun_opts(item);
in fsg_lun_opts_file_store()
3188
struct
fsg_lun_opts
*opts = to_fsg_lun_opts(item);
in fsg_lun_opts_ro_store()
3218
struct
fsg_lun_opts
*opts = to_fsg_lun_opts(item);
in fsg_lun_opts_cdrom_store()
3257
struct
fsg_lun_opts
*opts = to_fsg_lun_opts(item);
in fsg_lun_opts_forced_eject_store()
3286
struct
fsg_lun_opts
*opts;
in fsg_lun_make()
3344
struct
fsg_lun_opts
*lun_opt
in fsg_lun_drop()
[all...]
Completed in 9 milliseconds