Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
pwc-misc.c File Reference
#include "pwc.h"

Go to the source code of this file.

Functions

int pwc_get_size (struct pwc_device *pdev, int width, int height)
 
void pwc_construct (struct pwc_device *pdev)
 

Variables

const int pwc_image_sizes [PSZ_MAX][2]
 

Function Documentation

void pwc_construct ( struct pwc_device pdev)

Definition at line 67 of file pwc-misc.c.

int pwc_get_size ( struct pwc_device pdev,
int  width,
int  height 
)

Definition at line 41 of file pwc-misc.c.

Variable Documentation

const int pwc_image_sizes[PSZ_MAX][2]
Initial value:
=
{
{ 128, 96 },
{ 160, 120 },
{ 176, 144 },
{ 320, 240 },
{ 352, 288 },
{ 640, 480 },
}

Functions in pwc-misc.c

Definition at line 30 of file pwc-misc.c.