Searched refs:hub_device_added (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dusb-bus.h21 zx_status_t (*hub_device_added)(void* ctx, zx_device_t* hub_device, int port, member in struct:usb_bus_protocol_ops
40 return bus->ops->hub_device_added(bus->ctx, hub_device, port, speed);
H A Dusb-hci.h34 zx_status_t (*hub_device_added)(void* ctx, uint32_t device_id, int port, usb_speed_t speed); member in struct:usb_hci_protocol_ops
80 return hci->ops->hub_device_added(hci->ctx, device_id, port, speed);
/fuchsia/zircon/system/dev/usb/usb-bus/
H A Dusb-bus.c117 .hub_device_added = bus_device_added,
/fuchsia/zircon/system/dev/usb/xhci/
H A Dusb-xhci.c148 .hub_device_added = xhci_hub_device_added,
/fuchsia/zircon/system/dev/usb/dwc2/
H A Ddwc2.c785 .hub_device_added = dwc_hub_device_added,

Completed in 25 milliseconds