Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/flash/
H A Dleds-rt8515.c53 struct gpio_desc *enable_torch; member
69 gpiod_set_value(rt->enable_torch, 0); in rt8515_gpio_led_off()
103 rt8515_gpio_brightness_commit(rt->enable_torch, brightness); in rt8515_led_brightness_set()
106 gpiod_set_value(rt->enable_torch, 1); in rt8515_led_brightness_set()
302 rt->enable_torch = devm_gpiod_get(dev, "ent", GPIOD_OUT_LOW); in rt8515_probe()
303 if (IS_ERR(rt->enable_torch)) in rt8515_probe()
304 return dev_err_probe(dev, PTR_ERR(rt->enable_torch), in rt8515_probe()