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

Data Fields

struct fw_card card
 
__iomem charregisters
 
int node_id
 
int generation
 
int request_generation
 
unsigned quirks
 
unsigned int pri_req_max
 
u32 bus_time
 
bool bus_time_running
 
bool is_root
 
bool csr_state_setclear_abdicate
 
int n_ir
 
int n_it
 
spinlock_t lock
 
struct mutex phy_reg_mutex
 
voidmisc_buffer
 
dma_addr_t misc_buffer_bus
 
struct ar_context ar_request_ctx
 
struct ar_context ar_response_ctx
 
struct context at_request_ctx
 
struct context at_response_ctx
 
u32 it_context_support
 
u32 it_context_mask
 
struct iso_contextit_context_list
 
u64 ir_context_channels
 
u32 ir_context_support
 
u32 ir_context_mask
 
struct iso_contextir_context_list
 
u64 mc_channels
 
bool mc_allocated
 
__be32config_rom
 
dma_addr_t config_rom_bus
 
__be32next_config_rom
 
dma_addr_t next_config_rom_bus
 
__be32 next_header
 
__le32self_id_cpu
 
dma_addr_t self_id_bus
 
struct work_struct bus_reset_work
 
u32 self_id_buffer [512]
 

Detailed Description

Definition at line 184 of file ohci.c.

Field Documentation

struct ar_context ar_request_ctx

Definition at line 210 of file ohci.c.

struct ar_context ar_response_ctx

Definition at line 211 of file ohci.c.

struct context at_request_ctx

Definition at line 212 of file ohci.c.

struct context at_response_ctx

Definition at line 213 of file ohci.c.

struct work_struct bus_reset_work

Definition at line 233 of file ohci.c.

u32 bus_time

Definition at line 193 of file ohci.c.

bool bus_time_running

Definition at line 194 of file ohci.c.

Definition at line 185 of file ohci.c.

__be32* config_rom

Definition at line 225 of file ohci.c.

dma_addr_t config_rom_bus

Definition at line 226 of file ohci.c.

bool csr_state_setclear_abdicate

Definition at line 196 of file ohci.c.

int generation

Definition at line 189 of file ohci.c.

u64 ir_context_channels

Definition at line 218 of file ohci.c.

struct iso_context* ir_context_list

Definition at line 221 of file ohci.c.

u32 ir_context_mask

Definition at line 220 of file ohci.c.

u32 ir_context_support

Definition at line 219 of file ohci.c.

bool is_root

Definition at line 195 of file ohci.c.

struct iso_context* it_context_list

Definition at line 217 of file ohci.c.

u32 it_context_mask

Definition at line 216 of file ohci.c.

u32 it_context_support

Definition at line 215 of file ohci.c.

spinlock_t lock

Definition at line 203 of file ohci.c.

bool mc_allocated

Definition at line 223 of file ohci.c.

u64 mc_channels

Definition at line 222 of file ohci.c.

void* misc_buffer

Definition at line 207 of file ohci.c.

dma_addr_t misc_buffer_bus

Definition at line 208 of file ohci.c.

int n_ir

Definition at line 197 of file ohci.c.

int n_it

Definition at line 198 of file ohci.c.

__be32* next_config_rom

Definition at line 227 of file ohci.c.

dma_addr_t next_config_rom_bus

Definition at line 228 of file ohci.c.

__be32 next_header

Definition at line 229 of file ohci.c.

int node_id

Definition at line 188 of file ohci.c.

struct mutex phy_reg_mutex

Definition at line 205 of file ohci.c.

unsigned int pri_req_max

Definition at line 192 of file ohci.c.

unsigned quirks

Definition at line 191 of file ohci.c.

Definition at line 187 of file ohci.c.

int request_generation

Definition at line 190 of file ohci.c.

u32 self_id_buffer[512]

Definition at line 235 of file ohci.c.

dma_addr_t self_id_bus

Definition at line 232 of file ohci.c.

__le32* self_id_cpu

Definition at line 231 of file ohci.c.


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