Searched refs:activelow (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_leds.h10 u8 activelow:1; member in struct:bcm43xx_led
H A Dbcm43xx_leds.c91 if (led->activelow)
102 /* This function is called, if the behaviour (and activelow)
112 led->activelow = 1;
154 led->activelow = !!(sprom[i] & BCM43xx_LED_ACTIVELOW);
271 if (led->activelow)
297 bit_on = led->activelow ? 0 : 1;
299 bit_on = led->activelow ? 1 : 0;

Completed in 52 milliseconds