Lines Matching defs:encoder
3 * adv7175 - adv7175a video encoder driver version 0.0.3
23 MODULE_DESCRIPTION("Analog Devices ADV7175 video encoder driver");
194 struct adv7175 *encoder = to_adv7175(sd);
198 if (encoder->input == 0)
204 if (encoder->input == 0)
212 * and encoder in in PAL the subcarrier can
216 if (encoder->input == 0)
226 encoder->norm = std;
233 struct adv7175 *encoder = to_adv7175(sd);
243 if (encoder->norm & V4L2_STD_NTSC)
247 if (encoder->norm & V4L2_STD_SECAM)
259 if (encoder->norm & V4L2_STD_NTSC)
272 if (encoder->norm & V4L2_STD_NTSC)
286 encoder->input = input;
395 struct adv7175 *encoder;
405 encoder = devm_kzalloc(&client->dev, sizeof(*encoder), GFP_KERNEL);
406 if (encoder == NULL)
408 sd = &encoder->sd;
410 encoder->norm = V4L2_STD_NTSC;
411 encoder->input = 0;