Searched refs:enable_endpoint (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dusb-hci.h24 zx_status_t (*enable_endpoint)(void* ctx, uint32_t device_id, member in struct:usb_hci_protocol_ops
64 return hci->ops->enable_endpoint(hci->ctx, device_id, ep_desc, ss_comp_desc, enable);
H A Dusb.h149 zx_status_t (*enable_endpoint)(void* ctx, usb_endpoint_descriptor_t* ep_desc, member in struct:__anon1007
295 return usb->ops->enable_endpoint(usb->ctx, ep_desc, ss_comp_desc, enable);
/fuchsia/zircon/system/dev/usb/usb-composite/
H A Dusb-interface.c385 .enable_endpoint = usb_interface_enable_endpoint,
/fuchsia/zircon/system/dev/usb/xhci/
H A Dusb-xhci.c145 .enable_endpoint = xhci_enable_ep,
/fuchsia/zircon/system/dev/usb/usb-bus/
H A Dusb-device.c577 .enable_endpoint = usb_device_enable_endpoint,
/fuchsia/zircon/system/dev/usb/dwc2/
H A Ddwc2.c782 .enable_endpoint = dwc_enable_ep,

Completed in 96 milliseconds