Lines Matching defs:fmt
10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
88 u8 fmt; /* (used for JPEG QTAB update */
1551 reg_w1(gspca_dev, 0x10e0, sd->fmt | 0x20); /* write QTAB */
1555 reg_w1(gspca_dev, 0x10e0, sd->fmt);
1556 sd->fmt ^= 0x0c; /* invert QTAB use + write */
1557 reg_w1(gspca_dev, 0x10e0, sd->fmt);
1959 * When using the SN9C20X_I420 fmt the sn9c20x needs more bandwidth
1961 * use of a specific altsetting when using the SN9C20X_I420 fmt.
2005 u8 fmt, scale = 0;
2012 fmt = 0x2d;
2014 fmt = 0x24;
2016 fmt = 0x2f; /* YUV 420 */
2017 sd->fmt = fmt;
2044 reg_w1(gspca_dev, 0x10e0, fmt);
2261 is_jpeg = (sd->fmt & 0x03) == 0;