Lines Matching defs:cm4000_dev
105 struct cm4000_dev { struct
106 struct pcmcia_device *p_dev;
108 unsigned char atr[MAX_ATR];
109 unsigned char rbuf[512];
110 unsigned char sbuf[512];
112 wait_queue_head_t devq; /* when removing cardman must not be
115 wait_queue_head_t ioq; /* if IO is locked, wait on this Q */
116 wait_queue_head_t atrq; /* wait for ATR valid */
117 wait_queue_head_t readq; /* used by write to wake blk.read */
121 unsigned char atr_csum;
122 unsigned char atr_len_retry;
123 unsigned short atr_len;
147 sizeof(struct cm4000_dev) - \ argument