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_eem
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
H
A
D
ether.c
193
static struct usb_function *
f_eem
;
variable
262
f_eem
= usb_get_function(fi_eem);
in eth_do_config()
263
if (IS_ERR(
f_eem
))
in eth_do_config()
264
return PTR_ERR(
f_eem
);
in eth_do_config()
266
status = usb_add_function(c,
f_eem
);
in eth_do_config()
268
usb_put_function(
f_eem
);
in eth_do_config()
456
usb_put_function(
f_eem
);
in eth_unbind()
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H
A
D
ether.c
193
static struct usb_function *
f_eem
;
variable
262
f_eem
= usb_get_function(fi_eem);
in eth_do_config()
263
if (IS_ERR(
f_eem
))
in eth_do_config()
264
return PTR_ERR(
f_eem
);
in eth_do_config()
266
status = usb_add_function(c,
f_eem
);
in eth_do_config()
268
usb_put_function(
f_eem
);
in eth_do_config()
456
usb_put_function(
f_eem
);
in eth_unbind()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_eem.c
3
*
f_eem
.c -- USB CDC Ethernet (EEM) link function driver
28
struct
f_eem
{
struct
38
static inline struct
f_eem
*func_to_eem(struct usb_function *f)
in func_to_eem()
40
return container_of(f, struct
f_eem
, port.func);
in func_to_eem()
189
struct
f_eem
*eem = func_to_eem(f);
in eem_set_alt()
232
struct
f_eem
*eem = func_to_eem(f);
in eem_disable()
248
struct
f_eem
*eem = func_to_eem(f);
in eem_bind()
627
struct
f_eem
*eem;
in eem_free()
647
struct
f_eem
*eem;
in eem_alloc()
H
A
D
Makefile
26
usb_f_eem-y :=
f_eem
.o
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_eem.c
3
*
f_eem
.c -- USB CDC Ethernet (EEM) link function driver
28
struct
f_eem
{
struct
38
static inline struct
f_eem
*func_to_eem(struct usb_function *f)
in func_to_eem()
40
return container_of(f, struct
f_eem
, port.func);
in func_to_eem()
189
struct
f_eem
*eem = func_to_eem(f);
in eem_set_alt()
232
struct
f_eem
*eem = func_to_eem(f);
in eem_disable()
248
struct
f_eem
*eem = func_to_eem(f);
in eem_bind()
625
struct
f_eem
*eem;
in eem_free()
645
struct
f_eem
*eem;
in eem_alloc()
H
A
D
Makefile
26
usb_f_eem-y :=
f_eem
.o
Completed in 6 milliseconds