Lines Matching refs:cur_mode
491 const struct hi556_mode *cur_mode; member
633 exposure_max = hi556->cur_mode->height + ctrl->val - in hi556_set_ctrl()
664 hi556->cur_mode->height + ctrl->val); in hi556_set_ctrl()
712 hi556->cur_mode->fll_min - in hi556_init_controls()
713 hi556->cur_mode->height, in hi556_init_controls()
715 hi556->cur_mode->height, 1, in hi556_init_controls()
716 hi556->cur_mode->fll_def - in hi556_init_controls()
717 hi556->cur_mode->height); in hi556_init_controls()
719 h_blank = hi556->cur_mode->llp - hi556->cur_mode->width; in hi556_init_controls()
733 exposure_max = hi556->cur_mode->fll_def - HI556_EXPOSURE_MAX_MARGIN; in hi556_init_controls()
766 link_freq_index = hi556->cur_mode->link_freq_index; in hi556_start_streaming()
774 reg_list = &hi556->cur_mode->reg_list; in hi556_start_streaming()
898 hi556->cur_mode = mode; in hi556_set_format()
911 h_blank = hi556->cur_mode->llp - hi556->cur_mode->width; in hi556_set_format()
933 hi556_assign_pad_format(hi556->cur_mode, &fmt->format); in hi556_get_format()
1132 hi556->cur_mode = &supported_modes[0]; in hi556_probe()