Lines Matching refs:is_thunderboot
147 bool is_thunderboot; member
315 if (sc210iot->is_thunderboot && rkisp_tb_get_state() == RKISP_TB_NG) { in sc210iot_set_gain()
316 sc210iot->is_thunderboot = false; in sc210iot_set_gain()
508 if (sc210iot->is_thunderboot) in __sc210iot_power_on()
555 if (sc210iot->is_thunderboot) { in __sc210iot_power_off()
557 sc210iot->is_thunderboot = false; in __sc210iot_power_off()
586 if (sc210iot->is_thunderboot) { in sc210iot_check_sensor_id()
657 if (!sc210iot->is_thunderboot) { in __sc210iot_start_stream()
673 if (sc210iot->is_thunderboot) in __sc210iot_stop_stream()
743 if (sc210iot->is_thunderboot && rkisp_tb_get_state() == RKISP_TB_NG) { in sc210iot_s_stream()
744 sc210iot->is_thunderboot = false; in sc210iot_s_stream()
944 if (!sc210iot->is_thunderboot) { in sc210iot_s_power()
1048 sc210iot->is_thunderboot = IS_ENABLED(CONFIG_VIDEO_ROCKCHIP_THUNDER_BOOT_ISP); in sc210iot_probe()