Searched refs:bd2802_write_byte (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/leds/ |
H A D | leds-bd2802.c | 159 static int bd2802_write_byte(struct i2c_client *client, u8 reg, u8 val) in bd2802_write_byte() function 213 bd2802_write_byte(led->client, BD2802_REG_CONTROL, value); in bd2802_update_state() 222 bd2802_write_byte(led->client, reg, pdata->rgb_time); in bd2802_configure() 225 bd2802_write_byte(led->client, reg, pdata->rgb_time); in bd2802_configure() 246 bd2802_write_byte(led->client, BD2802_REG_CONTROL, value); in bd2802_enable() 258 bd2802_write_byte(led->client, reg, led->rgb_current); in bd2802_set_on() 260 bd2802_write_byte(led->client, reg, BD2802_CURRENT_000); in bd2802_set_on() 262 bd2802_write_byte(led->client, reg, BD2802_PATTERN_FULL); in bd2802_set_on() 277 bd2802_write_byte(led->client, reg, BD2802_CURRENT_000); in bd2802_set_blink() 279 bd2802_write_byte(le in bd2802_set_blink() [all...] |
/kernel/linux/linux-6.6/drivers/leds/ |
H A D | leds-bd2802.c | 159 static int bd2802_write_byte(struct i2c_client *client, u8 reg, u8 val) in bd2802_write_byte() function 213 bd2802_write_byte(led->client, BD2802_REG_CONTROL, value); in bd2802_update_state() 222 bd2802_write_byte(led->client, reg, pdata->rgb_time); in bd2802_configure() 225 bd2802_write_byte(led->client, reg, pdata->rgb_time); in bd2802_configure() 246 bd2802_write_byte(led->client, BD2802_REG_CONTROL, value); in bd2802_enable() 258 bd2802_write_byte(led->client, reg, led->rgb_current); in bd2802_set_on() 260 bd2802_write_byte(led->client, reg, BD2802_CURRENT_000); in bd2802_set_on() 262 bd2802_write_byte(led->client, reg, BD2802_PATTERN_FULL); in bd2802_set_on() 277 bd2802_write_byte(led->client, reg, BD2802_CURRENT_000); in bd2802_set_blink() 279 bd2802_write_byte(le in bd2802_set_blink() [all...] |
Completed in 3 milliseconds