Linux Kernel
3.7.1
|
#include <sl811.h>
Data Fields | |
spinlock_t | lock |
void __iomem * | addr_reg |
void __iomem * | data_reg |
struct sl811_platform_data * | board |
struct proc_dir_entry * | pde |
unsigned long | stat_insrmv |
unsigned long | stat_wake |
unsigned long | stat_sof |
unsigned long | stat_a |
unsigned long | stat_b |
unsigned long | stat_lost |
unsigned long | stat_overrun |
struct timer_list | timer |
struct sl811h_ep * | next_periodic |
struct sl811h_ep * | next_async |
struct sl811h_ep * | active_a |
unsigned long | jiffies_a |
struct sl811h_ep * | active_b |
unsigned long | jiffies_b |
u32 | port1 |
u8 | ctrl1 |
u8 | ctrl2 |
u8 | irq_enable |
u16 | frame |
struct list_head | async |
u16 | load [PERIODIC_SIZE] |
struct sl811h_ep * | periodic [PERIODIC_SIZE] |
unsigned | periodic_count |
u16 load[PERIODIC_SIZE] |
spinlock_t lock |
struct proc_dir_entry* pde |
struct sl811h_ep* periodic[PERIODIC_SIZE] |