Home
last modified time | relevance | path

Searched refs:fled_torch_used (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/leds/flash/
H A Dleds-mt6370-flash.c81 unsigned int fled_torch_used; member
111 curr = priv->fled_torch_used | BIT(led->led_no); in mt6370_torch_brightness_set()
113 curr = priv->fled_torch_used & ~BIT(led->led_no); in mt6370_torch_brightness_set()
147 priv->fled_torch_used = curr; in mt6370_torch_brightness_set()
214 if (priv->fled_torch_used) { in mt6370_strobe_set()
215 dev_warn(lcdev->dev, "Please disable torch first [0x%x]\n", priv->fled_torch_used); in mt6370_strobe_set()
H A Dleds-mt6360.c91 unsigned int fled_torch_used; member
164 u32 prev = priv->fled_torch_used, curr; in mt6360_torch_brightness_set()
201 priv->fled_torch_used = curr; in mt6360_torch_brightness_set()
252 if (priv->fled_torch_used) { in mt6360_strobe_set()
254 priv->fled_torch_used); in mt6360_strobe_set()