Searched refs:bcm6328_led (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/leds/ |
H A D | leds-bcm6328.c | 68 struct bcm6328_led { struct 110 static void bcm6328_led_mode(struct bcm6328_led *led, unsigned long value) in bcm6328_led_mode() 130 struct bcm6328_led *led = in bcm6328_led_set() 131 container_of(led_cdev, struct bcm6328_led, cdev); in bcm6328_led_set() 165 struct bcm6328_led *led = in bcm6328_blink_set() 166 container_of(led_cdev, struct bcm6328_led, cdev); in bcm6328_blink_set() 327 static int bcm6328_led(struct device *dev, struct device_node *nc, u32 reg, in bcm6328_led() function 332 struct bcm6328_led *led; in bcm6328_led() 453 rc = bcm6328_led(dev, child, reg, mem, lock, in bcm6328_leds_probe()
|