Home
last modified time | relevance | path

Searched refs:leds_data (Results 1 – 1 of 1) sorted by relevance

/arch/mips/txx9/rbtx4939/
Dsetup.c214 struct rbtx4939_led_data *leds_data; in rbtx4939_led_probe() local
222 leds_data = kzalloc(sizeof(*leds_data) * RBTX4939_MAX_7SEGLEDS, in rbtx4939_led_probe()
224 if (!leds_data) in rbtx4939_led_probe()
228 struct rbtx4939_led_data *led_dat = &leds_data[i]; in rbtx4939_led_probe()