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:uac2
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_uac2.c
1035
struct f_uac2 *
uac2
= func_to_uac2(fn);
in afunc_bind()
local
1134
uac2
->ac_intf = ret;
in afunc_bind()
1135
uac2
->ac_alt = 0;
in afunc_bind()
1146
uac2
->as_out_intf = ret;
in afunc_bind()
1147
uac2
->as_out_alt = 0;
in afunc_bind()
1175
uac2
->as_in_intf = ret;
in afunc_bind()
1176
uac2
->as_in_alt = 0;
in afunc_bind()
1180
uac2
->int_ep = usb_ep_autoconfig(gadget, &fs_ep_int_desc);
in afunc_bind()
1181
if (!
uac2
->int_ep) {
in afunc_bind()
1351
struct f_uac2 *
uac2
in afunc_notify_complete()
local
1361
struct f_
uac2
*
uac2
= func_to_
uac2
(&agdev->func);
afunc_notify()
local
1421
struct f_
uac2
*
uac2
= func_to_
uac2
(fn);
afunc_set_alt()
local
1475
struct f_
uac2
*
uac2
= func_to_
uac2
(fn);
afunc_get_alt()
local
1495
struct f_
uac2
*
uac2
= func_to_
uac2
(fn);
afunc_disable()
local
1508
struct f_
uac2
*
uac2
= func_to_
uac2
(fn);
afunc_suspend()
local
1697
struct f_
uac2
*
uac2
= func_to_
uac2
(fn);
uac2_cs_control_sam_freq()
local
1718
struct f_
uac2
*
uac2
= func_to_
uac2
(&agdev->func);
out_rq_cur_complete()
local
1767
struct f_
uac2
*
uac2
= func_to_
uac2
(fn);
out_rq_cur()
local
1802
struct f_
uac2
*
uac2
= func_to_
uac2
(fn);
setup_rq_inf()
local
2216
struct f_
uac2
*
uac2
;
afunc_alloc()
local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_uac2.c
643
struct f_uac2 *
uac2
= func_to_uac2(fn);
in afunc_bind()
local
698
uac2
->ac_intf = ret;
in afunc_bind()
699
uac2
->ac_alt = 0;
in afunc_bind()
709
uac2
->as_out_intf = ret;
in afunc_bind()
710
uac2
->as_out_alt = 0;
in afunc_bind()
721
uac2
->as_in_intf = ret;
in afunc_bind()
722
uac2
->as_in_alt = 0;
in afunc_bind()
811
struct f_uac2 *
uac2
= func_to_uac2(fn);
in afunc_set_alt()
local
822
if (intf ==
uac2
->ac_intf) {
in afunc_set_alt()
831
if (intf ==
uac2
in afunc_set_alt()
856
struct f_
uac2
*
uac2
= func_to_
uac2
(fn);
afunc_get_alt()
local
876
struct f_
uac2
*
uac2
= func_to_
uac2
(fn);
afunc_disable()
local
994
struct f_
uac2
*
uac2
= func_to_
uac2
(fn);
setup_rq_inf()
local
1186
struct f_
uac2
*
uac2
;
afunc_alloc()
local
[all...]
Completed in 4 milliseconds