Home
last modified time | relevance | path

Searched refs:BLINK (Results 1 – 19 of 19) sorted by relevance

/openbmc/u-boot/cmd/
H A Dled.c131 #define BLINK "|blink [blink-freq in ms]" macro
133 #define BLINK "" macro
139 "<led_label> on|off|toggle" BLINK "\tChange LED state\n"
/openbmc/linux/include/linux/mfd/
H A Dtps65010.h118 #define BLINK 2 macro
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp106 BLINK, enumerator
397 case LedState::BLINK: in setLedState()
/openbmc/linux/arch/arm/mach-omap1/
H A Dboard-osk.c235 tps65010_set_led(LED1, BLINK); in osk_tps_setup()
/openbmc/u-boot/arch/arm/mach-tegra/tegra210/
H A Dpinmux.c117 PIN(CLK_32K_OUT_PY5, SOC, BLINK, RSVD2, RSVD3),
/openbmc/u-boot/arch/arm/mach-tegra/tegra114/
H A Dpinmux.c229 PIN(CLK_32K_OUT_PA0, BLINK, SOC, RSVD3, RSVD4),
/openbmc/docs/designs/
H A Docp-led-policy-support.md103 - BLINK (500ms on, 500ms off)
/openbmc/u-boot/board/nvidia/dalmore/
H A Dpinmux-config-dalmore.h195 DEFAULT_PINMUX(CLK_32K_OUT_PA0, BLINK, NORMAL, NORMAL, OUTPUT),
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/
H A Dpinmux.c228 PIN(CLK_32K_OUT_PA0, BLINK, SOC, RSVD3, RSVD4),
/openbmc/linux/drivers/mfd/
H A Dtps65010.c788 case BLINK: in tps65010_set_led()
/openbmc/u-boot/arch/arm/mach-tegra/tegra30/
H A Dpinmux.c224 PIN(CLK_32K_OUT_PA0, BLINK, RSVD2, RSVD3, RSVD4),
/openbmc/u-boot/board/toradex/apalis_t30/
H A Dpinmux-config-apalis_t30.h264 DEFAULT_PINMUX(CLK_32K_OUT_PA0, BLINK, DOWN, TRISTATE, OUTPUT), /* NC */
/openbmc/u-boot/board/nvidia/cardhu/
H A Dpinmux-config-cardhu.h246 DEFAULT_PINMUX(CLK_32K_OUT_PA0, BLINK, NORMAL, NORMAL, OUTPUT),
/openbmc/u-boot/board/toradex/colibri_t30/
H A Dpinmux-config-colibri_t30.h254 DEFAULT_PINMUX(CLK_32K_OUT_PA0, BLINK, NORMAL, NORMAL, OUTPUT),
/openbmc/linux/drivers/pinctrl/tegra/
H A Dpinctrl-tegra210.c1440 …PINGROUP(clk_32k_out_py5, SOC, BLINK, RSVD2, RSVD3, 0x3164, N, N, N, Y,…
H A Dpinctrl-tegra114.c1743 …PINGROUP(clk_32k_out_pa0, BLINK, SOC, RSVD3, RSVD4, 0x331c, N, N…
H A Dpinctrl-tegra124.c1941 …PINGROUP(clk_32k_out_pa0, BLINK, SOC, RSVD3, RSVD4, 0x331c, N, N…
H A Dpinctrl-tegra30.c2171 …PINGROUP(clk_32k_out_pa0, BLINK, RSVD2, RSVD3, RSVD4, 0x331c, N, …
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp1366 inventoryItem->ledState = sensor_utils::LedState::BLINK; in getInventoryLedData()