Home
last modified time | relevance | path

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

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