iPXE
Data Fields
ehci_endpoint Struct Reference

An EHCI endpoint. More...

#include <ehci.h>

Data Fields

struct ehci_deviceehci
 EHCI device. More...
 
struct usb_endpointep
 USB endpoint. More...
 
struct list_head list
 List of all endpoints. More...
 
struct list_head schedule
 Endpoint schedule. More...
 
struct ehci_ring ring
 Transfer descriptor ring. More...
 

Detailed Description

An EHCI endpoint.

Definition at line 528 of file ehci.h.

Field Documentation

◆ ehci

struct ehci_device* ehci_endpoint::ehci

◆ ep

struct usb_endpoint* ehci_endpoint::ep

◆ list

struct list_head ehci_endpoint::list

List of all endpoints.

Definition at line 534 of file ehci.h.

Referenced by ehci_bus_poll(), ehci_endpoint_close(), and ehci_endpoint_open().

◆ schedule

struct list_head ehci_endpoint::schedule

Endpoint schedule.

Definition at line 536 of file ehci.h.

Referenced by ehci_async_add(), ehci_async_del(), ehci_periodic_add(), and ehci_periodic_del().

◆ ring

struct ehci_ring ehci_endpoint::ring

The documentation for this struct was generated from the following file: