Searched refs:LedStatus (Results 1 – 3 of 3) sorted by relevance
88 lc.LedStatus = *ledmode; in do_led_control()104 lc.LedStatus = 0; in do_led_control()113 *ledmode = lc.LedStatus ? TOPO_LED_STATE_ON : TOPO_LED_STATE_OFF; in do_led_control()
348 uint8_t LedStatus; member
12762 (lc.Command == MPTSAS_LEDCTL_FLAG_SET && lc.LedStatus != 0 && in led_control()12763 lc.LedStatus != 1)) { in led_control()12797 mep->me_slotleds[slotidx] |= lc.LedStatus << (lc.Led - 1); in led_control()12806 lc.LedStatus = (mep->me_slotleds[slotidx] >> (lc.Led - 1)) & 1; in led_control()