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

/linux-4.4.14/drivers/leds/
H A Dleds-aat1290.c75 struct gpio_desc *gpio_fl_en; member in struct:aat1290_led
99 gpiod_direction_output(led->gpio_fl_en, 0); aat1290_as2cwire_write()
143 gpiod_direction_output(led->gpio_fl_en, 0); aat1290_brightness_set()
206 gpiod_direction_output(led->gpio_fl_en, 1); aat1290_led_flash_strobe_set()
208 gpiod_direction_output(led->gpio_fl_en, 0); aat1290_led_flash_strobe_set()
250 led->gpio_fl_en = devm_gpiod_get(dev, "flen", GPIOD_ASIS); aat1290_led_parse_dt()
251 if (IS_ERR(led->gpio_fl_en)) { aat1290_led_parse_dt()
252 ret = PTR_ERR(led->gpio_fl_en); aat1290_led_parse_dt()
429 gpiod_direction_output(led->gpio_fl_en, 0); aat1290_led_external_strobe_set()

Completed in 43 milliseconds