Home
last modified time | relevance | path

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

/linux/drivers/leds/flash/
H A Dleds-max77693.c480 ret = max77693_set_torch_current(led, fled_id, value * TORCH_IOUT_STEP); in max77693_led_brightness_set()
742 TORCH_IOUT_MIN, TORCH_IOUT_MAX, TORCH_IOUT_STEP); in max77693_led_validate_configuration()
853 s->max = sub_led->fled_cdev.led_cdev.max_brightness * TORCH_IOUT_STEP; in max77693_init_v4l2_flash_config()
854 s->step = TORCH_IOUT_STEP; in max77693_init_v4l2_flash_config()
898 TORCH_IOUT_STEP; in max77693_init_fled_cdev()
/linux/include/linux/mfd/
H A Dmax77693-private.h80 #define TORCH_IOUT_STEP 15625 macro