Searched refs:upd (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_layer.c68 struct atmel_hlcdc_layer_update *upd = &layer->update; atmel_hlcdc_layer_update_reset() local
74 slot = &upd->slots[id]; atmel_hlcdc_layer_update_reset()
89 struct atmel_hlcdc_layer_update *upd = &layer->update; atmel_hlcdc_layer_update_apply() local
98 if (upd->pending < 0 || upd->pending > 1) atmel_hlcdc_layer_update_apply()
101 slot = &upd->slots[upd->pending]; atmel_hlcdc_layer_update_apply()
172 atmel_hlcdc_layer_update_reset(layer, upd->pending); atmel_hlcdc_layer_update_apply()
174 upd->pending = -1; atmel_hlcdc_layer_update_apply()
304 struct atmel_hlcdc_layer_update *upd = &layer->update; atmel_hlcdc_layer_disable() local
336 if (upd->pending >= 0) { atmel_hlcdc_layer_disable()
337 atmel_hlcdc_layer_update_reset(layer, upd->pending); atmel_hlcdc_layer_disable()
338 upd->pending = -1; atmel_hlcdc_layer_disable()
349 struct atmel_hlcdc_layer_update *upd = &layer->update; atmel_hlcdc_layer_update_start() local
368 upd->next = upd->pending ? 0 : 1; atmel_hlcdc_layer_update_start()
370 slot = &upd->slots[upd->next]; atmel_hlcdc_layer_update_start()
395 if (upd->pending >= 0) { atmel_hlcdc_layer_update_start()
397 upd->slots[upd->pending].configs, atmel_hlcdc_layer_update_start()
400 upd->slots[upd->pending].updated_configs, atmel_hlcdc_layer_update_start()
404 slot->fb_flip->fb = upd->slots[upd->pending].fb_flip->fb; atmel_hlcdc_layer_update_start()
405 if (upd->slots[upd->pending].fb_flip->fb) { atmel_hlcdc_layer_update_start()
407 upd->slots[upd->pending].fb_flip->fb; atmel_hlcdc_layer_update_start()
409 upd->slots[upd->pending].fb_flip->ngems; atmel_hlcdc_layer_update_start()
416 upd->slots[upd->next].configs, atmel_hlcdc_layer_update_start()
427 struct atmel_hlcdc_layer_update *upd = &layer->update; atmel_hlcdc_layer_update_rollback() local
429 atmel_hlcdc_layer_update_reset(layer, upd->next); atmel_hlcdc_layer_update_rollback()
430 upd->next = -1; atmel_hlcdc_layer_update_rollback()
437 struct atmel_hlcdc_layer_update *upd = &layer->update; atmel_hlcdc_layer_update_set_fb() local
445 if (upd->next < 0 || upd->next > 1) atmel_hlcdc_layer_update_set_fb()
454 slot = &upd->slots[upd->next]; atmel_hlcdc_layer_update_set_fb()
480 struct atmel_hlcdc_layer_update *upd = &layer->update; atmel_hlcdc_layer_update_cfg() local
483 if (upd->next < 0 || upd->next > 1) atmel_hlcdc_layer_update_cfg()
489 slot = &upd->slots[upd->next]; atmel_hlcdc_layer_update_cfg()
498 struct atmel_hlcdc_layer_update *upd = &layer->update; atmel_hlcdc_layer_update_commit() local
502 if (upd->next < 0 || upd->next > 1) atmel_hlcdc_layer_update_commit()
505 slot = &upd->slots[upd->next]; atmel_hlcdc_layer_update_commit()
512 if (upd->pending >= 0) atmel_hlcdc_layer_update_commit()
513 atmel_hlcdc_layer_update_reset(layer, upd->pending); atmel_hlcdc_layer_update_commit()
515 upd->pending = upd->next; atmel_hlcdc_layer_update_commit()
516 upd->next = -1; atmel_hlcdc_layer_update_commit()
524 upd->next = -1; atmel_hlcdc_layer_update_commit()
571 struct atmel_hlcdc_layer_update *upd = &layer->update; atmel_hlcdc_layer_update_init() local
588 upd->slots[i].updated_configs = buffer; atmel_hlcdc_layer_update_init()
590 upd->slots[i].configs = buffer; atmel_hlcdc_layer_update_init()
594 upd->pending = -1; atmel_hlcdc_layer_update_init()
595 upd->next = -1; atmel_hlcdc_layer_update_init()
/linux-4.4.14/arch/arc/plat-axs10x/
H A Daxs10x.c359 static inline unsigned int __init encode_div(unsigned int id, int upd) encode_div() argument
365 div.noupd = !upd; encode_div()
/linux-4.4.14/fs/fscache/
H A Dstats.c156 seq_printf(m, "ChkAux : non=%u ok=%u upd=%u obs=%u\n", fscache_stats_show()
/linux-4.4.14/drivers/crypto/nx/
H A Dnx-842-pseries.c841 struct of_reconfig_data *upd = data; nx842_OF_notifier() local
852 !strcmp(upd->dn->name, node->name)) { nx842_OF_notifier()
854 nx842_OF_upd(upd->prop); nx842_OF_notifier()
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_mbox.c884 mb->un.varRegVpi.upd = 1; lpfc_reg_vpi()
2154 /* Only FC supports upd bit */ lpfc_reg_vfi()
H A Dlpfc_hw.h2590 uint32_t upd:1; member in struct:__anon9655
2599 uint32_t upd:1;
H A Dlpfc_els.c7863 " upd bit: x%x \n", mb->mbxStatus, lpfc_cmpl_reg_new_vport()
7864 mb->un.varRegVpi.upd); lpfc_cmpl_reg_new_vport()
7866 mb->un.varRegVpi.upd) lpfc_cmpl_reg_new_vport()
/linux-4.4.14/drivers/mtd/ubi/
H A Dubi.h810 /* upd.c */

Completed in 481 milliseconds