Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/platform_data/
H A Dleds-lp55xx.h77 u32 charge_pump_mode; member
/openbmc/linux/drivers/leds/
H A Dleds-lp55xx-common.c695 if (of_property_read_u32(np, "ti,charge-pump-mode", &pdata->charge_pump_mode)) in lp55xx_of_populate_pdata()
696 pdata->charge_pump_mode = LP55XX_CP_AUTO; in lp55xx_of_populate_pdata()
698 if (pdata->charge_pump_mode > LP55XX_CP_AUTO) { in lp55xx_of_populate_pdata()
699 dev_err(dev, "invalid charge pump mode %d\n", pdata->charge_pump_mode); in lp55xx_of_populate_pdata()
H A Dleds-lp8501.c105 val |= (chip->pdata->charge_pump_mode << LP8501_CP_MODE_SHIFT) & LP8501_CP_MODE_MASK; in lp8501_post_init_device()
H A Dleds-lp5521.c310 val |= (chip->pdata->charge_pump_mode << LP5521_CP_MODE_SHIFT) & LP5521_CP_MODE_MASK; in lp5521_post_init_device()
H A Dleds-lp5523.c141 val |= (chip->pdata->charge_pump_mode << LP5523_CP_MODE_SHIFT) & LP5523_CP_MODE_MASK; in lp5523_post_init_device()