Searched refs:number_of_leds (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dst5481_init.c40 static int number_of_leds = 2; /* 2 LEDs on the adpater default */ variable
41 module_param(number_of_leds, int, 0);
70 number_of_leds);
76 adapter->number_of_leds = number_of_leds;
H A Dst5481_b.c193 if (adapter->number_of_leds == 2)
231 if (adapter->number_of_leds == 4) {
245 if (adapter->number_of_leds == 4) {
H A Dst5481.h143 // To use the B LEDs, number_of_leds must be set to 4
381 int number_of_leds; member in struct:st5481_adapter

Completed in 155 milliseconds