Home
last modified time | relevance | path

Searched refs:strobe_state (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/leds/flash/
H A Dleds-lm3601x.c286 int strobe_state; in lm3601x_strobe_get() local
291 ret = regmap_read(led->regmap, LM3601X_ENABLE_REG, &strobe_state); in lm3601x_strobe_get()
295 *state = strobe_state & LM3601X_MODE_STROBE; in lm3601x_strobe_get()
/openbmc/qemu/hw/arm/
H A Dspitz.c270 uint16_t strobe_state; member
286 strobe = s->keyrow[i] & s->strobe_state; in spitz_keyboard_sense_update()
303 s->strobe_state |= 1 << line; in spitz_keyboard_strobe()
305 s->strobe_state &= ~(1 << line); in spitz_keyboard_strobe()
1185 VMSTATE_UINT16(strobe_state, SpitzKeyboardState),
/openbmc/linux/drivers/staging/greybus/
H A Dlight.c42 bool strobe_state; member
659 channel->strobe_state = state; in gb_lights_flash_strobe_set()
672 *state = channel->strobe_state; in gb_lights_flash_strobe_get()