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:hub
(Results
1 - 9
of
9
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_hub.c
61
PRINTK("The level of usb
hub
debug is %d\n", level);
in usb_hub_debug_func()
141
* driver instance for "
hub
" connected to "usb"
142
* and "
hub
" connected to "
hub
"
224
struct usb_hub *
hub
;
in uhub_reset_tt_proc()
local
227
hub
= udev->
hub
;
in uhub_reset_tt_proc()
228
if (
hub
== NULL)
in uhub_reset_tt_proc()
230
sc =
hub
->hubsoftc;
in uhub_reset_tt_proc()
256
struct usb_hub *
hub
;
in uhub_tt_buffer_reset_async_locked()
local
380
struct usb_
hub
*
hub
;
uhub_count_active_host_ports()
local
499
struct usb_
hub
*
hub
= dev->
hub
;
uhub_explore_sub()
local
1056
struct usb_
hub
*
hub
;
uhub_explore()
local
1261
struct usb_
hub
*
hub
;
uhub_attach()
local
1615
struct usb_
hub
*
hub
;
uhub_detach()
local
1704
u
hub
_find_iface_index(struct usb_
hub
*
hub
, device_t child, struct
hub
_result *res)
uhub_find_iface_index()
argument
1741
struct usb_
hub
*
hub
;
uhub_child_location_string()
local
1781
struct usb_
hub
*
hub
;
uhub_child_pnpinfo_string()
local
1928
struct usb_
hub
*
hub
;
usb_hs_bandwidth_adjust()
local
[all...]
H
A
D
usb_device.c
558
max_power = udev->parent_hub->
hub
->portpower;
in usbd_set_config_index()
1471
struct usb_device *
hub
;
in usb_alloc_device()
local
1490
* always be the root
hub
.
in usb_alloc_device()
1569
hub
= udev->parent_hub;
in usb_alloc_device()
1571
while (
hub
) {
in usb_alloc_device()
1572
if (
hub
->speed == USB_SPEED_HIGH) {
in usb_alloc_device()
1573
udev->hs_hub_addr =
hub
->address;
in usb_alloc_device()
1574
udev->parent_hs_hub =
hub
;
in usb_alloc_device()
1578
adev =
hub
;
in usb_alloc_device()
1579
hub
in usb_alloc_device()
[all...]
H
A
D
usb_hub.h
49
usb_error_t (*explore) (struct usb_device *
hub
);
H
A
D
usb_generic.c
773
struct usb_device *
hub
= NULL;
in ugen_fill_deviceinfo()
local
801
hub
= udev->parent_hub;
in ugen_fill_deviceinfo()
802
if (
hub
) {
in ugen_fill_deviceinfo()
803
di->udi_hubaddr =
hub
->address;
in ugen_fill_deviceinfo()
804
di->udi_hubindex =
hub
->device_index;
in ugen_fill_deviceinfo()
1864
struct usb_hub *
hub
= NULL;
in ugen_do_port_feature()
local
1875
(udev->
hub
== NULL)) {
in ugen_do_port_feature()
1878
hub
= udev->
hub
;
in ugen_do_port_feature()
1880
if (port_no >
hub
in ugen_do_port_feature()
[all...]
H
A
D
usb_device.h
214
struct usb_hub *
hub
; /* only if this is a
hub
*/
member
/third_party/node/deps/v8/third_party/ittapi/
H
A
D
buildall.py
28
hub
= parts[0]
38
aKey = _winreg.OpenKey(statics['hubs'][
hub
], curpath, 0, _winreg.KEY_READ | _winreg.KEY_WOW64_64KEY)
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
usb_controller.c
343
if ((udev != NULL) && (udev->
hub
!= NULL)) {
in usb_bus_explore()
373
(void)(udev->
hub
->explore) (udev);
in usb_bus_explore()
680
(bus->devices[USB_ROOT_HUB_ADDR]->
hub
== NULL)) {
in usb_bus_attach()
H
A
D
ehci.c
2934
* Simulate a hardware
hub
by handling all the necessary requests.
3065
* for the integrated root
hub
.
3709
(udev->parent_hs_hub->
hub
== NULL))) {
3711
DPRINTFN(2, "no
hub
or no port\n");
/third_party/libabigail/tools/
H
A
D
fedabipkgdiff
652
https://pagure.io/koji/blob/master/f/
hub
/kojihub.py#_7835
Completed in 15 milliseconds