Searched refs:store_color_common (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/leds/ |
H A D | leds-blinkm.c | 153 static int store_color_common(struct device *dev, const char *buf, int color) in store_color_common() function 206 ret = store_color_common(dev, buf, RED); in store_red() 226 ret = store_color_common(dev, buf, GREEN); in store_green() 245 ret = store_color_common(dev, buf, BLUE); in store_blue()
|
/kernel/linux/linux-6.6/drivers/leds/ |
H A D | leds-blinkm.c | 153 static int store_color_common(struct device *dev, const char *buf, int color) in store_color_common() function 206 ret = store_color_common(dev, buf, RED); in red_store() 226 ret = store_color_common(dev, buf, GREEN); in green_store() 245 ret = store_color_common(dev, buf, BLUE); in blue_store()
|
Completed in 3 milliseconds