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:ss_cap
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-hub.c
39
struct usb_ss_cap_descriptor *
ss_cap
;
in xhci_create_usb3x_bos_desc()
local
101
ss_cap
= (struct usb_ss_cap_descriptor *)&buf[USB_DT_BOS_SIZE];
in xhci_create_usb3x_bos_desc()
102
ss_cap
->bLength = USB_DT_USB_SS_CAP_SIZE;
in xhci_create_usb3x_bos_desc()
103
ss_cap
->bDescriptorType = USB_DT_DEVICE_CAPABILITY;
in xhci_create_usb3x_bos_desc()
104
ss_cap
->bDevCapabilityType = USB_SS_CAP_TYPE;
in xhci_create_usb3x_bos_desc()
105
ss_cap
->bmAttributes = 0; /* set later */
in xhci_create_usb3x_bos_desc()
106
ss_cap
->wSpeedSupported = cpu_to_le16(USB_5GBPS_OPERATION);
in xhci_create_usb3x_bos_desc()
107
ss_cap
->bFunctionalitySupport = USB_LOW_SPEED_OPERATION;
in xhci_create_usb3x_bos_desc()
108
ss_cap
->bU1devExitLat = 0; /* set later */
in xhci_create_usb3x_bos_desc()
109
ss_cap
in xhci_create_usb3x_bos_desc()
[all...]
H
A
D
xhci.c
4654
u2_del_ns = le16_to_cpu(udev->bos->
ss_cap
->bU2DevExitLat) * 1000ULL;
in xhci_calculate_intel_u2_timeout()
/kernel/linux/linux-5.10/drivers/usb/gadget/
H
A
D
composite.c
716
struct usb_ss_cap_descriptor *
ss_cap
;
in bos_desc()
local
718
ss_cap
= cdev->req->buf + le16_to_cpu(bos->wTotalLength);
in bos_desc()
721
ss_cap
->bLength = USB_DT_USB_SS_CAP_SIZE;
in bos_desc()
722
ss_cap
->bDescriptorType = USB_DT_DEVICE_CAPABILITY;
in bos_desc()
723
ss_cap
->bDevCapabilityType = USB_SS_CAP_TYPE;
in bos_desc()
724
ss_cap
->bmAttributes = 0; /* LTM is not supported yet */
in bos_desc()
725
ss_cap
->wSpeedSupported = cpu_to_le16(USB_LOW_SPEED_OPERATION |
in bos_desc()
729
ss_cap
->bFunctionalitySupport = USB_LOW_SPEED_OPERATION;
in bos_desc()
730
ss_cap
->bU1devExitLat = dcd_config_params.bU1devExitLat;
in bos_desc()
731
ss_cap
in bos_desc()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/
H
A
D
composite.c
781
struct usb_ss_cap_descriptor *
ss_cap
;
in bos_desc()
local
783
ss_cap
= cdev->req->buf + le16_to_cpu(bos->wTotalLength);
in bos_desc()
786
ss_cap
->bLength = USB_DT_USB_SS_CAP_SIZE;
in bos_desc()
787
ss_cap
->bDescriptorType = USB_DT_DEVICE_CAPABILITY;
in bos_desc()
788
ss_cap
->bDevCapabilityType = USB_SS_CAP_TYPE;
in bos_desc()
789
ss_cap
->bmAttributes = 0; /* LTM is not supported yet */
in bos_desc()
790
ss_cap
->wSpeedSupported = cpu_to_le16(USB_LOW_SPEED_OPERATION |
in bos_desc()
794
ss_cap
->bFunctionalitySupport = USB_LOW_SPEED_OPERATION;
in bos_desc()
795
ss_cap
->bU1devExitLat = dcd_config_params.bU1devExitLat;
in bos_desc()
796
ss_cap
in bos_desc()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
usb.h
406
struct usb_ss_cap_descriptor *
ss_cap
;
member
821
if (udev->speed < USB_SPEED_SUPER || !udev->bos || !udev->bos->
ss_cap
)
in usb_device_supports_ltm()
823
return udev->bos->
ss_cap
->bmAttributes & USB_LTM_SUPPORT;
in usb_device_supports_ltm()
/kernel/linux/linux-6.6/include/linux/
H
A
D
usb.h
428
struct usb_ss_cap_descriptor *
ss_cap
;
member
849
if (udev->speed < USB_SPEED_SUPER || !udev->bos || !udev->bos->
ss_cap
)
in usb_device_supports_ltm()
851
return udev->bos->
ss_cap
->bmAttributes & USB_LTM_SUPPORT;
in usb_device_supports_ltm()
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
hub.c
173
if (!udev->bos->
ss_cap
) {
in usb_device_supports_lpm()
178
if (udev->bos->
ss_cap
->bU1devExitLat == 0 &&
in usb_device_supports_lpm()
179
udev->bos->
ss_cap
->bU2DevExitLat == 0) {
in usb_device_supports_lpm()
344
udev_u1_del = udev->bos->
ss_cap
->bU1devExitLat;
in usb_set_lpm_parameters()
345
udev_u2_del = le16_to_cpu(udev->bos->
ss_cap
->bU2DevExitLat);
in usb_set_lpm_parameters()
346
hub_u1_del = udev->parent->bos->
ss_cap
->bU1devExitLat;
in usb_set_lpm_parameters()
347
hub_u2_del = le16_to_cpu(udev->parent->bos->
ss_cap
->bU2DevExitLat);
in usb_set_lpm_parameters()
4224
u1_mel = udev->bos->
ss_cap
->bU1devExitLat;
in usb_enable_link_state()
4225
u2_mel = udev->bos->
ss_cap
->bU2DevExitLat;
in usb_enable_link_state()
H
A
D
config.c
1074
dev->bos->
ss_cap
=
in usb_get_bos_descriptor()
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
hub.c
180
if (!udev->bos->
ss_cap
) {
in usb_device_supports_lpm()
185
if (udev->bos->
ss_cap
->bU1devExitLat == 0 &&
in usb_device_supports_lpm()
186
udev->bos->
ss_cap
->bU2DevExitLat == 0) {
in usb_device_supports_lpm()
351
udev_u1_del = udev->bos->
ss_cap
->bU1devExitLat;
in usb_set_lpm_parameters()
352
udev_u2_del = le16_to_cpu(udev->bos->
ss_cap
->bU2DevExitLat);
in usb_set_lpm_parameters()
353
hub_u1_del = udev->parent->bos->
ss_cap
->bU1devExitLat;
in usb_set_lpm_parameters()
354
hub_u2_del = le16_to_cpu(udev->parent->bos->
ss_cap
->bU2DevExitLat);
in usb_set_lpm_parameters()
4246
u1_mel = udev->bos->
ss_cap
->bU1devExitLat;
in usb_enable_link_state()
4247
u2_mel = udev->bos->
ss_cap
->bU2DevExitLat;
in usb_enable_link_state()
H
A
D
config.c
1059
dev->bos->
ss_cap
=
in usb_get_bos_descriptor()
/kernel/linux/linux-5.10/drivers/usb/usbip/
H
A
D
vhci_hcd.c
267
struct usb_ss_cap_descriptor
ss_cap
;
member
276
.
ss_cap
= {
/kernel/linux/linux-6.6/drivers/usb/usbip/
H
A
D
vhci_hcd.c
267
struct usb_ss_cap_descriptor
ss_cap
;
member
276
.
ss_cap
= {
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
dummy_hcd.c
2034
struct usb_ss_cap_descriptor
ss_cap
;
member
2043
.
ss_cap
= {
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
dummy_hcd.c
2047
struct usb_ss_cap_descriptor
ss_cap
;
member
2056
.
ss_cap
= {
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci.c
4769
u2_del_ns = le16_to_cpu(udev->bos->
ss_cap
->bU2DevExitLat) * 1000ULL;
in xhci_calculate_intel_u2_timeout()
Completed in 50 milliseconds