Home
last modified time | relevance | path

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

/linux/drivers/leds/
H A Dleds-st1202.c131 static int __st1202_channel_set(struct st1202_chip *chip, int led_num, bool active) in __st1202_channel_set() function
167 return __st1202_channel_set(chip, led_num, active); in st1202_channel_set()
181 __st1202_channel_set(chip, led->led_num, !!value); in st1202_brightness_set()
266 ret = __st1202_channel_set(chip, led->led_num, true); in st1202_led_pattern_set()