Lines Matching refs:raw3215_req
67 struct raw3215_req { struct
74 struct raw3215_req *next; /* pointer to next request */ argument
87 struct raw3215_req *queued_read; /* pointer to queued read requests */
88 struct raw3215_req *queued_write;/* pointer to queued write requests */
100 static struct raw3215_req *raw3215_freelist;
110 static inline struct raw3215_req *raw3215_alloc_req(void) in raw3215_alloc_req()
112 struct raw3215_req *req; in raw3215_alloc_req()
125 static inline void raw3215_free_req(struct raw3215_req *req) in raw3215_free_req()
146 struct raw3215_req *req; in raw3215_mk_read_req()
174 struct raw3215_req *req; in raw3215_mk_write_req()
249 struct raw3215_req *req; in raw3215_start_io()
350 struct raw3215_req *req; in raw3215_irq()
356 req = (struct raw3215_req *) intparm; in raw3215_irq()
459 struct raw3215_req *req; in raw3215_drop()
904 struct raw3215_req *req; in con3215_init()
920 req = kzalloc(sizeof(struct raw3215_req), GFP_KERNEL | GFP_DMA); in con3215_init()