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:INT_IN_EP
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-mtk-sch.c
293
if (ep_type ==
INT_IN_EP
|| ep_type == INT_OUT_EP) {
in setup_sch_info()
330
* check TT for INT_OUT_EP, ISOC/
INT_IN_EP
type
in setup_sch_info()
344
} else { /*
INT_IN_EP
or ISOC_IN_EP */
in setup_sch_info()
415
if (sch_ep->ep_type ==
INT_IN_EP
|| sch_ep->ep_type == ISOC_IN_EP)
in check_fs_bus_bw()
508
if (sch_ep->ep_type ==
INT_IN_EP
|| sch_ep->ep_type == ISOC_IN_EP)
in update_sch_tt()
H
A
D
xhci.h
765
#define
INT_IN_EP
7
macro
2724
case
INT_IN_EP
:
in xhci_ep_type_string()
H
A
D
xhci-mem.c
1406
return in ?
INT_IN_EP
: INT_OUT_EP;
in xhci_get_endpoint_type()
1602
ep_type !=
INT_IN_EP
)
in xhci_update_bw_info()
H
A
D
xhci.c
2517
ep_type !=
INT_IN_EP
);
in xhci_is_async_ep()
2522
return (ep_type == ISOC_IN_EP || ep_type ==
INT_IN_EP
);
in xhci_is_sync_in_ep()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-debug.h
534
case
INT_IN_EP
:
in cdnsp_ep_type_string()
H
A
D
cdnsp-gadget.h
691
#define
INT_IN_EP
7
macro
H
A
D
cdnsp-mem.c
904
return in ?
INT_IN_EP
: INT_OUT_EP;
in cdnsp_get_endpoint_type()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-mtk-sch.c
330
if (ep_type ==
INT_IN_EP
|| ep_type == INT_OUT_EP) {
in setup_sch_info()
356
* check TT for INT_OUT_EP, ISOC/
INT_IN_EP
type
in setup_sch_info()
H
A
D
xhci.h
768
#define
INT_IN_EP
7
macro
2756
case
INT_IN_EP
:
in xhci_ep_type_string()
H
A
D
xhci-mem.c
1356
return in ?
INT_IN_EP
: INT_OUT_EP;
in xhci_get_endpoint_type()
1553
ep_type !=
INT_IN_EP
)
in xhci_update_bw_info()
H
A
D
xhci.c
2495
ep_type !=
INT_IN_EP
);
in xhci_is_async_ep()
2500
return (ep_type == ISOC_IN_EP || ep_type ==
INT_IN_EP
);
in xhci_is_sync_in_ep()
Completed in 37 milliseconds