flash_timeout     144 drivers/leds/led-class-flash.c 	unsigned long flash_timeout;
flash_timeout     154 drivers/leds/led-class-flash.c 	ret = kstrtoul(buf, 10, &flash_timeout);
flash_timeout     158 drivers/leds/led-class-flash.c 	ret = led_set_flash_timeout(fled_cdev, flash_timeout);
flash_timeout     176 drivers/leds/led-class-flash.c static DEVICE_ATTR_RW(flash_timeout);
flash_timeout      92 drivers/leds/leds-lm3601x.c 	unsigned int flash_timeout;
flash_timeout     220 drivers/leds/leds-lm3601x.c 	if (led->flash_timeout >= LM3601X_TIMEOUT_XOVER_US)
flash_timeout     221 drivers/leds/leds-lm3601x.c 		timeout_reg_val = led->flash_timeout / LM3601X_UPPER_STEP_US + 0x07;
flash_timeout     223 drivers/leds/leds-lm3601x.c 		timeout_reg_val = led->flash_timeout / LM3601X_LOWER_STEP_US - 0x01;
flash_timeout     225 drivers/leds/leds-lm3601x.c 	if (led->flash_timeout != current_timeout)
flash_timeout     276 drivers/leds/leds-lm3601x.c 	led->flash_timeout = timeout;
flash_timeout      67 drivers/leds/leds-max77693.c 	unsigned int flash_timeout;
flash_timeout     530 drivers/leds/leds-max77693.c 	if (sub_led->flash_timeout != led->current_flash_timeout) {
flash_timeout     531 drivers/leds/leds-max77693.c 		ret = max77693_set_timeout(led, sub_led->flash_timeout);
flash_timeout     590 drivers/leds/leds-max77693.c 	sub_led->flash_timeout = timeout;
flash_timeout     909 drivers/leds/leds-max77693.c 	sub_led->flash_timeout = fled_cdev->timeout.val;
flash_timeout      55 drivers/media/i2c/adp1653.c 		config |= TIMEOUT_US_TO_CODE(flash->flash_timeout->val)
flash_timeout     215 drivers/media/i2c/adp1653.c 	flash->flash_timeout =
flash_timeout     228 drivers/media/i2c/lm3646.c 			  LM3646_FLASH_TOUT_STEP, flash->pdata->flash_timeout);
flash_timeout     360 drivers/media/i2c/lm3646.c 		pdata->flash_timeout = LM3646_FLASH_TOUT_MAX;
flash_timeout     104 include/media/i2c/adp1653.h 	struct v4l2_ctrl *flash_timeout;
flash_timeout      78 include/media/i2c/lm3646.h 	u32 flash_timeout;