Lines Matching refs:raw3215_req
67 struct raw3215_req {
74 struct raw3215_req *next; /* pointer to next request */
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)
112 struct raw3215_req *req;
125 static inline void raw3215_free_req(struct raw3215_req *req)
146 struct raw3215_req *req;
174 struct raw3215_req *req;
249 struct raw3215_req *req;
350 struct raw3215_req *req;
356 req = (struct raw3215_req *) intparm;
459 struct raw3215_req *req;
904 struct raw3215_req *req;
920 req = kzalloc(sizeof(struct raw3215_req), GFP_KERNEL | GFP_DMA);