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:isoch_delay
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
gadget.h
347
* @
isoch_delay
: value from Set Isoch Delay request. Only valid on SS/SSP
413
unsigned
isoch_delay
;
member
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
gadget.h
355
* @
isoch_delay
: value from Set Isoch Delay request. Only valid on SS/SSP
429
unsigned
isoch_delay
;
member
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-ep0.c
374
pdev->gadget.
isoch_delay
= le16_to_cpu(ctrl->wValue);
in cdnsp_ep0_set_isoch_delay()
H
A
D
cdns3-ep0.c
458
priv_dev->
isoch_delay
= le16_to_cpu(ctrl_req->wValue);
in cdns3_req_ep0_set_isoch_delay()
H
A
D
cdns3-gadget.h
1276
* @
isoch_delay
: value from Set Isoch Delay request. Only valid on SS/SSP.
1320
u16
isoch_delay
;
member
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H
A
D
ep0.c
458
priv_dev->
isoch_delay
= le16_to_cpu(ctrl_req->wValue);
in cdns3_req_ep0_set_isoch_delay()
H
A
D
gadget.h
1274
* @
isoch_delay
: value from Set Isoch Delay request. Only valid on SS/SSP.
1317
u16
isoch_delay
;
member
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H
A
D
ep0.c
755
dwc->gadget->
isoch_delay
= wValue;
in dwc3_ep0_set_isoch_delay()
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H
A
D
ep0.c
781
dwc->gadget->
isoch_delay
= wValue;
in dwc3_ep0_set_isoch_delay()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
tegra-xudc.c
480
u16
isoch_delay
;
member
2469
xudc->
isoch_delay
= delay;
in tegra_xudc_ep0_set_isoch_delay()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
tegra-xudc.c
479
u16
isoch_delay
;
member
2480
xudc->
isoch_delay
= delay;
in tegra_xudc_ep0_set_isoch_delay()
Completed in 28 milliseconds