Home
last modified time | relevance | path

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

/linux-6.15/Documentation/devicetree/bindings/leds/
H A Dallwinner,sun50i-a100-ledc.yaml4 $id: http://devicetree.org/schemas/leds/allwinner,sun50i-a100-ledc.yaml#
19 - const: allwinner,sun50i-a100-ledc
22 - allwinner,sun20i-d1-ledc
23 - allwinner,sun50i-r329-ledc
24 - const: allwinner,sun50i-a100-ledc
117 ledc: led-controller@2008000 {
118 compatible = "allwinner,sun20i-d1-ledc",
119 "allwinner,sun50i-a100-ledc";
/linux-6.15/drivers/leds/
H A Dleds-cpcap.c103 static int cpcap_led_set(struct led_classdev *ledc, enum led_brightness value) in cpcap_led_set() argument
105 struct cpcap_led *led = container_of(ledc, struct cpcap_led, led); in cpcap_led_set()