Lines Matching defs:init
140 static unsigned char init[] = {
177 init[0x03 * 2 - 1] =
182 init[0x04 * 2 - 1] = timing->vdelay & 0xff;
183 init[0x05 * 2 - 1] = timing->vactive & 0xff;
184 init[0x06 * 2 - 1] = timing->hdelay & 0xff;
185 init[0x07 * 2 - 1] = timing->hactive & 0xff;
186 init[0x08 * 2 - 1] = timing->hscale >> 8;
187 init[0x09 * 2 - 1] = timing->hscale & 0xff;
189 init[0x15 * 2 - 1] = (decoder->norm & V4L2_STD_625_50) ? 115 : 93; /* Chroma burst delay */
194 /* init */
195 return bt819_write_block(decoder, init, sizeof(init));
426 v4l2_dbg(1, debug, sd, "init status %d\n", i);