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_uac1
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
H
A
D
audio.c
138
static struct usb_function *
f_uac1
;
variable
199
f_uac1
= usb_get_function(fi_uac1);
in audio_do_config()
200
if (IS_ERR(
f_uac1
)) {
in audio_do_config()
201
status = PTR_ERR(
f_uac1
);
in audio_do_config()
205
status = usb_add_function(c,
f_uac1
);
in audio_do_config()
207
usb_put_function(
f_uac1
);
in audio_do_config()
335
if (!IS_ERR_OR_NULL(
f_uac1
))
in audio_unbind()
336
usb_put_function(
f_uac1
);
in audio_unbind()
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H
A
D
audio.c
155
static struct usb_function *
f_uac1
;
variable
216
f_uac1
= usb_get_function(fi_uac1);
in audio_do_config()
217
if (IS_ERR(
f_uac1
)) {
in audio_do_config()
218
status = PTR_ERR(
f_uac1
);
in audio_do_config()
222
status = usb_add_function(c,
f_uac1
);
in audio_do_config()
224
usb_put_function(
f_uac1
);
in audio_do_config()
368
if (!IS_ERR_OR_NULL(
f_uac1
))
in audio_unbind()
369
usb_put_function(
f_uac1
);
in audio_unbind()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_uac1.c
3
*
f_uac1
.c -- USB Audio Class 1.0 Function (using u_audio API)
11
* This file is based on
f_uac1
.c which is
25
struct
f_uac1
{
struct
31
static inline struct
f_uac1
*func_to_uac1(struct usb_function *f)
in func_to_uac1()
33
return container_of(f, struct
f_uac1
, g_audio.func);
in func_to_uac1()
442
struct
f_uac1
*uac1 = func_to_uac1(f);
in f_audio_set_alt()
487
struct
f_uac1
*uac1 = func_to_uac1(f);
in f_audio_get_alt()
505
struct
f_uac1
*uac1 = func_to_uac1(f);
in f_audio_disable()
552
struct
f_uac1
*uac1 = func_to_uac1(f);
in f_audio_bind()
817
struct
f_uac1
*uac
in f_audio_alloc()
[all...]
H
A
D
Makefile
37
usb_f_uac1-y :=
f_uac1
.o
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_uac1.c
3
*
f_uac1
.c -- USB Audio Class 1.0 Function (using u_audio API)
12
* This file is based on
f_uac1
.c which is
36
struct
f_uac1
{
struct
51
static inline struct
f_uac1
*func_to_uac1(struct usb_function *f)
in func_to_uac1()
53
return container_of(f, struct
f_uac1
, g_audio.func);
in func_to_uac1()
347
struct
f_uac1
*uac1 = func_to_uac1(fn);
in uac_cs_attr_sample_rate()
369
struct
f_uac1
*uac1 = func_to_uac1(&audio->func);
in audio_notify_complete()
378
struct
f_uac1
*uac1 = func_to_uac1(&audio->func);
in audio_notify()
627
struct
f_uac1
*uac1 = func_to_uac1(&audio->func);
in out_rq_cur_complete()
681
struct
f_uac1
*uac
in out_rq_cur()
[all...]
H
A
D
Makefile
37
usb_f_uac1-y :=
f_uac1
.o
Completed in 10 milliseconds