Searched refs:mpc201 (Results 1 – 3 of 3) sorted by relevance
30 mpc201->mpc_regs->reg33 mpc201->base.ctx36 mpc201->base.ctx->logger40 mpc201->mpc_shift->field_name, mpc201->mpc_mask->field_name49 struct dcn201_mpc *mpc201 = TO_DCN201_MPC(mpc); in mpc201_set_out_rate_control() local103 void dcn201_mpc_construct(struct dcn201_mpc *mpc201, in dcn201_mpc_construct() argument112 mpc201->base.ctx = ctx; in dcn201_mpc_construct()114 mpc201->base.funcs = &dcn201_mpc_funcs; in dcn201_mpc_construct()116 mpc201->mpc_regs = mpc_regs; in dcn201_mpc_construct()117 mpc201->mpc_shift = mpc_shift; in dcn201_mpc_construct()[all …]
79 void dcn201_mpc_construct(struct dcn201_mpc *mpc201,
727 struct dcn201_mpc *mpc201 = kzalloc(sizeof(struct dcn201_mpc), in dcn201_mpc_create() local730 if (!mpc201) in dcn201_mpc_create()733 dcn201_mpc_construct(mpc201, ctx, in dcn201_mpc_create()739 return &mpc201->base; in dcn201_mpc_create()