Linux Kernel
3.7.1
|
Data Fields | |
struct umc_dev * | umc_dev |
struct uwb_rc * | uwb_rc |
unsigned long | area |
void __iomem * | rc_base |
size_t | rc_len |
spinlock_t | irq_lock |
void * | evt_buf |
void * | cmd_buf |
dma_addr_t | evt_dma_buf |
dma_addr_t | cmd_dma_buf |
wait_queue_head_t | cmd_wq |
struct work_struct | event_work |
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.
dma_addr_t cmd_dma_buf |
wait_queue_head_t cmd_wq |
struct work_struct event_work |
dma_addr_t evt_dma_buf |
spinlock_t irq_lock |