Lines Matching refs:num_leds
266 int num_leds = 0; in ns2_leds_get_of_pdata() local
268 num_leds = of_get_child_count(np); in ns2_leds_get_of_pdata()
269 if (!num_leds) in ns2_leds_get_of_pdata()
272 leds = devm_kzalloc(dev, num_leds * sizeof(struct ns2_led), in ns2_leds_get_of_pdata()
331 pdata->num_leds = num_leds; in ns2_leds_get_of_pdata()
344 int num_leds; member
348 static inline int sizeof_ns2_led_priv(int num_leds) in sizeof_ns2_led_priv() argument
351 (sizeof(struct ns2_led_data) * num_leds); in sizeof_ns2_led_priv()
379 sizeof_ns2_led_priv(pdata->num_leds), GFP_KERNEL); in ns2_led_probe()
382 priv->num_leds = pdata->num_leds; in ns2_led_probe()
384 for (i = 0; i < priv->num_leds; i++) { in ns2_led_probe()
406 for (i = 0; i < priv->num_leds; i++) in ns2_led_remove()