Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
pwc-dec23.h File Reference

Go to the source code of this file.

Data Structures

struct  pwc_dec23_private
 

Functions

void pwc_dec23_init (struct pwc_device *pdev, const unsigned char *cmd)
 
void pwc_dec23_decompress (struct pwc_device *pdev, const void *src, void *dst)
 

Function Documentation

void pwc_dec23_decompress ( struct pwc_device pdev,
const void src,
void dst 
)

Uncompress a pwc23 buffer.

src: raw data dst: image output

Definition at line 658 of file pwc-dec23.c.

void pwc_dec23_init ( struct pwc_device pdev,
const unsigned char cmd 
)

Definition at line 297 of file pwc-dec23.c.