Searched defs:reader_dev (Results 1 – 1 of 1) sorted by relevance
70 struct reader_dev { struct71 struct pcmcia_device *p_dev;72 wait_queue_head_t devq;73 wait_queue_head_t poll_wait;74 wait_queue_head_t read_wait;75 wait_queue_head_t write_wait;76 unsigned long buffer_status;77 unsigned long timeout;78 unsigned char s_buf[READ_WRITE_BUFFER_SIZE];79 unsigned char r_buf[READ_WRITE_BUFFER_SIZE];[all …]