iPXE
Data Fields
usb_hub_host_operations Struct Reference

USB hub host controller operations. More...

#include <usb.h>

Data Fields

int(* open )(struct usb_hub *hub)
 Open hub. More...
 
void(* close )(struct usb_hub *hub)
 Close hub. More...
 

Detailed Description

USB hub host controller operations.

Definition at line 856 of file usb.h.

Field Documentation

◆ open

int( * usb_hub_host_operations::open) (struct usb_hub *hub)

Open hub.

Parameters
hubUSB hub
Return values
rcReturn status code

Definition at line 862 of file usb.h.

Referenced by register_usb_hub().

◆ close

void( * usb_hub_host_operations::close) (struct usb_hub *hub)

Close hub.

Parameters
hubUSB hub

Definition at line 867 of file usb.h.

Referenced by register_usb_hub(), and unregister_usb_hub().


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