Searched defs:hub_device (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/usb/usb-bus/
H A Dusb-bus.c72 static zx_status_t bus_configure_hub(void* ctx, zx_device_t* hub_device, usb_speed_t speed, argument
82 static zx_status_t bus_device_added(void* ctx, zx_device_t* hub_device, int port, usb_speed_t speed) { argument
91 static zx_status_t bus_device_removed(void* ctx, zx_device_t* hub_device, int port) { argument
/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dusb-bus.h32 static inline zx_status_t usb_bus_configure_hub(usb_bus_protocol_t* bus, zx_device_t* hub_device, argument
38 static inline zx_status_t usb_bus_hub_device_added(usb_bus_protocol_t* bus, zx_device_t* hub_device, argument
43 usb_bus_hub_device_removed(usb_bus_protocol_t* bus, zx_device_t* hub_device, int port) argument

Completed in 28 milliseconds