Home
last modified time | relevance | path

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

/linux/drivers/leds/flash/
H A Dleds-aat1290.c74 struct gpio_desc *gpio_fl_en; member
99 gpiod_direction_output(led->gpio_fl_en, 0); in aat1290_as2cwire_write()
148 gpiod_direction_output(led->gpio_fl_en, 0); in aat1290_led_brightness_set()
182 gpiod_direction_output(led->gpio_fl_en, 1); in aat1290_led_flash_strobe_set()
184 gpiod_direction_output(led->gpio_fl_en, 0); in aat1290_led_flash_strobe_set()
224 led->gpio_fl_en = devm_gpiod_get(dev, "flen", GPIOD_ASIS); in aat1290_led_parse_dt()
225 if (IS_ERR(led->gpio_fl_en)) { in aat1290_led_parse_dt()
226 ret = PTR_ERR(led->gpio_fl_en); in aat1290_led_parse_dt()
401 gpiod_direction_output(led->gpio_fl_en, 0); in aat1290_led_external_strobe_set()