Home | History | Annotate | Download | only in pci

Lines Matching defs:led

1992 		/* Make the link LED blink while we're scanning. */
3631 struct iwn_cmd_led led;
3633 /* Clear microcode LED ownership. */
3636 led.which = which;
3637 led.unit = htole32(10000); /* on/off in unit of 100ms */
3638 led.off = off;
3639 led.on = on;
3640 (void)iwn_cmd(sc, IWN_CMD_SET_LED, &led, sizeof led, 1);
4987 /* Link LED blinks while monitoring. */
5057 /* Link LED always on while associated. */