Home
last modified time | relevance | path

Searched refs:strobe_setup (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/i2c/ccs/
H A Dccs-core.c1380 struct ccs_flash_strobe_parms *strobe_setup; in ccs_setup_flash_strobe() local
1387 strobe_setup = sensor->hwcfg.strobe_setup; in ccs_setup_flash_strobe()
1460 strobe_setup->strobe_width_high_us = in ccs_setup_flash_strobe()
1461 clamp_t(u32, strobe_setup->strobe_width_high_us, 1, tmp); in ccs_setup_flash_strobe()
1469 rval = ccs_write(sensor, FLASH_MODE_RS, strobe_setup->mode); in ccs_setup_flash_strobe()
1483 strobe_setup->strobe_delay); in ccs_setup_flash_strobe()
1488 strobe_setup->stobe_start_point); in ccs_setup_flash_strobe()
1492 rval = ccs_write(sensor, FLASH_TRIGGER_RS, strobe_setup->trigger); in ccs_setup_flash_strobe()
1495 sensor->hwcfg.strobe_setup->trigger = 0; in ccs_setup_flash_strobe()
1842 sensor->hwcfg.strobe_setup != NULL && in ccs_start_streaming()
[all …]
H A Dccs.h82 struct ccs_flash_strobe_parms *strobe_setup; member