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

/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dusb-hci.h36 zx_status_t (*reset_endpoint)(void* ctx, uint32_t device_id, uint8_t ep_address); member in struct:usb_hci_protocol_ops
90 return hci->ops->reset_endpoint(hci->ctx, device_id, ep_address);
H A Dusb.h151 zx_status_t (*reset_endpoint)(void* ctx, uint8_t ep_address); member in struct:__anon1007
303 return usb->ops->reset_endpoint(usb->ctx, ep_address);
/fuchsia/zircon/system/dev/usb/usb-composite/
H A Dusb-interface.c386 .reset_endpoint = usb_interface_reset_endpoint,
/fuchsia/zircon/system/dev/usb/xhci/
H A Dusb-xhci.c150 .reset_endpoint = xhci_reset_ep,
/fuchsia/zircon/system/dev/usb/usb-bus/
H A Dusb-device.c578 .reset_endpoint = usb_device_reset_endpoint,
/fuchsia/zircon/system/dev/usb/dwc2/
H A Ddwc2.c787 .reset_endpoint = dwc_reset_endpoint,

Completed in 95 milliseconds