Searched refs:nd (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/kernel/ |
A D | notif.c | 146 struct notif_driver *nd = NULL; in notif_deliver_atomic_event() local 158 SLIST_FOREACH(nd, ¬if_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, ¬if_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 D | at91_audio_pll.c | 61 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 D | fs_htree.c | 801 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