Lines Matching refs:raw3215_req
66 struct raw3215_req {
73 struct raw3215_req *next; /* pointer to next request */
86 struct raw3215_req *queued_read; /* pointer to queued read requests */
87 struct raw3215_req *queued_write;/* pointer to queued write requests */
100 static struct raw3215_req *raw3215_freelist;
109 static inline struct raw3215_req *raw3215_alloc_req(void)
111 struct raw3215_req *req;
124 static inline void raw3215_free_req(struct raw3215_req *req)
145 struct raw3215_req *req;
173 struct raw3215_req *req;
249 struct raw3215_req *req;
367 struct raw3215_req *req;
373 req = (struct raw3215_req *) intparm;
905 struct raw3215_req *req;
922 req = kzalloc(sizeof(struct raw3215_req), GFP_KERNEL | GFP_DMA);