Home
last modified time | relevance | path

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

/linux/arch/x86/platform/geode/
H A Dgeode-common.c94 unsigned int n_leds) in geode_create_leds() argument
109 if (n_leds > MAX_LEDS) { in geode_create_leds()
114 swnodes = kzalloc_objs(*swnodes, n_leds); in geode_create_leds()
122 props = kzalloc_objs(*props, n_leds * 3); in geode_create_leds()
128 gpio_refs = kzalloc_objs(*gpio_refs, n_leds); in geode_create_leds()
135 for (i = 0; i < n_leds; i++) { in geode_create_leds()
H A Dgeode-common.h19 unsigned int n_leds);
/linux/include/linux/platform_data/x86/
H A Dint3472.h137 unsigned int n_leds; /* how many LEDs have we registered */ member