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:ffs_opts
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_fs.c
3073
struct f_fs_opts *
ffs_opts
=
in ffs_do_functionfs_bind()
local
3087
if (!
ffs_opts
->no_configfs)
in ffs_do_functionfs_bind()
3089
ret =
ffs_opts
->dev->desc_ready ? 0 : -ENODEV;
in ffs_do_functionfs_bind()
3090
ffs_data =
ffs_opts
->dev->ffs_data;
in ffs_do_functionfs_bind()
3091
if (!
ffs_opts
->no_configfs)
in ffs_do_functionfs_bind()
3105
* with regard to
ffs_opts
->bound access
in ffs_do_functionfs_bind()
3107
if (!
ffs_opts
->refcnt) {
in ffs_do_functionfs_bind()
3112
ffs_opts
->refcnt++;
in ffs_do_functionfs_bind()
3115
return
ffs_opts
;
in ffs_do_functionfs_bind()
3285
struct f_fs_opts *
ffs_opts
in ffs_func_bind()
local
[all...]
H
A
D
f_generic.c
2897
struct f_fs_opts *
ffs_opts
=
in ffs_do_functionfs_bind()
local
2910
if (!
ffs_opts
->no_configfs)
in ffs_do_functionfs_bind()
2912
ret =
ffs_opts
->dev->desc_ready ? 0 : -ENODEV;
in ffs_do_functionfs_bind()
2913
func->ffs =
ffs_opts
->dev->ffs_data;
in ffs_do_functionfs_bind()
2914
if (!
ffs_opts
->no_configfs)
in ffs_do_functionfs_bind()
2927
* with regard to
ffs_opts
->bound access
in ffs_do_functionfs_bind()
2929
if (!
ffs_opts
->refcnt) {
in ffs_do_functionfs_bind()
2934
ffs_opts
->refcnt++;
in ffs_do_functionfs_bind()
2937
return
ffs_opts
;
in ffs_do_functionfs_bind()
3178
struct f_fs_opts *
ffs_opts
in ffs_func_bind()
local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_fs.c
3003
struct f_fs_opts *
ffs_opts
=
in ffs_do_functionfs_bind()
local
3015
if (!
ffs_opts
->no_configfs)
in ffs_do_functionfs_bind()
3017
ret =
ffs_opts
->dev->desc_ready ? 0 : -ENODEV;
in ffs_do_functionfs_bind()
3018
ffs_data =
ffs_opts
->dev->ffs_data;
in ffs_do_functionfs_bind()
3019
if (!
ffs_opts
->no_configfs)
in ffs_do_functionfs_bind()
3033
* with regard to
ffs_opts
->bound access
in ffs_do_functionfs_bind()
3035
if (!
ffs_opts
->refcnt) {
in ffs_do_functionfs_bind()
3040
ffs_opts
->refcnt++;
in ffs_do_functionfs_bind()
3043
return
ffs_opts
;
in ffs_do_functionfs_bind()
3211
struct f_fs_opts *
ffs_opts
in ffs_func_bind()
local
[all...]
H
A
D
f_generic.c
2899
struct f_fs_opts *
ffs_opts
=
in ffs_do_functionfs_bind()
local
2912
if (!
ffs_opts
->no_configfs)
in ffs_do_functionfs_bind()
2914
ret =
ffs_opts
->dev->desc_ready ? 0 : -ENODEV;
in ffs_do_functionfs_bind()
2915
func->ffs =
ffs_opts
->dev->ffs_data;
in ffs_do_functionfs_bind()
2916
if (!
ffs_opts
->no_configfs)
in ffs_do_functionfs_bind()
2929
* with regard to
ffs_opts
->bound access
in ffs_do_functionfs_bind()
2931
if (!
ffs_opts
->refcnt) {
in ffs_do_functionfs_bind()
2936
ffs_opts
->refcnt++;
in ffs_do_functionfs_bind()
2939
return
ffs_opts
;
in ffs_do_functionfs_bind()
3180
struct f_fs_opts *
ffs_opts
in ffs_func_bind()
local
[all...]
Completed in 16 milliseconds