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:speed_id
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-hub.c
915
int
speed_id
;
in xhci_get_ext_port_status()
local
918
speed_id
= DEV_PORT_SPEED(raw_port_status);
in xhci_get_ext_port_status()
919
ext_stat |=
speed_id
; /* bits 3:0, RX speed id */
in xhci_get_ext_port_status()
920
ext_stat |=
speed_id
<< 4; /* bits 7:4, TX speed id */
in xhci_get_ext_port_status()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-hub.c
1020
int
speed_id
;
in xhci_get_ext_port_status()
local
1023
speed_id
= DEV_PORT_SPEED(raw_port_status);
in xhci_get_ext_port_status()
1024
ext_stat |=
speed_id
; /* bits 3:0, RX speed id */
in xhci_get_ext_port_status()
1025
ext_stat |=
speed_id
<< 4; /* bits 7:4, TX speed id */
in xhci_get_ext_port_status()
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
hub.c
2718
u8
speed_id
;
in get_port_ssp_rate()
local
2726
speed_id
= ext_portstatus & USB_EXT_PORT_STAT_RX_SPEED_ID;
in get_port_ssp_rate()
2737
if (
speed_id
== ssid) {
in get_port_ssp_rate()
2786
static int port_speed_is_ssp(struct usb_device *hdev, int
speed_id
)
in port_speed_is_ssp()
argument
2805
if (
speed_id
== (ss_attr & USB_SSP_SUBLINK_SPEED_SSID))
in port_speed_is_ssp()
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
hub.c
2726
u8
speed_id
;
in get_port_ssp_rate()
local
2738
speed_id
= ext_portstatus & USB_EXT_PORT_STAT_RX_SPEED_ID;
in get_port_ssp_rate()
2749
if (
speed_id
== ssid) {
in get_port_ssp_rate()
Completed in 18 milliseconds