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:combo_num
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H
A
D
gadget.c
1530
while (dep->
combo_num
< 2) {
in dwc3_gadget_start_isoc_quirk()
1537
* 4 uframes in the future with BIT[15:14] as dep->
combo_num
in dwc3_gadget_start_isoc_quirk()
1540
test_frame_number |= dep->
combo_num
<< 14;
in dwc3_gadget_start_isoc_quirk()
1553
dep->
combo_num
= 0;
in dwc3_gadget_start_isoc_quirk()
1558
if (dep->
combo_num
== 0)
in dwc3_gadget_start_isoc_quirk()
1561
dep->
combo_num
++;
in dwc3_gadget_start_isoc_quirk()
1578
dep->
combo_num
= 1;
in dwc3_gadget_start_isoc_quirk()
1580
dep->
combo_num
= 2;
in dwc3_gadget_start_isoc_quirk()
1582
dep->
combo_num
= 3;
in dwc3_gadget_start_isoc_quirk()
1584
dep->
combo_num
in dwc3_gadget_start_isoc_quirk()
[all...]
H
A
D
core.h
682
* @
combo_num
: the test combination BIT[15:14] of the frame number to test
685
*
combo_num
= 'b00
741
u8
combo_num
;
member
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H
A
D
gadget.c
1805
while (dep->
combo_num
< 2) {
in dwc3_gadget_start_isoc_quirk()
1812
* 4 uframes in the future with BIT[15:14] as dep->
combo_num
in dwc3_gadget_start_isoc_quirk()
1815
test_frame_number |= dep->
combo_num
<< 14;
in dwc3_gadget_start_isoc_quirk()
1828
dep->
combo_num
= 0;
in dwc3_gadget_start_isoc_quirk()
1833
if (dep->
combo_num
== 0)
in dwc3_gadget_start_isoc_quirk()
1836
dep->
combo_num
++;
in dwc3_gadget_start_isoc_quirk()
1853
dep->
combo_num
= 1;
in dwc3_gadget_start_isoc_quirk()
1855
dep->
combo_num
= 2;
in dwc3_gadget_start_isoc_quirk()
1857
dep->
combo_num
= 3;
in dwc3_gadget_start_isoc_quirk()
1859
dep->
combo_num
in dwc3_gadget_start_isoc_quirk()
[all...]
H
A
D
core.h
720
* @
combo_num
: the test combination BIT[15:14] of the frame number to test
723
*
combo_num
= 'b00
781
u8
combo_num
;
member
Completed in 14 milliseconds