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:f_uac2
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
H
A
D
audio.c
135
static struct usb_function *
f_uac2
;
variable
211
f_uac2
= usb_get_function(fi_uac2);
in audio_do_config()
212
if (IS_ERR(
f_uac2
)) {
in audio_do_config()
213
status = PTR_ERR(
f_uac2
);
in audio_do_config()
217
status = usb_add_function(c,
f_uac2
);
in audio_do_config()
219
usb_put_function(
f_uac2
);
in audio_do_config()
340
if (!IS_ERR_OR_NULL(
f_uac2
))
in audio_unbind()
341
usb_put_function(
f_uac2
);
in audio_unbind()
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H
A
D
audio.c
152
static struct usb_function *
f_uac2
;
variable
228
f_uac2
= usb_get_function(fi_uac2);
in audio_do_config()
229
if (IS_ERR(
f_uac2
)) {
in audio_do_config()
230
status = PTR_ERR(
f_uac2
);
in audio_do_config()
234
status = usb_add_function(c,
f_uac2
);
in audio_do_config()
236
usb_put_function(
f_uac2
);
in audio_do_config()
373
if (!IS_ERR_OR_NULL(
f_uac2
))
in audio_unbind()
374
usb_put_function(
f_uac2
);
in audio_unbind()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_uac2.c
3
*
f_uac2
.c -- USB Audio Class 2.0 Function
63
struct
f_uac2
{
struct
77
static inline struct
f_uac2
*func_to_uac2(struct usb_function *f)
in func_to_uac2()
79
return container_of(f, struct
f_uac2
, g_audio.func);
in func_to_uac2()
1035
struct
f_uac2
*uac2 = func_to_uac2(fn);
in afunc_bind()
1351
struct
f_uac2
*uac2 = func_to_uac2(&agdev->func);
in afunc_notify_complete()
1361
struct
f_uac2
*uac2 = func_to_uac2(&agdev->func);
in afunc_notify()
1421
struct
f_uac2
*uac2 = func_to_uac2(fn);
in afunc_set_alt()
1475
struct
f_uac2
*uac2 = func_to_uac2(fn);
in afunc_get_alt()
1495
struct
f_uac2
*uac
in afunc_disable()
[all...]
H
A
D
Makefile
41
usb_f_uac2-y :=
f_uac2
.o
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_uac2.c
3
*
f_uac2
.c -- USB Audio Class 2.0 Function
48
struct
f_uac2
{
struct
54
static inline struct
f_uac2
*func_to_uac2(struct usb_function *f)
in func_to_uac2()
56
return container_of(f, struct
f_uac2
, g_audio.func);
in func_to_uac2()
643
struct
f_uac2
*uac2 = func_to_uac2(fn);
in afunc_bind()
811
struct
f_uac2
*uac2 = func_to_uac2(fn);
in afunc_set_alt()
856
struct
f_uac2
*uac2 = func_to_uac2(fn);
in afunc_get_alt()
876
struct
f_uac2
*uac2 = func_to_uac2(fn);
in afunc_disable()
994
struct
f_uac2
*uac2 = func_to_uac2(fn);
in setup_rq_inf()
1186
struct
f_uac2
*uac
in afunc_alloc()
[all...]
H
A
D
Makefile
41
usb_f_uac2-y :=
f_uac2
.o
Completed in 6 milliseconds