Lines Matching defs:frame
741 /* Configure frame detection window and VHREF timing generator */
780 * horiz area where the VHREF module consider a VSYNC a new frame
806 * and allows setting the frame reference params.
1102 * REG_V_PER: Period of a frame (or two fields) in MCLK(27MHz) cycles
1249 union hdmi_infoframe frame;
1256 err = hdmi_infoframe_unpack(&frame, buffer, len);
1263 hdmi_infoframe_log(KERN_INFO, &state->client->dev, &frame);
1264 switch (frame.any.type) {
1268 switch (frame.audio.sample_frequency) {
1296 switch (frame.audio.sample_size) {
1312 state->audio_channels = frame.audio.channels;
1313 if (frame.audio.channel_allocation &&
1314 frame.audio.channel_allocation != state->audio_ch_alloc) {
1316 state->audio_ch_alloc = frame.audio.channel_allocation;
1325 state->avi_infoframe = frame.avi;
1331 if (frame.avi.colorspace == HDMI_COLORSPACE_YUV422)
1338 reg |= frame.avi.pixel_repeat;
1637 * The vper/hper/hsper registers provide the frame period, line period
1672 /* setup frame detection window and VHREF timing generator */
1929 union hdmi_infoframe frame;
1936 err = hdmi_infoframe_unpack(&frame, buffer, len);
1943 hdmi_infoframe_log(KERN_INFO, &state->client->dev, &frame);
2285 * - VS: Vertical Sync active high at beginning of frame