iPXE
|
USB bus host controller operations. More...
#include <usb.h>
Data Fields | |
int(* | open )(struct usb_bus *bus) |
Open bus. | |
void(* | close )(struct usb_bus *bus) |
Close bus. | |
void(* | poll )(struct usb_bus *bus) |
Poll bus. |
int( * usb_bus_host_operations::open)(struct usb_bus *bus) |
Open bus.
bus | USB bus |
rc | Return status code |
Definition at line 994 of file usb.h.
Referenced by register_usb_bus().
void( * usb_bus_host_operations::close)(struct usb_bus *bus) |
Close bus.
bus | USB bus |
Definition at line 999 of file usb.h.
Referenced by register_usb_bus(), and unregister_usb_bus().
void( * usb_bus_host_operations::poll)(struct usb_bus *bus) |