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

Data Fields

unsigned flags
 
unsigned status
 
voidhpd
 
struct oz_hcdozhcd
 
spinlock_t port_lock
 
u8 bus_addr
 
u8 next_req_id
 
u8 config_num
 
int num_iface
 
struct oz_interfaceiface
 
struct oz_endpointout_ep [OZ_NB_ENDPOINTS]
 
struct oz_endpointin_ep [OZ_NB_ENDPOINTS]
 
struct list_head isoc_out_ep
 
struct list_head isoc_in_ep
 

Detailed Description

Definition at line 100 of file ozhcd.c.

Field Documentation

u8 bus_addr

Definition at line 106 of file ozhcd.c.

u8 config_num

Definition at line 108 of file ozhcd.c.

unsigned flags

Definition at line 101 of file ozhcd.c.

void* hpd

Definition at line 103 of file ozhcd.c.

Definition at line 110 of file ozhcd.c.

Definition at line 112 of file ozhcd.c.

struct list_head isoc_in_ep

Definition at line 114 of file ozhcd.c.

struct list_head isoc_out_ep

Definition at line 113 of file ozhcd.c.

u8 next_req_id

Definition at line 107 of file ozhcd.c.

int num_iface

Definition at line 109 of file ozhcd.c.

Definition at line 111 of file ozhcd.c.

struct oz_hcd* ozhcd

Definition at line 104 of file ozhcd.c.

spinlock_t port_lock

Definition at line 105 of file ozhcd.c.

unsigned status

Definition at line 102 of file ozhcd.c.


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