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:prtspd
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
hcd_intr.c
269
u32
prtspd
;
in dwc2_hprt0_enable()
local
291
prtspd
= (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT;
in dwc2_hprt0_enable()
293
if (
prtspd
== HPRT0_SPD_LOW_SPEED ||
prtspd
== HPRT0_SPD_FULL_SPEED) {
in dwc2_hprt0_enable()
306
if (
prtspd
== HPRT0_SPD_LOW_SPEED &&
in dwc2_hprt0_enable()
H
A
D
hcd_queue.c
1517
u32
prtspd
= (hprt & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT;
in dwc2_qh_init()
local
1518
bool do_split = (
prtspd
== HPRT0_SPD_HIGH_SPEED &&
in dwc2_qh_init()
1569
qh->schedule_low_speed =
prtspd
!= HPRT0_SPD_HIGH_SPEED ||
in dwc2_qh_init()
H
A
D
hcd.c
1900
u32
prtspd
= (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT;
in dwc2_hcd_urb_enqueue()
local
1902
if (
prtspd
== HPRT0_SPD_FULL_SPEED)
in dwc2_hcd_urb_enqueue()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
hcd_intr.c
239
u32
prtspd
;
in dwc2_hprt0_enable()
local
261
prtspd
= (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT;
in dwc2_hprt0_enable()
263
if (
prtspd
== HPRT0_SPD_LOW_SPEED ||
prtspd
== HPRT0_SPD_FULL_SPEED) {
in dwc2_hprt0_enable()
276
if (
prtspd
== HPRT0_SPD_LOW_SPEED &&
in dwc2_hprt0_enable()
H
A
D
hcd_queue.c
1487
u32
prtspd
= (hprt & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT;
in dwc2_qh_init()
local
1488
bool do_split = (
prtspd
== HPRT0_SPD_HIGH_SPEED &&
in dwc2_qh_init()
1539
qh->schedule_low_speed =
prtspd
!= HPRT0_SPD_HIGH_SPEED ||
in dwc2_qh_init()
H
A
D
hcd.c
1865
u32
prtspd
= (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT;
in dwc2_hcd_urb_enqueue()
local
1867
if (
prtspd
== HPRT0_SPD_FULL_SPEED)
in dwc2_hcd_urb_enqueue()
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/
H
A
D
octeon-hcd.h
1362
* @
prtspd
: Port Speed (PrtSpd)
1466
__BITFIELD_FIELD(u32
prtspd
: 2,
H
A
D
octeon-hcd.c
556
usb->usbcx_hprt.s.
prtspd
== CVMX_USB_SPEED_HIGH;
in cvmx_usb_pipe_needs_split()
1023
result.port_speed = usbc_hprt.s.
prtspd
;
in cvmx_usb_get_status()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
octeon-hcd.h
1362
* @
prtspd
: Port Speed (PrtSpd)
1466
__BITFIELD_FIELD(u32
prtspd
: 2,
H
A
D
octeon-hcd.c
558
usb->usbcx_hprt.s.
prtspd
== CVMX_USB_SPEED_HIGH;
in cvmx_usb_pipe_needs_split()
1025
result.port_speed = usbc_hprt.s.
prtspd
;
in cvmx_usb_get_status()
Completed in 33 milliseconds