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:config_usb_cfg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/
H
A
D
configfs.c
69
struct
config_usb_cfg
{
struct
78
static inline struct
config_usb_cfg
*to_config_usb_cfg(struct config_item *item)
in to_config_usb_cfg()
80
return container_of(to_config_group(item), struct
config_usb_cfg
,
in to_config_usb_cfg()
84
static inline struct gadget_info *cfg_to_gadget_info(struct
config_usb_cfg
*cfg)
in cfg_to_gadget_info()
415
struct
config_usb_cfg
*cfg = to_config_usb_cfg(item);
in gadget_config_attr_release()
427
struct
config_usb_cfg
*cfg = to_config_usb_cfg(usb_cfg_ci);
in config_usb_cfg_link()
484
struct
config_usb_cfg
*cfg = to_config_usb_cfg(usb_cfg_ci);
in config_usb_cfg_unlink()
524
struct
config_usb_cfg
*cfg = to_config_usb_cfg(item);
in gadget_config_desc_MaxPower_show()
532
struct
config_usb_cfg
*cfg = to_config_usb_cfg(item);
in gadget_config_desc_MaxPower_store()
547
struct
config_usb_cfg
*cf
in gadget_config_desc_bmAttributes_show()
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/
H
A
D
configfs.c
61
struct
config_usb_cfg
{
struct
70
static inline struct
config_usb_cfg
*to_config_usb_cfg(struct config_item *item)
in to_config_usb_cfg()
72
return container_of(to_config_group(item), struct
config_usb_cfg
,
in to_config_usb_cfg()
406
struct
config_usb_cfg
*cfg = to_config_usb_cfg(item);
in gadget_config_attr_release()
418
struct
config_usb_cfg
*cfg = to_config_usb_cfg(usb_cfg_ci);
in config_usb_cfg_link()
469
struct
config_usb_cfg
*cfg = to_config_usb_cfg(usb_cfg_ci);
in config_usb_cfg_unlink()
672
USB_CONFIG_STRINGS_LANG(gadget_config_name,
config_usb_cfg
);
679
struct
config_usb_cfg
*cfg;
in config_desc_make()
896
struct
config_usb_cfg
*c_target =
in os_desc_link()
898
struct
config_usb_cfg
, grou
in os_desc_link()
[all...]
Completed in 4 milliseconds