Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ohci_hcd Struct Reference

#include <ohci.h>

Data Fields

spinlock_t lock
 
struct ohci_regs __iomemregs
 
struct ohci_hccahcca
 
dma_addr_t hcca_dma
 
struct eded_rm_list
 
struct eded_bulktail
 
struct eded_controltail
 
struct edperiodic [NUM_INTS]
 
void(* start_hnp )(struct ohci_hcd *ohci)
 
struct dma_pooltd_cache
 
struct dma_pooled_cache
 
struct tdtd_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 eded_to_check
 
unsigned zf_delay
 

Detailed Description

Definition at line 353 of file ohci.h.

Field Documentation

unsigned autostop

Definition at line 394 of file ohci.h.

struct ed* ed_bulktail

Definition at line 371 of file ohci.h.

struct dma_pool* ed_cache

Definition at line 381 of file ohci.h.

struct ed* ed_controltail

Definition at line 372 of file ohci.h.

struct ed* ed_rm_list

Definition at line 369 of file ohci.h.

struct ed* ed_to_check

Definition at line 415 of file ohci.h.

unsigned eds_scheduled

Definition at line 414 of file ohci.h.

unsigned long flags

Definition at line 396 of file ohci.h.

u32 fminterval

Definition at line 393 of file ohci.h.

u32 hc_control

Definition at line 391 of file ohci.h.

Definition at line 366 of file ohci.h.

dma_addr_t hcca_dma

Definition at line 367 of file ohci.h.

int load[NUM_INTS]

Definition at line 390 of file ohci.h.

spinlock_t lock

Definition at line 354 of file ohci.h.

struct work_struct nec_work

Definition at line 410 of file ohci.h.

unsigned long next_statechange

Definition at line 392 of file ohci.h.

int num_ports

Definition at line 389 of file ohci.h.

struct list_head pending

Definition at line 383 of file ohci.h.

struct ed* periodic[NUM_INTS]

Definition at line 373 of file ohci.h.

Definition at line 359 of file ohci.h.

enum ohci_rh_state rh_state

Definition at line 388 of file ohci.h.

void(* start_hnp)(struct ohci_hcd *ohci)

Definition at line 375 of file ohci.h.

struct dma_pool* td_cache

Definition at line 380 of file ohci.h.

struct td* td_hash[TD_HASH_SIZE]

Definition at line 382 of file ohci.h.

struct timer_list unlink_watchdog

Definition at line 413 of file ohci.h.

unsigned zf_delay

Definition at line 416 of file ohci.h.


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