Home
last modified time | relevance | path

Searched defs:cm4000_dev (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/char/pcmcia/
Dcm4000_cs.c105 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;
[all …]