Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
w996Xcf.c File Reference

Go to the source code of this file.

Macros

#define pr_fmt(fmt)   KBUILD_MODNAME ": " fmt
 
#define W9968CF_I2C_BUS_DELAY   4 /* delay in us for I2C bit r/w operations */
 
#define Y_QUANTABLE   (&sd->jpeg_hdr[JPEG_QT0_OFFSET])
 
#define UV_QUANTABLE   (&sd->jpeg_hdr[JPEG_QT1_OFFSET])
 
#define SC(x)   ((x) << 10)
 

Macro Definition Documentation

#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

GSPCA sub driver for W996[78]CF JPEG USB Dual Mode Camera Chip.

Copyright (C) 2009 Hans de Goede hdego.nosp@m.ede@.nosp@m.redha.nosp@m.t.co.nosp@m.m

This module is adapted from the in kernel v4l1 w9968cf driver:

Copyright (C) 2002-2004 by Luca Risolia luca..nosp@m.riso.nosp@m.lia@s.nosp@m.tudi.nosp@m.o.uni.nosp@m.bo.i.nosp@m.t

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Definition at line 34 of file w996Xcf.c.

#define SC (   x)    ((x) << 10)
#define UV_QUANTABLE   (&sd->jpeg_hdr[JPEG_QT1_OFFSET])

Definition at line 39 of file w996Xcf.c.

#define W9968CF_I2C_BUS_DELAY   4 /* delay in us for I2C bit r/w operations */

Definition at line 36 of file w996Xcf.c.

#define Y_QUANTABLE   (&sd->jpeg_hdr[JPEG_QT0_OFFSET])

Definition at line 38 of file w996Xcf.c.