Lines Matching defs:ray_dev_t
27 typedef struct ray_dev_t { struct
28 int card_status;
29 int authentication_state;
30 void __iomem *sram; /* pointer to beginning of shared RAM */
31 void __iomem *amem; /* pointer to attribute mem window */
32 void __iomem *rmem; /* pointer to receive buffer window */
33 struct pcmcia_device *finder; /* pointer back to struct pcmcia_device for card */
34 struct timer_list timer;
35 unsigned long tx_ccs_lock;
36 unsigned long ccs_lock;
37 int dl_param_ccs;
38 union {
41 } sparm;
42 int timeout_flag;
43 UCHAR supported_rates[8];
44 UCHAR japan_call_sign[12];
45 struct startup_res_6 startup_res;
46 int num_multi;
71 } ray_dev_t; argument