Searched refs:blink_leds (Results 1 – 1 of 1) sorted by relevance
72 unsigned long *blink_leds; member134 *(led->blink_leds) &= ~BIT(led->pin); in bcm6328_led_set()183 if (*(led->blink_leds) == 0 || in bcm6328_blink_set()184 *(led->blink_leds) == BIT(led->pin) || in bcm6328_blink_set()188 *(led->blink_leds) |= BIT(led->pin); in bcm6328_blink_set()282 unsigned long *blink_leds, unsigned long *blink_delay) in bcm6328_led() argument295 led->blink_leds = blink_leds; in bcm6328_led()356 unsigned long val, *blink_leds, *blink_delay; in bcm6328_leds_probe() local370 blink_leds = devm_kzalloc(dev, sizeof(*blink_leds), GFP_KERNEL); in bcm6328_leds_probe()371 if (!blink_leds) in bcm6328_leds_probe()[all …]