Lines Matching refs:to
8 The first step is to enable CONFIG_LED_STATUS in menuconfig:
14 Status LEDS 0 to 5 are enabled by the following configurations at menuconfig:
23 CONFIG_STATUS_LED_BIT is passed into the __led_* functions to identify which LED
24 is being acted on. As such, the value choose must be unique with with respect to
25 the other CONFIG_STATUS_LED_BIT's. Mapping the value to a physical LED is the
28 CONFIG_STATUS_LED_STATE is the initial state of the LED. It should be set to one
32 Values range from 2 to 10.
37 CONFIG_STATUS_LED_BOOT is the LED to light when the board is booting.
40 CONFIG_STATUS_LED_RED is the red LED. It is used to signal errors. This must be
48 __led_init is called once to initialize the LED to CONFIG_STATUS_LED_STATE.
51 __led_set is called to change the state of the LED.
53 __led_toggle is called to toggle the current state of the LED.
72 These are weakly defined in arch/arm/lib/board.c to noops. Where applicable, define
75 TBD : Describe older board dependent macros similar to what is done for