Lines Matching refs:strobe_setup
1382 struct ccs_flash_strobe_parms *strobe_setup; in ccs_setup_flash_strobe() local
1389 strobe_setup = sensor->hwcfg.strobe_setup; in ccs_setup_flash_strobe()
1462 strobe_setup->strobe_width_high_us = in ccs_setup_flash_strobe()
1463 clamp_t(u32, strobe_setup->strobe_width_high_us, 1, tmp); in ccs_setup_flash_strobe()
1465 tmp = div_u64(((u64)strobe_setup->strobe_width_high_us * (u64)ext_freq + in ccs_setup_flash_strobe()
1471 rval = ccs_write(sensor, FLASH_MODE_RS, strobe_setup->mode); in ccs_setup_flash_strobe()
1485 strobe_setup->strobe_delay); in ccs_setup_flash_strobe()
1490 strobe_setup->stobe_start_point); in ccs_setup_flash_strobe()
1494 rval = ccs_write(sensor, FLASH_TRIGGER_RS, strobe_setup->trigger); in ccs_setup_flash_strobe()
1497 sensor->hwcfg.strobe_setup->trigger = 0; in ccs_setup_flash_strobe()
1832 sensor->hwcfg.strobe_setup != NULL && in ccs_start_streaming()
1833 sensor->hwcfg.strobe_setup->trigger != 0) { in ccs_start_streaming()