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:loopback_driver
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
H
A
D
zero.c
202
static struct usb_configuration
loopback_driver
= {
variable
322
loopback_driver
.iConfiguration = strings_dev[USB_GZERO_LB_DESC].id;
in zero_bind()
326
loopback_driver
.bmAttributes &= ~USB_CONFIG_ATT_WAKEUP;
in zero_bind()
328
loopback_driver
.descriptors = NULL;
in zero_bind()
331
loopback_driver
.bmAttributes |= USB_CONFIG_ATT_WAKEUP;
in zero_bind()
351
loopback_driver
.descriptors = otg_desc;
in zero_bind()
352
loopback_driver
.bmAttributes |= USB_CONFIG_ATT_WAKEUP;
in zero_bind()
359
usb_add_config_only(cdev, &
loopback_driver
);
in zero_bind()
363
usb_add_config_only(cdev, &
loopback_driver
);
in zero_bind()
370
status = usb_add_function(&
loopback_driver
, func_l
in zero_bind()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H
A
D
zero.c
202
static struct usb_configuration
loopback_driver
= {
variable
322
loopback_driver
.iConfiguration = strings_dev[USB_GZERO_LB_DESC].id;
in zero_bind()
326
loopback_driver
.bmAttributes &= ~USB_CONFIG_ATT_WAKEUP;
in zero_bind()
328
loopback_driver
.descriptors = NULL;
in zero_bind()
331
loopback_driver
.bmAttributes |= USB_CONFIG_ATT_WAKEUP;
in zero_bind()
351
loopback_driver
.descriptors = otg_desc;
in zero_bind()
352
loopback_driver
.bmAttributes |= USB_CONFIG_ATT_WAKEUP;
in zero_bind()
359
usb_add_config_only(cdev, &
loopback_driver
);
in zero_bind()
363
usb_add_config_only(cdev, &
loopback_driver
);
in zero_bind()
370
status = usb_add_function(&
loopback_driver
, func_l
in zero_bind()
[all...]
/kernel/linux/linux-5.10/sound/drivers/
H
A
D
aloop.c
1789
static struct platform_driver
loopback_driver
= {
variable
1804
platform_driver_unregister(&
loopback_driver
);
in loopback_unregister_all()
1811
err = platform_driver_register(&
loopback_driver
);
in alsa_card_loopback_init()
/kernel/linux/linux-6.6/sound/drivers/
H
A
D
aloop.c
1779
static struct platform_driver
loopback_driver
= {
variable
1793
platform_driver_unregister(&
loopback_driver
);
in loopback_unregister_all()
1800
err = platform_driver_register(&
loopback_driver
);
in alsa_card_loopback_init()
Completed in 7 milliseconds