Lines Matching defs:pca963x_led
100 struct pca963x_led {
113 struct pca963x_led leds[];
116 static int pca963x_brightness(struct pca963x_led *led,
155 static void pca963x_blink(struct pca963x_led *led)
186 static int pca963x_power_state(struct pca963x_led *led)
207 struct pca963x_led *led;
210 led = container_of(led_cdev, struct pca963x_led, led_cdev);
224 static unsigned int pca963x_period_scale(struct pca963x_led *led,
236 struct pca963x_led *led;
239 led = container_of(led_cdev, struct pca963x_led, led_cdev);
289 struct pca963x_led *led = chip->leds;