Lines Matching refs:cur_mode
2183 const struct hi847_mode *cur_mode; member
2349 if (hi847->cur_mode->width == 3264) { in hi847_grbg_shift()
2421 exposure_max = hi847->cur_mode->height + ctrl->val - in hi847_set_ctrl()
2452 hi847->cur_mode->height + ctrl->val); in hi847_set_ctrl()
2508 hi847->cur_mode->fll_min - in hi847_init_controls()
2509 hi847->cur_mode->height, in hi847_init_controls()
2511 hi847->cur_mode->height, 1, in hi847_init_controls()
2512 hi847->cur_mode->fll_def - in hi847_init_controls()
2513 hi847->cur_mode->height); in hi847_init_controls()
2515 h_blank = hi847->cur_mode->llp - hi847->cur_mode->width; in hi847_init_controls()
2529 exposure_max = hi847->cur_mode->fll_def - HI847_EXPOSURE_MAX_MARGIN; in hi847_init_controls()
2567 link_freq_index = hi847->cur_mode->link_freq_index; in hi847_start_streaming()
2575 reg_list = &hi847->cur_mode->reg_list; in hi847_start_streaming()
2709 hi847->cur_mode = mode; in hi847_set_format()
2722 h_blank = hi847->cur_mode->llp - hi847->cur_mode->width; in hi847_set_format()
2745 hi847_assign_pad_format(hi847->cur_mode, &fmt->format); in hi847_get_format()
2942 hi847->cur_mode = &supported_modes[0]; in hi847_probe()