Lines Matching defs:behaviour
117 enum b43legacy_led_behaviour behaviour,
123 /* Map the b43 specific LED behaviour value to the
125 switch (behaviour) {
170 b43legacywarn(dev->wl, "LEDs: Unknown behaviour 0x%02X\n",
171 behaviour);
181 enum b43legacy_led_behaviour behaviour;
196 behaviour = B43legacy_LED_ACTIVITY;
199 behaviour = B43legacy_LED_RADIO_ALL;
202 behaviour = B43legacy_LED_RADIO_B;
204 behaviour = B43legacy_LED_ASSOC;
207 behaviour = B43legacy_LED_RADIO_A;
210 behaviour = B43legacy_LED_OFF;
217 behaviour = sprom[i] & B43legacy_LED_BEHAVIOUR;
220 b43legacy_map_led(dev, i, behaviour, activelow);