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

Data Fields

struct umc_devumc_dev
 
struct uwb_rcuwb_rc
 
unsigned long area
 
void __iomemrc_base
 
size_t rc_len
 
spinlock_t irq_lock
 
voidevt_buf
 
voidcmd_buf
 
dma_addr_t evt_dma_buf
 
dma_addr_t cmd_dma_buf
 
wait_queue_head_t cmd_wq
 
struct work_struct event_work
 

Detailed Description

Descriptor for an instance of the UWB Radio Control Driver that attaches to the URC interface of the WHCI PCI card.

Unless there is a lock specific to the 'data members', all access is protected by uwb_rc->mutex.

Definition at line 63 of file whc-rc.c.

Field Documentation

unsigned long area

Definition at line 67 of file whc-rc.c.

Definition at line 72 of file whc-rc.c.

dma_addr_t cmd_dma_buf

Definition at line 73 of file whc-rc.c.

Definition at line 74 of file whc-rc.c.

struct work_struct event_work

Definition at line 75 of file whc-rc.c.

void* evt_buf

Definition at line 72 of file whc-rc.c.

dma_addr_t evt_dma_buf

Definition at line 73 of file whc-rc.c.

spinlock_t irq_lock

Definition at line 70 of file whc-rc.c.

void __iomem* rc_base

Definition at line 68 of file whc-rc.c.

size_t rc_len

Definition at line 69 of file whc-rc.c.

Definition at line 64 of file whc-rc.c.

Definition at line 65 of file whc-rc.c.


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