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:ISOC_OUT_EP
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-mtk-sch.c
299
if (ep_type == ISOC_IN_EP || ep_type ==
ISOC_OUT_EP
) {
in setup_sch_info()
338
if (ep_type ==
ISOC_OUT_EP
) {
in setup_sch_info()
440
if (sch_ep->ep_type ==
ISOC_OUT_EP
) {
in check_sch_tt()
547
if (sch_ep->ep_type ==
ISOC_OUT_EP
&& boundary > 1)
in get_esit_boundary()
H
A
D
xhci.h
759
#define
ISOC_OUT_EP
1
macro
2712
case
ISOC_OUT_EP
:
in xhci_ep_type_string()
H
A
D
xhci-mem.c
1404
return in ? ISOC_IN_EP :
ISOC_OUT_EP
;
in xhci_get_endpoint_type()
1600
if (ep_type !=
ISOC_OUT_EP
&& ep_type != INT_OUT_EP &&
in xhci_update_bw_info()
H
A
D
xhci.c
2515
return (ep_type !=
ISOC_OUT_EP
&& ep_type != INT_OUT_EP &&
in xhci_is_async_ep()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-mtk-sch.c
335
if (ep_type == ISOC_IN_EP || ep_type ==
ISOC_OUT_EP
) {
in setup_sch_info()
436
if (sch_ep->ep_type ==
ISOC_OUT_EP
) {
in check_sch_tt()
H
A
D
xhci.h
762
#define
ISOC_OUT_EP
1
macro
2744
case
ISOC_OUT_EP
:
in xhci_ep_type_string()
H
A
D
xhci-mem.c
1354
return in ? ISOC_IN_EP :
ISOC_OUT_EP
;
in xhci_get_endpoint_type()
1551
if (ep_type !=
ISOC_OUT_EP
&& ep_type != INT_OUT_EP &&
in xhci_update_bw_info()
H
A
D
xhci.c
2493
return (ep_type !=
ISOC_OUT_EP
&& ep_type != INT_OUT_EP &&
in xhci_is_async_ep()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-debug.h
522
case
ISOC_OUT_EP
:
in cdnsp_ep_type_string()
H
A
D
cdnsp-gadget.h
685
#define
ISOC_OUT_EP
1
macro
H
A
D
cdnsp-mem.c
902
return in ? ISOC_IN_EP :
ISOC_OUT_EP
;
in cdnsp_get_endpoint_type()
Completed in 36 milliseconds