Home
last modified time | relevance | path

Searched refs:nd (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/kernel/
H A Dnotif.c87 struct notif_driver *nd = NULL; in notif_deliver_atomic_event() local
107 SLIST_FOREACH(nd, &notif_driver_head, link) in notif_deliver_atomic_event()
108 if (nd->atomic_cb) in notif_deliver_atomic_event()
109 nd->atomic_cb(nd, ev, guest_id); in notif_deliver_atomic_event()
121 struct notif_driver *nd = NULL; in notif_deliver_event() local
138 SLIST_FOREACH_SAFE(nd, &notif_driver_head, link, nd_tmp) { in notif_deliver_event()
141 if (nd->yielding_cb) in notif_deliver_event()
142 nd->yielding_cb(nd, ev); in notif_deliver_event()
/optee_os/core/drivers/clk/sam/
H A Dat91_audio_pll.c61 uint8_t nd; member
94 AT91_PMC_AUDIO_PLL_ND(frac->nd)); in clk_audio_pll_frac_enable()
152 unsigned long nd, unsigned long fracr) in clk_audio_pll_fout() argument
158 return parent_rate * (nd + 1) + fr; in clk_audio_pll_fout()
166 return clk_audio_pll_fout(parent_rate, frac->nd, frac->fracr); in clk_audio_pll_frac_get_rate()
191 unsigned long *nd, in clk_audio_pll_frac_compute_frac() argument
206 *nd = tmp - 1; in clk_audio_pll_frac_compute_frac()
225 unsigned long nd = 0; in clk_audio_pll_frac_set_rate() local
231 res = clk_audio_pll_frac_compute_frac(rate, parent_rate, &nd, &fracr); in clk_audio_pll_frac_set_rate()
235 frac->nd = nd; in clk_audio_pll_frac_set_rate()
/optee_os/core/tee/
H A Dfs_htree.c857 struct htree_node *nd; in get_block_node() local
859 res = get_node(ht, create, BLOCK_NUM_TO_NODE_ID(block_num), &nd); in get_block_node()
861 *node = nd; in get_block_node()