Searched defs:mpcc (Results 1 – 7 of 7) sorted by relevance
114 struct mpcc { struct115 int mpcc_id; /* MPCC physical instance */ argument117 struct mpcc *mpcc_bot; /* pointer to bottom layer MPCC. NULL when not connected */ argument118 struct mpcc_blnd_cfg blnd_cfg; /* The blending configuration for this MPCC */ argument119 struct mpcc_sm_cfg sm_cfg; /* stereo mix setting for this MPCC */ argument128 struct mpcc *opp_list; /* The top MPCC layer of the MPC tree that outputs to OPP endpoint */ argument
201 int mpcc[MAX_PIPES]; member
77 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_update_blending() local340 static void mpc1_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc1_init_mpcc()409 struct mpcc *mpcc; in mpc1_init_mpcc_list_from_hw() local
62 static void mpc201_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc201_init_mpcc()
55 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc2_update_blending() local512 static void mpc2_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc2_init_mpcc()
1038 static void mpc3_init_mpcc(struct mpcc *mpcc, int mpcc_inst) in mpc3_init_mpcc()
345 uint32_t mpcc : 1; member
Completed in 25 milliseconds