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:parent_hs_hub
(Results
1 - 6
of
6
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_device.h
212
struct usb_device *
parent_hs_hub
; /* high-speed parent HUB */
member
H
A
D
usb_hub.c
264
udev = child->
parent_hs_hub
;
in uhub_tt_buffer_reset_async_locked()
1949
hub = udev->
parent_hs_hub
->hub;
in usb_hs_bandwidth_adjust()
2169
if (xfer->xroot->udev->
parent_hs_hub
!=
in usbd_fs_isoc_schedule_alloc_slot()
2170
isoc_xfer->xroot->udev->
parent_hs_hub
) {
in usbd_fs_isoc_schedule_alloc_slot()
2173
if ((isoc_xfer->xroot->udev->
parent_hs_hub
->
in usbd_fs_isoc_schedule_alloc_slot()
H
A
D
usb_request.c
2035
if ((udev->
parent_hs_hub
!= NULL) &&
in usbd_req_re_enumerate()
2038
if ((udev->
parent_hs_hub
== parent_hub) &&
in usbd_req_re_enumerate()
2046
err = usbd_req_clear_tt_buffer(udev->
parent_hs_hub
, NULL,
in usbd_req_re_enumerate()
H
A
D
usb_device.c
1574
udev->
parent_hs_hub
= hub;
in usb_alloc_device()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
2556
if ((udev->
parent_hs_hub
!= NULL) &&
in xhci_configure_device()
2557
(udev->
parent_hs_hub
->ddesc.bDeviceProtocol ==
in xhci_configure_device()
2573
if ((udev->
parent_hs_hub
!= NULL) &&
in xhci_configure_device()
2574
(udev->
parent_hs_hub
->ddesc.bDeviceProtocol ==
in xhci_configure_device()
2627
hubdev = udev->
parent_hs_hub
;
in xhci_configure_device()
H
A
D
ehci.c
1124
if ((xfer->xroot->udev->
parent_hs_hub
!= NULL) ||
in ehci_non_isoc_done_sub()
1731
if ((xfer->xroot->udev->
parent_hs_hub
!= NULL) ||
in ehci_setup_standard_chain()
3708
(udev->
parent_hs_hub
== NULL) ||
3709
(udev->
parent_hs_hub
->hub == NULL))) {
Completed in 17 milliseconds