class Endpoint
Defined at line 37 of file ../../src/devices/usb/drivers/xhci/xhci-endpoint.h
Endpoints are 1:1 with TransferRing.
Public Methods
void Endpoint (UsbXhci * hci, uint32_t device_id, uint8_t address)
Defined at line 13 of file ../../src/devices/usb/drivers/xhci/xhci-endpoint.cc
zx_status_t Init (EventRing * event_ring, fdf::MmioBuffer * mmio)
Initializes the transfer ring.
Defined at line 30 of file ../../src/devices/usb/drivers/xhci/xhci-endpoint.cc
void ~Endpoint ()
DeInits the transfer ring.
Defined at line 41 of file ../../src/devices/usb/drivers/xhci/xhci-endpoint.h
void GetInfo (GetInfoCompleter::Sync & completer)
fuchsia_hardware_usb_new.Endpoint protocol implementation. RegisterVmos/UnregisterVmos are
defined by usb::EndpointServer.
Defined at line 48 of file ../../src/devices/usb/drivers/xhci/xhci-endpoint.h
void QueueRequests (QueueRequestsRequest & request, QueueRequestsCompleter::Sync & completer)
Defined at line 53 of file ../../src/devices/usb/drivers/xhci/xhci-endpoint.cc
TransferRing & transfer_ring ()
Defined at line 55 of file ../../src/devices/usb/drivers/xhci/xhci-endpoint.h
void CancelAll (CancelAllCompleter::Sync & completer)
Defined at line 62 of file ../../src/devices/usb/drivers/xhci/xhci-endpoint.cc
void QueueRequest (usb::RequestVariant request)
Defined at line 71 of file ../../src/devices/usb/drivers/xhci/xhci-endpoint.cc