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

/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dusb-bus.h23 zx_status_t (*hub_device_removed)(void* ctx, zx_device_t* hub_device, int port); member in struct:usb_bus_protocol_ops
45 return bus->ops->hub_device_removed(bus->ctx, hub_device, port);
H A Dusb-hci.h35 zx_status_t (*hub_device_removed)(void* ctx, uint32_t device_id, int port); member in struct:usb_hci_protocol_ops
85 return hci->ops->hub_device_removed(hci->ctx, device_id, port);
/fuchsia/zircon/system/dev/usb/usb-bus/
H A Dusb-bus.c118 .hub_device_removed = bus_device_removed,
/fuchsia/zircon/system/dev/usb/xhci/
H A Dusb-xhci.c149 .hub_device_removed = xhci_hub_device_removed,
/fuchsia/zircon/system/dev/usb/dwc2/
H A Ddwc2.c786 .hub_device_removed = dwc_hub_device_removed,

Completed in 221 milliseconds