Searched refs:usb_enable_endpoint (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/usb/usb-composite/
H A Dusb-interface.c99 zx_status_t ret = usb_enable_endpoint(&intf->comp->usb, old_ep, NULL, false);
110 zx_status_t ret = usb_enable_endpoint(&intf->comp->usb, new_ep, ss_comp_desc,
/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dusb.h291 static inline zx_status_t usb_enable_endpoint(const usb_protocol_t* usb, function
/fuchsia/zircon/system/dev/usb/usb-hub/
H A Dusb-hub.c476 status = usb_enable_endpoint(&usb, endp, ss_comp_desc, true);
478 zxlogf(ERROR, "%s: usb_enable_endpoint failed %d\n", __FUNCTION__, status);

Completed in 36 milliseconds