Symbol: lp55xx_write
drivers/leds/leds-lp5521.c
131
ret = lp55xx_write(chip, LP5521_REG_OP_MODE, LP5521_CMD_DIRECT);
drivers/leds/leds-lp5521.c
142
ret = lp55xx_write(chip, LP5521_REG_CONFIG, val);
drivers/leds/leds-lp5521.c
147
lp55xx_write(chip, LP5521_REG_R_PWM, 0);
drivers/leds/leds-lp5521.c
148
lp55xx_write(chip, LP5521_REG_G_PWM, 0);
drivers/leds/leds-lp5521.c
149
lp55xx_write(chip, LP5521_REG_B_PWM, 0);
drivers/leds/leds-lp5521.c
152
ret = lp55xx_write(chip, LP5521_REG_ENABLE, LP5521_ENABLE_RUN_PROGRAM);
drivers/leds/leds-lp5521.c
95
lp55xx_write(chip, LP5521_REG_OP_MODE, LP5521_CMD_DIRECT);
drivers/leds/leds-lp5523.c
103
ret = lp55xx_write(chip, LP5523_REG_ENABLE_LEDS_LSB, 0xff);
drivers/leds/leds-lp5523.c
136
ret = lp55xx_write(chip, LP5523_REG_CH1_PROG_START, 0x00);
drivers/leds/leds-lp5523.c
140
ret = lp55xx_write(chip, LP5523_REG_CH2_PROG_START, 0x10);
drivers/leds/leds-lp5523.c
144
ret = lp55xx_write(chip, LP5523_REG_CH3_PROG_START, 0x20);
drivers/leds/leds-lp5523.c
154
ret = lp55xx_write(chip, LP5523_REG_PROG_MEM + j,
drivers/leds/leds-lp5523.c
205
lp55xx_write(chip, LP5523_REG_LED_TEST_CTRL, LP5523_EN_LEDTEST | 16);
drivers/leds/leds-lp5523.c
226
lp55xx_write(chip, LP5523_REG_LED_CURRENT_BASE + led->chan_nr,
drivers/leds/leds-lp5523.c
229
lp55xx_write(chip, LP5523_REG_LED_PWM_BASE + led->chan_nr,
drivers/leds/leds-lp5523.c
233
lp55xx_write(chip, LP5523_REG_LED_TEST_CTRL,
drivers/leds/leds-lp5523.c
252
lp55xx_write(chip, LP5523_REG_LED_PWM_BASE + led->chan_nr,
drivers/leds/leds-lp5523.c
256
lp55xx_write(chip, LP5523_REG_LED_CURRENT_BASE + led->chan_nr,
drivers/leds/leds-lp5523.c
84
ret = lp55xx_write(chip, LP5523_REG_ENABLE, LP5523_ENABLE);
drivers/leds/leds-lp5523.c
94
ret = lp55xx_write(chip, LP5523_REG_CONFIG, val);
drivers/leds/leds-lp5523.c
99
ret = lp55xx_write(chip, LP5523_REG_ENABLE_LEDS_MSB, 0x01);
drivers/leds/leds-lp5562.c
109
lp55xx_write(led->chip, addr[led->chan_nr], led_current);
drivers/leds/leds-lp5562.c
118
lp55xx_write(chip, LP5562_REG_ENABLE, LP5562_ENABLE_DEFAULT);
drivers/leds/leds-lp5562.c
121
lp55xx_write(chip, LP5562_REG_ENG_SEL, LP5562_ENG_SEL_PWM);
drivers/leds/leds-lp5562.c
122
lp55xx_write(chip, LP5562_REG_OP_MODE, LP5562_CMD_DIRECT);
drivers/leds/leds-lp5562.c
138
ret = lp55xx_write(chip, LP5562_REG_OP_MODE, LP5562_CMD_DIRECT);
drivers/leds/leds-lp5562.c
148
ret = lp55xx_write(chip, LP5562_REG_CONFIG, cfg);
drivers/leds/leds-lp5562.c
153
lp55xx_write(chip, LP5562_REG_R_PWM, 0);
drivers/leds/leds-lp5562.c
154
lp55xx_write(chip, LP5562_REG_G_PWM, 0);
drivers/leds/leds-lp5562.c
155
lp55xx_write(chip, LP5562_REG_B_PWM, 0);
drivers/leds/leds-lp5562.c
156
lp55xx_write(chip, LP5562_REG_W_PWM, 0);
drivers/leds/leds-lp5562.c
159
lp55xx_write(chip, LP5562_REG_ENG_SEL, LP5562_ENG_SEL_PWM);
drivers/leds/leds-lp5562.c
178
ret = lp55xx_write(chip,
drivers/leds/leds-lp5562.c
201
ret = lp55xx_write(chip, addr[led->chan_nr], led->brightness);
drivers/leds/leds-lp5562.c
215
lp55xx_write(chip, base + i, *(rgb + i));
drivers/leds/leds-lp5562.c
217
lp55xx_write(chip, base + i, 0);
drivers/leds/leds-lp5562.c
218
lp55xx_write(chip, base + i + 1, 0);
drivers/leds/leds-lp5562.c
248
lp55xx_write(chip, LP5562_REG_ENG_SEL, LP5562_ENG_SEL_RGB);
drivers/leds/leds-lp5562.c
257
lp55xx_write(chip, LP5562_REG_PROG_MEM_ENG1, 0);
drivers/leds/leds-lp5562.c
258
lp55xx_write(chip, LP5562_REG_PROG_MEM_ENG1 + 1, 0);
drivers/leds/leds-lp5562.c
259
lp55xx_write(chip, LP5562_REG_PROG_MEM_ENG2, 0);
drivers/leds/leds-lp5562.c
260
lp55xx_write(chip, LP5562_REG_PROG_MEM_ENG2 + 1, 0);
drivers/leds/leds-lp5562.c
261
lp55xx_write(chip, LP5562_REG_PROG_MEM_ENG3, 0);
drivers/leds/leds-lp5562.c
262
lp55xx_write(chip, LP5562_REG_PROG_MEM_ENG3 + 1, 0);
drivers/leds/leds-lp5569.c
128
ret = lp55xx_write(chip, LP5569_REG_CH1_PROG_START, LP5569_ENG1_PROG_ADDR);
drivers/leds/leds-lp5569.c
132
ret = lp55xx_write(chip, LP5569_REG_CH2_PROG_START, LP5569_ENG2_PROG_ADDR);
drivers/leds/leds-lp5569.c
136
ret = lp55xx_write(chip, LP5569_REG_CH3_PROG_START, LP5569_ENG3_PROG_ADDR);
drivers/leds/leds-lp5569.c
146
ret = lp55xx_write(chip, LP5569_REG_PROG_MEM + j,
drivers/leds/leds-lp5569.c
179
ret = lp55xx_write(chip, LP5569_REG_MISC, val);
drivers/leds/leds-lp5569.c
198
ret = lp55xx_write(chip, LP5569_REG_ENABLE, LP5569_ENABLE);
drivers/leds/leds-lp5569.c
219
ret = lp55xx_write(chip, LP5569_REG_ENABLE, 0);
drivers/leds/leds-lp5569.c
240
ret = lp55xx_write(chip, LP5569_REG_ENABLE, LP5569_ENABLE);
drivers/leds/leds-lp5569.c
249
ret = lp55xx_write(chip, LP5569_REG_LED_PWM_BASE + led_tmp->chan_nr,
drivers/leds/leds-lp5569.c
294
lp55xx_write(chip, LP5569_REG_LED_PWM_BASE + led_tmp->chan_nr, 0);
drivers/leds/leds-lp5569.c
312
ret = lp55xx_write(chip, LP5569_REG_ENABLE, 0);
drivers/leds/leds-lp5569.c
328
ret = lp55xx_write(chip, LP5569_REG_LED_PWM_BASE + led_tmp->chan_nr,
drivers/leds/leds-lp5569.c
333
ret = lp55xx_write(chip, LP5569_REG_LED_CURRENT_BASE + led_tmp->chan_nr,
drivers/leds/leds-lp5569.c
342
ret = lp55xx_write(chip, LP5569_REG_ENABLE, LP5569_ENABLE);
drivers/leds/leds-lp5569.c
392
lp55xx_write(chip, LP5569_REG_LED_PWM_BASE + led_tmp->chan_nr, 0);
drivers/leds/leds-lp5569.c
422
lp55xx_write(chip, LP5569_REG_LED_CURRENT_BASE + led->chan_nr,
drivers/leds/leds-lp5569.c
426
lp55xx_write(chip, LP5569_REG_LED_PWM_BASE + led->chan_nr,
drivers/leds/leds-lp55xx-common.c
114
lp55xx_write(chip, cfg->reg_op_mode.addr, LP55xx_MODE_DISABLE_ALL_ENG);
drivers/leds/leds-lp55xx-common.c
133
lp55xx_write(chip, LP55xx_REG_PROG_PAGE_SEL,
drivers/leds/leds-lp55xx-common.c
164
lp55xx_write(chip, cfg->reg_op_mode.addr, mode);
drivers/leds/leds-lp55xx-common.c
166
lp55xx_write(chip, cfg->reg_exec.addr, exec);
drivers/leds/leds-lp55xx-common.c
220
lp55xx_write(chip, LP55xx_REG_PROG_PAGE_SEL,
drivers/leds/leds-lp55xx-common.c
224
ret = lp55xx_write(chip, start_addr + i,
drivers/leds/leds-lp55xx-common.c
278
ret = lp55xx_write(chip, cfg->reg_led_pwm_base.addr + led->chan_nr,
drivers/leds/leds-lp55xx-common.c
294
ret = lp55xx_write(chip,
drivers/leds/leds-lp55xx-common.c
312
lp55xx_write(led->chip, cfg->reg_led_current_base.addr + led->chan_nr,
drivers/leds/leds-lp55xx-common.c
323
lp55xx_write(chip, cfg->reg_led_pwm_base.addr + i, 0);
drivers/leds/leds-lp55xx-common.c
347
lp55xx_write(chip, addr, val);
drivers/leds/leds-lp55xx-common.c
357
ret = lp55xx_write(chip, addr, val);
drivers/leds/leds-lp55xx-common.c
774
ret = lp55xx_write(chip, LP55xx_REG_PROG_PAGE_SEL, mux_page);
drivers/leds/leds-lp55xx-common.c
778
ret = lp55xx_write(chip, cfg->prog_mem_base.addr, (u8)(mux >> 8));
drivers/leds/leds-lp55xx-common.c
782
ret = lp55xx_write(chip, cfg->prog_mem_base.addr + 1, (u8)(mux));
drivers/leds/leds-lp55xx-common.c
852
ret = lp55xx_write(chip, cfg->reg_master_fader_base.addr + nr - 1,
drivers/leds/leds-lp55xx-common.c
934
EXPORT_SYMBOL_GPL(lp55xx_write);
drivers/leds/leds-lp55xx-common.c
961
return lp55xx_write(chip, reg, tmp);
drivers/leds/leds-lp55xx-common.h
227
extern int lp55xx_write(struct lp55xx_chip *chip, u8 reg, u8 val);
drivers/leds/leds-lp8501.c
61
ret = lp55xx_write(chip, LP8501_REG_ENABLE, LP8501_ENABLE);
drivers/leds/leds-lp8501.c
73
ret = lp55xx_write(chip, LP8501_REG_CONFIG, val);