Searched refs:mpc401 (Results 1 – 3 of 3) sorted by relevance
34 mpc401->mpc_regs->reg37 mpc401->base.ctx41 mpc401->mpc_shift->field_name, mpc401->mpc_mask->field_name553 mpc401->base.ctx, in mpc_read_gamut_remap()628 mpc401->base.ctx = ctx; in dcn401_mpc_construct()632 mpc401->mpc_regs = mpc_regs; in dcn401_mpc_construct()633 mpc401->mpc_shift = mpc_shift; in dcn401_mpc_construct()634 mpc401->mpc_mask = mpc_mask; in dcn401_mpc_construct()636 mpc401->mpcc_in_use_mask = 0; in dcn401_mpc_construct()637 mpc401->num_mpcc = num_mpcc; in dcn401_mpc_construct()[all …]
199 void dcn401_mpc_construct(struct dcn401_mpc *mpc401,
943 struct dcn401_mpc *mpc401 = kzalloc(sizeof(struct dcn401_mpc), in dcn401_mpc_create() local946 if (!mpc401) in dcn401_mpc_create()953 dcn401_mpc_construct(mpc401, ctx, in dcn401_mpc_create()960 return &mpc401->base; in dcn401_mpc_create()
Completed in 10 milliseconds