Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/kernel/
A Dnotif.c146 struct notif_driver *nd = NULL; in notif_deliver_atomic_event() local
158 SLIST_FOREACH(nd, &notif_driver_head, link) in notif_deliver_atomic_event()
159 if (nd->atomic_cb) in notif_deliver_atomic_event()
160 nd->atomic_cb(nd, ev); in notif_deliver_atomic_event()
169 struct notif_driver *nd = NULL; in notif_deliver_event() local
186 SLIST_FOREACH_SAFE(nd, &notif_driver_head, link, nd_tmp) { in notif_deliver_event()
189 if (nd->yielding_cb) in notif_deliver_event()
190 nd->yielding_cb(nd, ev); in notif_deliver_event()
/optee_os-3.20.0/core/drivers/clk/sam/
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-3.20.0/core/tee/
A Dfs_htree.c801 struct htree_node *nd; in get_block_node() local
803 res = get_node(ht, create, BLOCK_NUM_TO_NODE_ID(block_num), &nd); in get_block_node()
805 *node = nd; in get_block_node()

Completed in 7 milliseconds