ccu_mux_nb
static struct ccu_mux_nb sun20i_d1_riscv_nb = {
static struct ccu_mux_nb sun50i_a100_cpu_nb = {
static struct ccu_mux_nb sun50i_a64_cpu_nb = {
static struct ccu_mux_nb sun50i_h6_cpu_nb = {
static struct ccu_mux_nb sun50i_h616_cpu_nb = {
static struct ccu_mux_nb sun50i_h616_gpu_nb = {
static struct ccu_mux_nb sun6i_a31_cpu_nb = {
static struct ccu_mux_nb sun8i_a33_cpu_nb = {
static struct ccu_mux_nb sun8i_h3_cpu_nb = {
static struct ccu_mux_nb sun8i_r40_cpu_nb = {
static struct ccu_mux_nb suniv_cpu_nb = {
struct ccu_mux_nb *mux = to_ccu_mux_nb(nb);
int ccu_mux_notifier_register(struct clk *clk, struct ccu_mux_nb *mux_nb)
#define to_ccu_mux_nb(_nb) container_of(_nb, struct ccu_mux_nb, clk_nb)
int ccu_mux_notifier_register(struct clk *clk, struct ccu_mux_nb *mux_nb);