iPXE
Data Fields
usb_host_operations Struct Reference

USB host controller operations. More...

#include <usb.h>

Data Fields

struct usb_endpoint_host_operations endpoint
 Endpoint operations. More...
 
struct usb_device_host_operations device
 Device operations. More...
 
struct usb_bus_host_operations bus
 Bus operations. More...
 
struct usb_hub_host_operations hub
 Hub operations. More...
 
struct usb_hub_driver_operations root
 Root hub operations. More...
 

Detailed Description

USB host controller operations.

Definition at line 1010 of file usb.h.

Field Documentation

◆ endpoint

struct usb_endpoint_host_operations usb_host_operations::endpoint

Endpoint operations.

Definition at line 1012 of file usb.h.

Referenced by usb_endpoint_open().

◆ device

struct usb_device_host_operations usb_host_operations::device

Device operations.

Definition at line 1014 of file usb.h.

◆ bus

struct usb_bus_host_operations usb_host_operations::bus

Bus operations.

Definition at line 1016 of file usb.h.

◆ hub

struct usb_hub_host_operations usb_host_operations::hub

Hub operations.

Definition at line 1018 of file usb.h.

◆ root

struct usb_hub_driver_operations usb_host_operations::root

Root hub operations.

Definition at line 1020 of file usb.h.


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