Lines Matching refs:sw842_fifo
207 struct sw842_fifo { struct
235 struct sw842_fifo swfifo; /* software decompression fifo */ argument
1284 struct sw842_fifo *);
1287 struct sw842_fifo *);
1289 struct sw842_fifo *);
1291 struct sw842_fifo *);
1293 struct sw842_fifo *);
1295 struct sw842_fifo *);
1297 struct sw842_fifo *);
1378 struct sw842_fifo *fifo) in sw842_get_ptr4()
1391 struct sw842_fifo *fifo) in sw842_get_ptr8()
1399 unsigned char **outbuf, struct sw842_fifo *fifo) in sw842_data8()
1411 unsigned char **outbuf, struct sw842_fifo *fifo) in sw842_data4()
1423 unsigned char **outbuf, struct sw842_fifo *fifo) in sw842_data2()
1435 unsigned char **outbuf, struct sw842_fifo *fifo) in sw842_ptr8()
1447 unsigned char **outbuf, struct sw842_fifo *fifo) in sw842_ptr4()
1459 unsigned char **outbuf, struct sw842_fifo *fifo) in sw842_ptr2()
1470 static void sw842_copy_to_fifo(const char *buf, struct sw842_fifo *fifo) in sw842_copy_to_fifo()
1503 struct sw842_fifo *fifo; in sw842_decompress()