/third_party/FreeBSD/sys/dev/usb/ |
D | usb_hub.c | 226 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 …]
|
D | usb_device.c | 561 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 …]
|
D | usb_hub.h | 50 usb_error_t (*explore) (struct usb_device *hub);
|
D | usb_generic.c | 779 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()
|
D | usb_device.h | 215 struct usb_hub *hub; /* only if this is a hub */ member
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/ |
D | run_vmservice_object_tests.sh | 24 FIND_RESULT=`find /hub -name vmservice-port | grep dart_jit_runner`
|
/third_party/libexif/ |
D | AUTHORS | 4 Hubert Figuiere <hub@figuiere.net>
|
D | ChangeLog | 871 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/ |
D | push_testing_images.sh | 22 …curl --silent -f -lSL https://registry.hub.docker.com/v2/repositories/${DOCKERHUB_ORGANIZATION}/${…
|
/third_party/grpc/third_party/rake-compiler-dock/ |
D | push_testing_images.sh | 40 …curl --silent -f -lSL https://registry.hub.docker.com/v2/repositories/${DOCKERHUB_ORGANIZATION}/${…
|
/third_party/grpc/tools/dockerfile/ |
D | push_testing_images.sh | 43 …curl --silent -f -lSL https://registry.hub.docker.com/v2/repositories/${DOCKERHUB_ORGANIZATION}/${…
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | usb_controller.c | 344 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/ |
D | README_CN.md | 6 [](https://hub.docker.… 147 MindSpore的Docker镜像托管在[Docker Hub](https://hub.docker.com/r/mindspore)上。
|
D | README.md | 6 [](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/ |
D | fuchsia_compat.dart | 53 // access something (like the hub) that requires interaction with this
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc_gevent.pyx.pxi | 378 import gevent.hub 379 gevent_hub = gevent.hub
|
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/test/ |
D | fuchsia_remote_connection_test.dart | 26 <String>['/hub/blah/blah/blah/vmservice-port\n']));
|
/third_party/libusb/ |
D | ChangeLog | 69 * 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/ |
D | fuchsia_device.dart | 415 const String findCommand = 'find /hub -name vmservice-port'; 472 // TODO(jonahwilliams): replacing this with the hub will require an update
|
/third_party/eudev/hwdb/ |
D | 20-usb-classes.hwdb | 186 ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub
|
D | 20-usb-vendor-model.hwdb | 1188 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/ |
D | design.qbk | 14 …ata collection, the layer of processing the collected data and the central hub that interconnects …
|
D | core.qbk | 51 The logging core is a central hub that provides the following facilities:
|
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/src/ |
D | fuchsia_remote_connection.dart | 522 .run('/bin/find /hub -name vmservice-port');
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | FAQ.md | 51 - 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.
|