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:fotg210_udc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H
A
D
fotg210-udc.c
28
static const char udc_name[] = "
fotg210_udc
";
32
static void fotg210_ack_int(struct
fotg210_udc
*fotg210, u32 offset, u32 mask)
in fotg210_ack_int()
62
static void fotg210_set_cxdone(struct
fotg210_udc
*fotg210)
in fotg210_set_cxdone()
96
struct
fotg210_udc
*fotg210 = ep->fotg210;
in fotg210_fifo_ep_mapping()
123
struct
fotg210_udc
*fotg210 = ep->fotg210;
in fotg210_set_fifo_dir()
133
struct
fotg210_udc
*fotg210 = ep->fotg210;
in fotg210_set_tfrtype()
144
struct
fotg210_udc
*fotg210 = ep->fotg210;
in fotg210_set_mps()
157
struct
fotg210_udc
*fotg210 = ep->fotg210;
in fotg210_config_ep()
185
static void fotg210_reset_tseq(struct
fotg210_udc
*fotg210, u8 epnum)
in fotg210_reset_tseq()
269
struct
fotg210_udc
*fotg21
in fotg210_enable_dma()
[all...]
H
A
D
fotg210-udc.h
219
struct
fotg210_udc
*fotg210;
233
struct
fotg210_udc
{
struct
254
#define gadget_to_fotg210(g) container_of((g), struct
fotg210_udc
, gadget)
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
fotg210-udc.c
24
static const char udc_name[] = "
fotg210_udc
";
50
static void fotg210_set_cxdone(struct
fotg210_udc
*fotg210)
in fotg210_set_cxdone()
84
struct
fotg210_udc
*fotg210 = ep->fotg210;
in fotg210_fifo_ep_mapping()
111
struct
fotg210_udc
*fotg210 = ep->fotg210;
in fotg210_set_fifo_dir()
121
struct
fotg210_udc
*fotg210 = ep->fotg210;
in fotg210_set_tfrtype()
132
struct
fotg210_udc
*fotg210 = ep->fotg210;
in fotg210_set_mps()
145
struct
fotg210_udc
*fotg210 = ep->fotg210;
in fotg210_config_ep()
173
static void fotg210_reset_tseq(struct
fotg210_udc
*fotg210, u8 epnum)
in fotg210_reset_tseq()
257
struct
fotg210_udc
*fotg210 = ep->fotg210;
in fotg210_enable_dma()
446
struct
fotg210_udc
*fotg21
in fotg210_set_epnstall()
[all...]
H
A
D
fotg210.h
217
struct
fotg210_udc
*fotg210;
231
struct
fotg210_udc
{
struct
249
#define gadget_to_fotg210(g) container_of((g), struct
fotg210_udc
, gadget)
Completed in 7 milliseconds