Searched refs:bcm6328_led (Results 1 – 2 of 2) sorted by relevance
/openbmc/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() 454 rc = bcm6328_led(dev, child, reg, mem, lock, in bcm6328_leds_probe()
|
/openbmc/u-boot/drivers/led/ |
H A D | led_bcm6328.c | 236 U_BOOT_DRIVER(bcm6328_led) = {
|