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:to_ast_ep
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
H
A
D
epn.c
337
struct ast_vhub_ep *ep =
to_ast_ep
(u_ep);
in ast_vhub_epn_queue()
472
struct ast_vhub_ep *ep =
to_ast_ep
(u_ep);
in ast_vhub_epn_dequeue()
520
struct ast_vhub_ep *ep =
to_ast_ep
(u_ep);
in ast_vhub_set_halt_and_wedge()
561
struct ast_vhub_ep *ep =
to_ast_ep
(u_ep);
in ast_vhub_epn_disable()
599
struct ast_vhub_ep *ep =
to_ast_ep
(u_ep);
in ast_vhub_epn_enable()
758
struct ast_vhub_ep *ep =
to_ast_ep
(u_ep);
in ast_vhub_epn_dispose()
H
A
D
ep0.c
362
struct ast_vhub_ep *ep =
to_ast_ep
(u_ep);
in ast_vhub_ep0_queue()
439
struct ast_vhub_ep *ep =
to_ast_ep
(u_ep);
in ast_vhub_ep0_dequeue()
H
A
D
vhub.h
338
#define
to_ast_ep
(__uep) container_of(__uep, struct ast_vhub_ep, ep)
macro
H
A
D
dev.c
374
to_ast_ep
(u_ep)->d_idx);
in ast_vhub_udc_match_ep()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/
H
A
D
epn.c
339
struct ast_vhub_ep *ep =
to_ast_ep
(u_ep);
in ast_vhub_epn_queue()
474
struct ast_vhub_ep *ep =
to_ast_ep
(u_ep);
in ast_vhub_epn_dequeue()
524
struct ast_vhub_ep *ep =
to_ast_ep
(u_ep);
in ast_vhub_set_halt_and_wedge()
565
struct ast_vhub_ep *ep =
to_ast_ep
(u_ep);
in ast_vhub_epn_disable()
603
struct ast_vhub_ep *ep =
to_ast_ep
(u_ep);
in ast_vhub_epn_enable()
762
struct ast_vhub_ep *ep =
to_ast_ep
(u_ep);
in ast_vhub_epn_dispose()
H
A
D
ep0.c
363
struct ast_vhub_ep *ep =
to_ast_ep
(u_ep);
in ast_vhub_ep0_queue()
440
struct ast_vhub_ep *ep =
to_ast_ep
(u_ep);
in ast_vhub_ep0_dequeue()
H
A
D
vhub.h
338
#define
to_ast_ep
(__uep) container_of(__uep, struct ast_vhub_ep, ep)
macro
H
A
D
dev.c
379
to_ast_ep
(u_ep)->d_idx);
in ast_vhub_udc_match_ep()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
aspeed_udc.c
199
#define
to_ast_ep
(__ep) container_of(__ep, struct ast_udc_ep, ep)
macro
345
struct ast_udc_ep *ep =
to_ast_ep
(_ep);
in ast_udc_ep_enable()
432
struct ast_udc_ep *ep =
to_ast_ep
(_ep);
in ast_udc_ep_disable()
452
struct ast_udc_ep *ep =
to_ast_ep
(_ep);
in ast_udc_ep_alloc_request()
630
struct ast_udc_ep *ep =
to_ast_ep
(_ep);
in ast_udc_ep_queue()
693
struct ast_udc_ep *ep =
to_ast_ep
(_ep);
in ast_udc_ep_dequeue()
722
struct ast_udc_ep *ep =
to_ast_ep
(_ep);
in ast_udc_ep_set_halt()
Completed in 11 milliseconds