Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dirq.c19 static struct fwnode_handle *(*__get_intc_node)(void); variable
23 __get_intc_node = fn; in riscv_set_intc_hwnode_fn()
28 if (__get_intc_node) in riscv_get_intc_hwnode()
29 return __get_intc_node(); in riscv_get_intc_hwnode()