Lines Matching refs:strobe_setup
1384 struct ccs_flash_strobe_parms *strobe_setup; in ccs_setup_flash_strobe() local
1391 strobe_setup = sensor->hwcfg.strobe_setup; in ccs_setup_flash_strobe()
1464 strobe_setup->strobe_width_high_us = in ccs_setup_flash_strobe()
1465 clamp_t(u32, strobe_setup->strobe_width_high_us, 1, tmp); in ccs_setup_flash_strobe()
1467 tmp = div_u64(((u64)strobe_setup->strobe_width_high_us * (u64)ext_freq + in ccs_setup_flash_strobe()
1473 rval = ccs_write(sensor, FLASH_MODE_RS, strobe_setup->mode); in ccs_setup_flash_strobe()
1487 strobe_setup->strobe_delay); in ccs_setup_flash_strobe()
1492 strobe_setup->stobe_start_point); in ccs_setup_flash_strobe()
1496 rval = ccs_write(sensor, FLASH_TRIGGER_RS, strobe_setup->trigger); in ccs_setup_flash_strobe()
1499 sensor->hwcfg.strobe_setup->trigger = 0; in ccs_setup_flash_strobe()
1828 sensor->hwcfg.strobe_setup != NULL && in ccs_start_streaming()
1829 sensor->hwcfg.strobe_setup->trigger != 0) { in ccs_start_streaming()