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:host_dma
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
hcd.c
86
if (!hsotg->params.
host_dma
)
in dwc2_enable_common_interrupts()
124
if (hsotg->params.
host_dma
)
in dwc2_gahbcfg_init()
650
if (hsotg->params.
host_dma
) {
in dwc2_hc_enable_ints()
898
if (!hsotg->params.
host_dma
) {
in dwc2_hc_halt()
1241
if (!hsotg->params.
host_dma
) {
in dwc2_hc_start_transfer()
1370
if (hsotg->params.
host_dma
) {
in dwc2_hc_start_transfer()
1422
if (!hsotg->params.
host_dma
&&
in dwc2_hc_start_transfer()
1706
if (!hsotg->params.
host_dma
) {
in dwc2_hcd_cleanup_channels()
2371
if (hsotg->params.
host_dma
)
in dwc2_hc_init_xfer()
2398
if (hsotg->params.
host_dma
)
in dwc2_hc_init_xfer()
[all...]
H
A
D
hcd_intr.c
625
hsotg->params.
host_dma
) {
in dwc2_update_isoc_urb_state()
810
if (hsotg->params.
host_dma
) {
in dwc2_halt_channel()
1018
hsotg->params.
host_dma
) {
in dwc2_hc_xfercomp_intr()
1260
if (hsotg->params.
host_dma
&& chan->ep_is_in) {
in dwc2_hc_nak_intr()
1406
hsotg->params.
host_dma
) {
in dwc2_hc_nyet_intr()
2016
if (hsotg->params.
host_dma
) {
in dwc2_hc_chhltd_intr()
2120
if (!hsotg->params.
host_dma
) {
in dwc2_hc_n_intr()
H
A
D
params.c
390
p->
host_dma
= dma_capable;
in dwc2_set_default_params()
684
CHECK_BOOL(
host_dma
, dma_capable);
in dwc2_check_params()
685
CHECK_BOOL(dma_desc_enable, p->
host_dma
);
in dwc2_check_params()
H
A
D
core.h
243
* @
host_dma
: Specifies whether to use slave or DMA mode for accessing
501
bool
host_dma
;
member
H
A
D
debugfs.c
706
print_param(seq, p,
host_dma
);
in params_show()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
hcd.c
55
if (!hsotg->params.
host_dma
)
in dwc2_enable_common_interrupts()
93
if (hsotg->params.
host_dma
)
in dwc2_gahbcfg_init()
615
if (hsotg->params.
host_dma
) {
in dwc2_hc_enable_ints()
863
if (!hsotg->params.
host_dma
) {
in dwc2_hc_halt()
1206
if (!hsotg->params.
host_dma
) {
in dwc2_hc_start_transfer()
1335
if (hsotg->params.
host_dma
) {
in dwc2_hc_start_transfer()
1387
if (!hsotg->params.
host_dma
&&
in dwc2_hc_start_transfer()
1671
if (!hsotg->params.
host_dma
) {
in dwc2_hcd_cleanup_channels()
2336
if (hsotg->params.
host_dma
)
in dwc2_hc_init_xfer()
2363
if (hsotg->params.
host_dma
)
in dwc2_hc_init_xfer()
[all...]
H
A
D
hcd_intr.c
595
hsotg->params.
host_dma
) {
in dwc2_update_isoc_urb_state()
780
if (hsotg->params.
host_dma
) {
in dwc2_halt_channel()
988
hsotg->params.
host_dma
) {
in dwc2_hc_xfercomp_intr()
1230
if (hsotg->params.
host_dma
&& chan->ep_is_in) {
in dwc2_hc_nak_intr()
1376
hsotg->params.
host_dma
) {
in dwc2_hc_nyet_intr()
1986
if (hsotg->params.
host_dma
) {
in dwc2_hc_chhltd_intr()
2090
if (!hsotg->params.
host_dma
) {
in dwc2_hc_n_intr()
H
A
D
params.c
497
p->
host_dma
= dma_capable;
in dwc2_set_default_params()
790
CHECK_BOOL(
host_dma
, dma_capable);
in dwc2_check_params()
791
CHECK_BOOL(dma_desc_enable, p->
host_dma
);
in dwc2_check_params()
H
A
D
core.h
219
* @
host_dma
: Specifies whether to use slave or DMA mode for accessing
482
bool
host_dma
;
member
H
A
D
debugfs.c
710
print_param(seq, p,
host_dma
);
in params_show()
Completed in 21 milliseconds