Searched refs:_nb (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/mips/include/asm/ |
D | traps.h | 34 static struct notifier_block fn##_nb = { \ 39 register_nmi_notifier(&fn##_nb); \
|
D | cop2.h | 64 static struct notifier_block fn##_nb = { \ 69 register_cu2_notifier(&fn##_nb); \
|
D | cpu-info.h | 115 static struct notifier_block fn##_nb = { \ 120 register_proc_cpuinfo_notifier(&fn##_nb); \
|
/linux-4.4.14/include/linux/ |
D | cpu.h | 124 static struct notifier_block fn##_nb = \ 126 register_cpu_notifier(&fn##_nb); \ 130 static struct notifier_block fn##_nb = \ 132 __register_cpu_notifier(&fn##_nb); \
|
D | perf_event.h | 1133 static struct notifier_block fn##_nb = \ 1139 fn(&fn##_nb, (unsigned long)CPU_UP_PREPARE, \ 1142 fn(&fn##_nb, (unsigned long)CPU_STARTING, \ 1145 fn(&fn##_nb, (unsigned long)CPU_ONLINE, \ 1147 __register_cpu_notifier(&fn##_nb); \ 1157 static struct notifier_block fn##_nb = \ 1160 __register_cpu_notifier(&fn##_nb); \
|
D | suspend.h | 419 static struct notifier_block fn##_nb = \ 421 register_pm_notifier(&fn##_nb); \
|
/linux-4.4.14/drivers/clk/meson/ |
D | clk-cpu.c | 62 #define to_meson_clk_cpu_nb(_nb) container_of(_nb, struct meson_clk_cpu, clk_nb) argument
|
/linux-4.4.14/drivers/staging/clocking-wizard/ |
D | clk-xlnx-clock-wizard.c | 74 #define to_clk_wzrd(_nb) container_of(_nb, struct clk_wzrd, nb) argument
|
/linux-4.4.14/drivers/clk/rockchip/ |
D | clk.h | 89 #define RK3066_PLL_RATE_NB(_rate, _nr, _nf, _no, _nb) \ argument 95 .nb = _nb, \
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-cadence.c | 168 #define to_cdns_i2c(_nb) container_of(_nb, struct cdns_i2c, \ argument
|
/linux-4.4.14/drivers/tty/serial/ |
D | xilinx_uartps.c | 172 #define to_cdns_uart(_nb) container_of(_nb, struct cdns_uart, \ argument
|