Searched refs:_nb (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/mips/include/asm/ |
| H A D | cop2.h | 53 static struct notifier_block fn##_nb = { \ 58 register_cu2_notifier(&fn##_nb); \
|
| H A D | traps.h | 34 static struct notifier_block fn##_nb = { \ 39 register_nmi_notifier(&fn##_nb); \
|
| H A D | cpu-info.h | 137 static struct notifier_block fn##_nb = { \ 142 register_proc_cpuinfo_notifier(&fn##_nb); \
|
| /linux/drivers/clk/sunxi-ng/ |
| H A D | ccu_common.h | 78 #define to_ccu_pll_nb(_nb) container_of(_nb, struct ccu_pll_nb, clk_nb) argument
|
| /linux/drivers/clk/mediatek/ |
| H A D | clk-mux.h | 230 #define to_mtk_mux_nb(_nb) container_of(_nb, struct mtk_mux_nb, nb) argument
|
| /linux/drivers/clk/qcom/ |
| H A D | clk-cpu-8996.c | 266 #define to_clk_cpu_8996_pmux_nb(_nb) \ argument 267 container_of(_nb, struct clk_cpu_8996_pmux, nb)
|
| /linux/drivers/clk/xilinx/ |
| H A D | clk-xlnx-clock-wizard.c | 191 #define to_clk_wzrd(_nb) container_of(_nb, struct clk_wzrd, nb) argument
|
| /linux/drivers/clk/rockchip/ |
| H A D | clk.h | 557 #define RK3066_PLL_RATE_NB(_rate, _nr, _nf, _no, _nb) \ argument 563 .nb = _nb, \
|