Home
last modified time | relevance | path

Searched refs:hub (Results 1 – 25 of 42) sorted by relevance

12

/third_party/FreeBSD/sys/dev/usb/
Dusb_hub.c226 struct usb_hub *hub; in uhub_reset_tt_proc() local
229 hub = udev->hub; in uhub_reset_tt_proc()
230 if (hub == NULL) in uhub_reset_tt_proc()
232 sc = hub->hubsoftc; in uhub_reset_tt_proc()
258 struct usb_hub *hub; in uhub_tt_buffer_reset_async_locked() local
272 hub = udev->hub; in uhub_tt_buffer_reset_async_locked()
273 if ((hub == NULL) || in uhub_tt_buffer_reset_async_locked()
285 up = hub->ports + port - 1; in uhub_tt_buffer_reset_async_locked()
315 &hub->tt_msg[0], &hub->tt_msg[1]); in uhub_tt_buffer_reset_async_locked()
339 for (x = 0; x != udev->hub->nports; x++) { in uhub_reset_tt_callback()
[all …]
Dusb_device.c561 max_power = udev->parent_hub->hub->portpower; in usbd_set_config_index()
1483 struct usb_device *hub; in usb_alloc_device() local
1581 hub = udev->parent_hub; in usb_alloc_device()
1583 while (hub) { in usb_alloc_device()
1584 if (hub->speed == USB_SPEED_HIGH) { in usb_alloc_device()
1585 udev->hs_hub_addr = hub->address; in usb_alloc_device()
1586 udev->parent_hs_hub = hub; in usb_alloc_device()
1590 adev = hub; in usb_alloc_device()
1591 hub = hub->parent_hub; in usb_alloc_device()
1842 (parent_hub->hub->ports + port_index) : NULL, udev, device_index); in usb_alloc_device()
[all …]
Dusb_hub.h50 usb_error_t (*explore) (struct usb_device *hub);
Dusb_generic.c779 struct usb_device *hub = NULL; in usb_gen_fill_deviceinfo() local
807 hub = udev->parent_hub; in usb_gen_fill_deviceinfo()
808 if (hub) { in usb_gen_fill_deviceinfo()
809 di->udi_hubaddr = hub->address; in usb_gen_fill_deviceinfo()
810 di->udi_hubindex = hub->device_index; in usb_gen_fill_deviceinfo()
1926 struct usb_hub *hub = NULL; in ugen_do_port_feature() local
1937 (udev->hub == NULL)) { in ugen_do_port_feature()
1940 hub = udev->hub; in ugen_do_port_feature()
1942 if (port_no > hub->nports) { in ugen_do_port_feature()
Dusb_device.h215 struct usb_hub *hub; /* only if this is a hub */ member
/third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/
Drun_vmservice_object_tests.sh24 FIND_RESULT=`find /hub -name vmservice-port | grep dart_jit_runner`
/third_party/libexif/
DAUTHORS4 Hubert Figuiere <hub@figuiere.net>
DChangeLog871 2006-01-16 Hubert Figuiere <hub@figuiere.net>
875 2006-01-03 Hubert Figuiere <hub@figuiere.net>
880 2006-01-02 Hubert Figuiere <hub@figuiere.net>
/third_party/protobuf/kokoro/linux/dockerfile/
Dpush_testing_images.sh22 …curl --silent -f -lSL https://registry.hub.docker.com/v2/repositories/${DOCKERHUB_ORGANIZATION}/${…
/third_party/grpc/third_party/rake-compiler-dock/
Dpush_testing_images.sh40 …curl --silent -f -lSL https://registry.hub.docker.com/v2/repositories/${DOCKERHUB_ORGANIZATION}/${…
/third_party/grpc/tools/dockerfile/
Dpush_testing_images.sh43 …curl --silent -f -lSL https://registry.hub.docker.com/v2/repositories/${DOCKERHUB_ORGANIZATION}/${…
/third_party/FreeBSD/sys/dev/usb/controller/
Dusb_controller.c344 if ((udev != NULL) && (udev->hub != NULL)) { in usb_bus_explore()
375 (void)(udev->hub->explore) (udev); in usb_bus_explore()
682 (bus->devices[USB_ROOT_HUB_ADDR]->hub == NULL)) { in usb_bus_attach()
/third_party/mindspore/
DREADME_CN.md6 [![DockerHub](https://img.shields.io/docker/pulls/mindspore/mindspore-cpu.svg)](https://hub.docker.…
147 MindSpore的Docker镜像托管在[Docker Hub](https://hub.docker.com/r/mindspore)上。
DREADME.md6 [![DockerHub](https://img.shields.io/docker/pulls/mindspore/mindspore-cpu.svg)](https://hub.docker.…
145 MindSpore docker image is hosted on [Docker Hub](https://hub.docker.com/r/mindspore),
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/
Dfuchsia_compat.dart53 // access something (like the hub) that requires interaction with this
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_gevent.pyx.pxi378 import gevent.hub
379 gevent_hub = gevent.hub
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/test/
Dfuchsia_remote_connection_test.dart26 <String>['/hub/blah/blah/blah/vmservice-port\n']));
/third_party/libusb/
DChangeLog69 * Darwin: Ignore root hub simulation devices
104 * Windows: Add AMD and Intel USB-3.0 root hub support
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/
Dfuchsia_device.dart415 const String findCommand = 'find /hub -name vmservice-port';
472 // TODO(jonahwilliams): replacing this with the hub will require an update
/third_party/eudev/hwdb/
D20-usb-classes.hwdb186 ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub
D20-usb-vendor-model.hwdb1188 ID_MODEL_FROM_DATABASE=4-port hub
2124 ID_MODEL_FROM_DATABASE=4-port hub
2871 ID_MODEL_FROM_DATABASE=7-port hub
4779 ID_MODEL_FROM_DATABASE=LPC47M14x hub
4812 ID_MODEL_FROM_DATABASE=hub
8727 ID_MODEL_FROM_DATABASE=Bluetooth wireless hub
8730 ID_MODEL_FROM_DATABASE=Bluetooth wireless hub
8745 ID_MODEL_FROM_DATABASE=Bluetooth wireless hub
8751 ID_MODEL_FROM_DATABASE=Bluetooth wireless hub
8754 ID_MODEL_FROM_DATABASE=Bluetooth wireless hub
[all …]
/third_party/boost/libs/log/doc/
Ddesign.qbk14 …ata collection, the layer of processing the collected data and the central hub that interconnects …
Dcore.qbk51 The logging core is a central hub that provides the following facilities:
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/src/
Dfuchsia_remote_connection.dart522 .run('/bin/find /hub -name vmservice-port');
/third_party/skia/third_party/externals/imgui/docs/
DFAQ.md51 - The [Wiki](https://github.com/ocornut/imgui/wiki) is a hub to many resources and links.
95 The [Wiki](https://github.com/ocornut/imgui/wiki) is a hub to many resources and links.

12