Home
last modified time | relevance | path

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

/linux/drivers/leds/rgb/
H A Dleds-qcom-lpg.c326 size_t len, unsigned int *lo_idx, unsigned int *hi_idx) in lpg_lut_store_sdam() argument
361 *hi_idx = idx + len - 1; in lpg_lut_store_sdam()
367 size_t len, unsigned int *lo_idx, unsigned int *hi_idx) in lpg_lut_store() argument
388 *hi_idx = idx + len - 1; 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()
619 unsigned int hi_idx = chan->pattern_hi_idx; in lpg_sdam_apply_lut_control() local
639 hi_idx += lut_offset; in lpg_sdam_apply_lut_control()
645 nvmem_device_write(lpg_chan_sdam, SDAM_END_INDEX_OFFSET + chan->sdam_offset, 1, &hi_idx); in lpg_sdam_apply_lut_control()
665 unsigned int hi_idx = chan->pattern_hi_idx; in lpg_apply_lut_control() local
[all …]