Linux Kernel
3.7.1
|
#include <ohci.h>
Data Fields | |
spinlock_t | lock |
struct ohci_regs __iomem * | regs |
struct ohci_hcca * | hcca |
dma_addr_t | hcca_dma |
struct ed * | ed_rm_list |
struct ed * | ed_bulktail |
struct ed * | ed_controltail |
struct ed * | periodic [NUM_INTS] |
void(* | start_hnp )(struct ohci_hcd *ohci) |
struct dma_pool * | td_cache |
struct dma_pool * | ed_cache |
struct td * | td_hash [TD_HASH_SIZE] |
struct list_head | pending |
enum ohci_rh_state | rh_state |
int | num_ports |
int | load [NUM_INTS] |
u32 | hc_control |
unsigned long | next_statechange |
u32 | fminterval |
unsigned | autostop:1 |
unsigned long | flags |
struct work_struct | nec_work |
struct timer_list | unlink_watchdog |
unsigned | eds_scheduled |
struct ed * | ed_to_check |
unsigned | zf_delay |
dma_addr_t hcca_dma |
spinlock_t lock |
struct work_struct nec_work |
enum ohci_rh_state rh_state |
struct td* td_hash[TD_HASH_SIZE] |
struct timer_list unlink_watchdog |