Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/leds/flash/
Dleds-sy7802.c21 #define SY7802_REG_TORCH_BRIGHTNESS 0xa0 macro
79 { SY7802_REG_TORCH_BRIGHTNESS, 0x92 },
157 ret = regmap_update_bits(chip->regmap, SY7802_REG_TORCH_BRIGHTNESS, torch_mask, brightness); in sy7802_torch_brightness_set()
409 regmap_write(chip->regmap, SY7802_REG_TORCH_BRIGHTNESS, LED_OFF); in sy7802_probe_dt()