Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/flash/
H A Dleds-aat1290.c73 struct gpio_desc *gpio_fl_en; member
100 gpiod_direction_output(led->gpio_fl_en, 0); in aat1290_as2cwire_write()
149 gpiod_direction_output(led->gpio_fl_en, 0); in aat1290_led_brightness_set()
183 gpiod_direction_output(led->gpio_fl_en, 1); in aat1290_led_flash_strobe_set()
185 gpiod_direction_output(led->gpio_fl_en, 0); in aat1290_led_flash_strobe_set()
226 led->gpio_fl_en = devm_gpiod_get(dev, "flen", GPIOD_ASIS); in aat1290_led_parse_dt()
227 if (IS_ERR(led->gpio_fl_en)) { in aat1290_led_parse_dt()
228 ret = PTR_ERR(led->gpio_fl_en); in aat1290_led_parse_dt()
405 gpiod_direction_output(led->gpio_fl_en, 0); in aat1290_led_external_strobe_set()