Home
last modified time | relevance | path

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

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