Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/lightnvm/
Dpblk-rb.c237 static int __pblk_rb_update_l2p(struct pblk_rb *rb, unsigned int to_update) in __pblk_rb_update_l2p() argument
247 for (i = 0; i < to_update; i++) { in __pblk_rb_update_l2p()
308 unsigned int to_update; in pblk_rb_sync_l2p() local
315 to_update = pblk_rb_ring_count(sync, rb->l2p_update, rb->nr_entries); in pblk_rb_sync_l2p()
316 __pblk_rb_update_l2p(rb, to_update); in pblk_rb_sync_l2p()
/Linux-v5.4/sound/pci/oxygen/
Dxonar_wm87x6.c715 u8 to_update; in wm8776_hp_vol_put() local
718 to_update = (value->value.integer.value[0] != in wm8776_hp_vol_put()
721 to_update |= (value->value.integer.value[1] != in wm8776_hp_vol_put()
725 if (to_update) { in wm8776_hp_vol_put()
735 if (to_update & 1) in wm8776_hp_vol_put()
739 ((to_update & 2) ? 0 : WM8776_UPDATE)); in wm8776_hp_vol_put()
740 if (to_update & 2) in wm8776_hp_vol_put()
746 return to_update != 0; in wm8776_hp_vol_put()