Searched refs:blink_leds (Results 1 – 1 of 1) sorted by relevance
72 unsigned long *blink_leds; member126 *(led->blink_leds) &= ~BIT(led->pin); in bcm6328_led_set()164 if (*(led->blink_leds) == 0 || in bcm6328_blink_set()165 *(led->blink_leds) == BIT(led->pin) || in bcm6328_blink_set()169 *(led->blink_leds) |= BIT(led->pin); in bcm6328_blink_set()264 unsigned long *blink_leds, unsigned long *blink_delay) in bcm6328_led() argument278 led->blink_leds = blink_leds; in bcm6328_led()345 unsigned long val, *blink_leds, *blink_delay; in bcm6328_leds_probe() local359 blink_leds = devm_kzalloc(dev, sizeof(*blink_leds), GFP_KERNEL); in bcm6328_leds_probe()360 if (!blink_leds) in bcm6328_leds_probe()[all …]