Lines Matching defs:pca963x_led
100 struct pca963x_led {
114 struct pca963x_led leds[];
117 static int pca963x_brightness(struct pca963x_led *led,
169 static void pca963x_blink(struct pca963x_led *led)
201 static int pca963x_power_state(struct pca963x_led *led)
222 struct pca963x_led *led;
225 led = container_of(led_cdev, struct pca963x_led, led_cdev);
239 static unsigned int pca963x_period_scale(struct pca963x_led *led,
251 struct pca963x_led *led;
254 led = container_of(led_cdev, struct pca963x_led, led_cdev);
306 struct pca963x_led *led = chip->leds;