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:max_ssp_rate
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H
A
D
core.c
1485
dwc->
max_ssp_rate
= usb_get_maximum_ssp_rate(dev);
in dwc3_get_properties()
1705
switch (dwc->
max_ssp_rate
) {
in dwc3_check_params()
1720
dwc->
max_ssp_rate
= USB_SSP_GEN_2x2;
in dwc3_check_params()
1722
dwc->
max_ssp_rate
= USB_SSP_GEN_2x1;
in dwc3_check_params()
1726
dwc->
max_ssp_rate
= USB_SSP_GEN_1x2;
in dwc3_check_params()
H
A
D
gadget.c
2515
ssp_rate = dwc->
max_ssp_rate
;
in __dwc3_gadget_set_ssp_rate()
2523
else if (dwc->
max_ssp_rate
!= USB_SSP_GEN_1x2)
in __dwc3_gadget_set_ssp_rate()
2527
dwc->
max_ssp_rate
!= USB_SSP_GEN_2x1)
in __dwc3_gadget_set_ssp_rate()
4645
dwc->gadget->
max_ssp_rate
= dwc->
max_ssp_rate
;
in dwc3_gadget_init()
4663
dwc3_gadget_set_ssp_rate(dwc->gadget, dwc->
max_ssp_rate
);
in dwc3_gadget_init()
H
A
D
core.h
1011
* @
max_ssp_rate
: SuperSpeed Plus maximum signaling rate and lane count
1206
enum usb_ssp_rate
max_ssp_rate
;
member
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
gadget.h
348
* @
max_ssp_rate
: Maximum SuperSpeed Plus signaling rate and lane count the UDC
424
enum usb_ssp_rate
max_ssp_rate
;
member
/kernel/linux/linux-6.6/drivers/usb/gadget/
H
A
D
composite.c
806
if (cdev->gadget->
max_ssp_rate
== USB_SSP_GEN_2x2)
in bos_desc()
853
if (cdev->gadget->
max_ssp_rate
== USB_SSP_GEN_2x1 ||
in bos_desc()
854
cdev->gadget->
max_ssp_rate
== USB_SSP_GEN_UNKNOWN)
in bos_desc()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
core.c
1270
gadget->ops->udc_set_ssp_rate(gadget, gadget->
max_ssp_rate
);
in usb_gadget_udc_set_speed()
Completed in 19 milliseconds