Searched refs:_nb (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/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.1.27/include/linux/ |
D | cpu.h | 123 static struct notifier_block fn##_nb = \ 125 register_cpu_notifier(&fn##_nb); \ 129 static struct notifier_block fn##_nb = \ 131 __register_cpu_notifier(&fn##_nb); \
|
D | perf_event.h | 986 static struct notifier_block fn##_nb = \ 992 fn(&fn##_nb, (unsigned long)CPU_UP_PREPARE, \ 995 fn(&fn##_nb, (unsigned long)CPU_STARTING, \ 998 fn(&fn##_nb, (unsigned long)CPU_ONLINE, \ 1000 __register_cpu_notifier(&fn##_nb); \ 1010 static struct notifier_block fn##_nb = \ 1013 __register_cpu_notifier(&fn##_nb); \
|
D | suspend.h | 383 static struct notifier_block fn##_nb = \ 385 register_pm_notifier(&fn##_nb); \
|
/linux-4.1.27/drivers/staging/clocking-wizard/ |
D | clk-xlnx-clock-wizard.c | 73 #define to_clk_wzrd(_nb) container_of(_nb, struct clk_wzrd, nb) argument
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-cadence.c | 159 #define to_cdns_i2c(_nb) container_of(_nb, struct cdns_i2c, \ argument
|
/linux-4.1.27/drivers/tty/serial/ |
D | xilinx_uartps.c | 172 #define to_cdns_uart(_nb) container_of(_nb, struct cdns_uart, \ argument
|