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.c327 size_t len, unsigned int *lo_idx, unsigned int *hi_idx) in lpg_lut_store_sdam() argument
362 *hi_idx = idx + len - 1; in lpg_lut_store_sdam()
368 size_t len, unsigned int *lo_idx, unsigned int *hi_idx) in lpg_lut_store() argument
391 *hi_idx = idx + len - 1; in lpg_lut_store()
396 static void lpg_lut_free(struct lpg *lpg, unsigned int lo_idx, unsigned int hi_idx) in lpg_lut_free() argument
400 len = hi_idx - lo_idx + 1; in lpg_lut_free()
622 unsigned int hi_idx = chan->pattern_hi_idx; in lpg_sdam_apply_lut_control() local
642 hi_idx += lut_offset; in lpg_sdam_apply_lut_control()
648 nvmem_device_write(lpg_chan_sdam, SDAM_END_INDEX_OFFSET + chan->sdam_offset, 1, &hi_idx); in lpg_sdam_apply_lut_control()
668 unsigned int hi_idx = chan->pattern_hi_idx; in lpg_apply_lut_control() local
[all …]