Searched refs:_nb (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/arch/mips/include/asm/ |
D | traps.h | 30 static struct notifier_block fn##_nb = { \ 35 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 | 138 static struct notifier_block fn##_nb = { \ 143 register_proc_cpuinfo_notifier(&fn##_nb); \
|
/Linux-v5.10/drivers/clk/sunxi-ng/ |
D | ccu_common.h | 62 #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-v5.10/include/linux/ |
D | suspend.h | 501 static struct notifier_block fn##_nb = \ 503 register_pm_notifier(&fn##_nb); \
|
/Linux-v5.10/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-v5.10/drivers/clk/qcom/ |
D | clk-cpu-8996.c | 197 #define to_clk_cpu_8996_mux_nb(_nb) \ argument 198 container_of(_nb, struct clk_cpu_8996_mux, nb)
|
/Linux-v5.10/drivers/clk/rockchip/ |
D | clk.h | 219 #define RK3066_PLL_RATE_NB(_rate, _nr, _nf, _no, _nb) \ argument 225 .nb = _nb, \
|
/Linux-v5.10/drivers/i2c/busses/ |
D | i2c-cadence.c | 217 #define to_cdns_i2c(_nb) container_of(_nb, struct cdns_i2c, \ argument
|
/Linux-v5.10/drivers/tty/serial/ |
D | xilinx_uartps.c | 209 #define to_cdns_uart(_nb) container_of(_nb, struct cdns_uart, \ argument
|