Lines Matching refs:next
135 dscr->next); in atmel_hlcdc_layer_update_apply()
151 dscr->next); in atmel_hlcdc_layer_update_apply()
368 upd->next = upd->pending ? 0 : 1; in atmel_hlcdc_layer_update_start()
370 slot = &upd->slots[upd->next]; in atmel_hlcdc_layer_update_start()
416 upd->slots[upd->next].configs, in atmel_hlcdc_layer_update_start()
429 atmel_hlcdc_layer_update_reset(layer, upd->next); in atmel_hlcdc_layer_update_rollback()
430 upd->next = -1; in atmel_hlcdc_layer_update_rollback()
445 if (upd->next < 0 || upd->next > 1) in atmel_hlcdc_layer_update_set_fb()
454 slot = &upd->slots[upd->next]; in atmel_hlcdc_layer_update_set_fb()
483 if (upd->next < 0 || upd->next > 1) in atmel_hlcdc_layer_update_cfg()
489 slot = &upd->slots[upd->next]; in atmel_hlcdc_layer_update_cfg()
502 if (upd->next < 0 || upd->next > 1) in atmel_hlcdc_layer_update_commit()
505 slot = &upd->slots[upd->next]; in atmel_hlcdc_layer_update_commit()
515 upd->pending = upd->next; in atmel_hlcdc_layer_update_commit()
516 upd->next = -1; in atmel_hlcdc_layer_update_commit()
524 upd->next = -1; in atmel_hlcdc_layer_update_commit()
544 dscr->next = dma_addr + (i * sizeof(*dscr)); in atmel_hlcdc_layer_dma_init()
564 dma->dscrs[0].next); in atmel_hlcdc_layer_dma_cleanup()
595 upd->next = -1; in atmel_hlcdc_layer_update_init()