#include <usb/usb.h>
#include <usb/dev/driver.h>
#include "ohci_regs.h"
#include "batch.h"
Go to the source code of this file.
Data Structures | |
| struct | rh |
| ohci root hub representation More... | |
Typedefs | |
| typedef rh | rh_t |
| ohci root hub representation | |
Functions | |
| int | rh_init (rh_t *instance, ohci_regs_t *regs) |
| Root hub initialization. | |
| void | rh_interrupt (rh_t *instance) |
| process interrupt on a hub | |
| int | rh_request (rh_t *instance, usb_transfer_batch_t *request) |
| process root hub request | |
Definition in file root_hub.h.
1.4.7