Searched refs:lo_idx (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/leds/rgb/ |
H A D | leds-qcom-lpg.c | 326 size_t len, unsigned int *lo_idx, unsigned int *hi_idx) in lpg_lut_store_sdam() argument 360 *lo_idx = idx; in lpg_lut_store_sdam() 367 size_t len, unsigned int *lo_idx, unsigned int *hi_idx) in lpg_lut_store() argument 387 *lo_idx = idx; in lpg_lut_store() 393 static void lpg_lut_free(struct lpg *lpg, unsigned int lo_idx, unsigned int hi_idx) in lpg_lut_free() argument 397 len = hi_idx - lo_idx + 1; in lpg_lut_free() 401 bitmap_clear(lpg->lut_bitmap, lo_idx, len); in lpg_lut_free() 618 unsigned int lo_idx = chan->pattern_lo_idx; in lpg_sdam_apply_lut_control() local 640 lo_idx += lut_offset; in lpg_sdam_apply_lut_control() 646 nvmem_device_write(lpg_chan_sdam, SDAM_START_INDEX_OFFSET + chan->sdam_offset, 1, &lo_idx); in lpg_sdam_apply_lut_control() [all …]
|