Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/lightnvm/
Dpblk-rb.c203 static int __pblk_rb_update_l2p(struct pblk_rb *rb, unsigned int to_update) in __pblk_rb_update_l2p() argument
213 for (i = 0; i < to_update; i++) { in __pblk_rb_update_l2p()
273 unsigned int to_update; in pblk_rb_sync_l2p() local
280 to_update = pblk_rb_ring_count(sync, rb->l2p_update, rb->nr_entries); in pblk_rb_sync_l2p()
281 __pblk_rb_update_l2p(rb, to_update); in pblk_rb_sync_l2p()
/Linux-v4.19/sound/pci/oxygen/
Dxonar_wm87x6.c726 u8 to_update; in wm8776_hp_vol_put() local
729 to_update = (value->value.integer.value[0] != in wm8776_hp_vol_put()
732 to_update |= (value->value.integer.value[1] != in wm8776_hp_vol_put()
736 if (to_update) { in wm8776_hp_vol_put()
746 if (to_update & 1) in wm8776_hp_vol_put()
750 ((to_update & 2) ? 0 : WM8776_UPDATE)); in wm8776_hp_vol_put()
751 if (to_update & 2) in wm8776_hp_vol_put()
757 return to_update != 0; in wm8776_hp_vol_put()