Searched refs:_nb (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/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 | 129 static struct notifier_block fn##_nb = { \ 134 register_proc_cpuinfo_notifier(&fn##_nb); \
|
/Linux-v4.19/drivers/clk/sunxi-ng/ |
D | ccu_common.h | 70 #define to_ccu_pll_nb(_nb) container_of(_nb, struct ccu_pll_nb, clk_nb) argument
|
D | ccu_mux.h | 114 #define to_ccu_mux_nb(_nb) container_of(_nb, struct ccu_mux_nb, clk_nb) argument
|
/Linux-v4.19/include/linux/ |
D | suspend.h | 430 static struct notifier_block fn##_nb = \ 432 register_pm_notifier(&fn##_nb); \
|
/Linux-v4.19/drivers/staging/clocking-wizard/ |
D | clk-xlnx-clock-wizard.c | 64 #define to_clk_wzrd(_nb) container_of(_nb, struct clk_wzrd, nb) argument
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-cadence.c | 172 #define to_cdns_i2c(_nb) container_of(_nb, struct cdns_i2c, \ argument
|
/Linux-v4.19/drivers/clk/rockchip/ |
D | clk.h | 215 #define RK3066_PLL_RATE_NB(_rate, _nr, _nf, _no, _nb) \ argument 221 .nb = _nb, \
|
/Linux-v4.19/drivers/tty/serial/ |
D | xilinx_uartps.c | 198 #define to_cdns_uart(_nb) container_of(_nb, struct cdns_uart, \ argument
|