Searched refs:curr_norm (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-afe.c122 fmt->height = afe->curr_norm & V4L2_STD_525_60 ? 480 : 576;
169 if (afe->curr_norm & V4L2_STD_525_60) {
188 *norm = afe->curr_norm;
205 afe->curr_norm = std;
235 afe_std = adv748x_afe_std(afe->curr_norm);
510 afe->curr_norm = V4L2_STD_NTSC_M;
H A Dadv748x.h160 v4l2_std_id curr_norm; member in struct:adv748x_afe
/linux-master/drivers/media/i2c/
H A Dadv7180.c215 v4l2_std_id curr_norm; member in struct:adv7180_state
376 err = v4l2_std_to_adv7180(state->curr_norm);
426 ret = v4l2_std_to_adv7180(state->curr_norm);
449 state->curr_norm = std;
461 *norm = state->curr_norm;
479 if (state->curr_norm & V4L2_STD_525_60) {
727 fmt->height = state->curr_norm & V4L2_STD_525_60 ? 480 : 576;
870 if (state->curr_norm & V4L2_STD_525_60) {
1464 state->curr_norm = V4L2_STD_NTSC;

Completed in 108 milliseconds