Linux Kernel
3.7.1
|
#include <c67x00-hcd.h>
Data Fields | |
spinlock_t | lock |
struct c67x00_sie * | sie |
unsigned int | low_speed_ports |
unsigned int | urb_count |
unsigned int | urb_iso_count |
struct list_head | list [4] |
int | bandwidth_allocated |
int | periodic_bw_allocated |
struct list_head | td_list |
int | max_frame_bw |
u16 | td_base_addr |
u16 | buf_base_addr |
u16 | next_td_addr |
u16 | next_buf_addr |
struct tasklet_struct | tasklet |
struct completion | endpoint_disable |
u16 | current_frame |
u16 | last_frame |
Definition at line 69 of file c67x00-hcd.h.
int bandwidth_allocated |
Definition at line 82 of file c67x00-hcd.h.
u16 buf_base_addr |
Definition at line 89 of file c67x00-hcd.h.
u16 current_frame |
Definition at line 97 of file c67x00-hcd.h.
struct completion endpoint_disable |
Definition at line 95 of file c67x00-hcd.h.
u16 last_frame |
Definition at line 98 of file c67x00-hcd.h.
Definition at line 76 of file c67x00-hcd.h.
spinlock_t lock |
Definition at line 70 of file c67x00-hcd.h.
unsigned int low_speed_ports |
Definition at line 72 of file c67x00-hcd.h.
int max_frame_bw |
Definition at line 86 of file c67x00-hcd.h.
u16 next_buf_addr |
Definition at line 91 of file c67x00-hcd.h.
u16 next_td_addr |
Definition at line 90 of file c67x00-hcd.h.
int periodic_bw_allocated |
Definition at line 84 of file c67x00-hcd.h.
struct c67x00_sie* sie |
Definition at line 71 of file c67x00-hcd.h.
struct tasklet_struct tasklet |
Definition at line 93 of file c67x00-hcd.h.
u16 td_base_addr |
Definition at line 88 of file c67x00-hcd.h.
Definition at line 85 of file c67x00-hcd.h.
unsigned int urb_count |
Definition at line 73 of file c67x00-hcd.h.
unsigned int urb_iso_count |
Definition at line 74 of file c67x00-hcd.h.