Searched refs:lo_idx (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/leds/rgb/ |
| H A D | leds-qcom-lpg.c | 327 size_t len, unsigned int *lo_idx, unsigned int *hi_idx) in lpg_lut_store_sdam() argument 361 *lo_idx = idx; in lpg_lut_store_sdam() 368 size_t len, unsigned int *lo_idx, unsigned int *hi_idx) in lpg_lut_store() argument 390 *lo_idx = idx; 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() 404 bitmap_clear(lpg->lut_bitmap, lo_idx, len); in lpg_lut_free() 621 unsigned int lo_idx = chan->pattern_lo_idx; in lpg_sdam_apply_lut_control() local 643 lo_idx += lut_offset; in lpg_sdam_apply_lut_control() 649 nvmem_device_write(lpg_chan_sdam, SDAM_START_INDEX_OFFSET + chan->sdam_offset, 1, &lo_idx); in lpg_sdam_apply_lut_control() [all …]
|