Home
last modified time | relevance | path

Searched refs:LED_STATE (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-webui/app/server-control/controllers/
H A Dserver-led-controller.js22 if (state == APIUtils.LED_STATE.on) {
32 APIUtils.LED_STATE.off :
33 APIUtils.LED_STATE.on;
/openbmc/phosphor-webui/app/overview/controllers/
H A Dsystem-overview-controller.js55 if (data == APIUtils.LED_STATE.on) {
132 APIUtils.LED_STATE.off :
133 APIUtils.LED_STATE.on;
/openbmc/phosphor-webui/app/common/services/
H A Dconstants.js50 LED_STATE: {on: true, off: false},
H A Dapi-utils.js18 LED_STATE: Constants.LED_STATE, property in AnonymousFunction1ea782bb0200.SERVICE
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dskge.h642 LED_STATE = 1<<0, /* Rx/Tx: LED State, 1=LED on */ enumerator