iPXE
Data Fields
uhci_endpoint Struct Reference

A UHCI endpoint. More...

#include <uhci.h>

Data Fields

struct uhci_deviceuhci
 UHCI 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 uhci_ring ring
 Transfer ring. More...
 

Detailed Description

A UHCI endpoint.

Definition at line 336 of file uhci.h.

Field Documentation

◆ uhci

struct uhci_device* uhci_endpoint::uhci

◆ ep

struct usb_endpoint* uhci_endpoint::ep

◆ list

struct list_head uhci_endpoint::list

List of all endpoints.

Definition at line 342 of file uhci.h.

Referenced by uhci_bus_poll(), uhci_endpoint_close(), and uhci_endpoint_open().

◆ schedule

struct list_head uhci_endpoint::schedule

Endpoint schedule.

Definition at line 344 of file uhci.h.

Referenced by uhci_async_add(), uhci_async_del(), uhci_periodic_add(), and uhci_periodic_del().

◆ ring

struct uhci_ring uhci_endpoint::ring

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