Searched refs:hubp21 (Results 1 – 3 of 3) sorted by relevance
37 hubp21->hubp_regs->reg40 hubp21->base.ctx44 hubp21->hubp_shift->field_name, hubp21->hubp_mask->field_name846 struct dcn21_hubp *hubp21, in hubp21_construct() argument854 hubp21->base.ctx = ctx; in hubp21_construct()855 hubp21->hubp_regs = hubp_regs; in hubp21_construct()856 hubp21->hubp_shift = hubp_shift; in hubp21_construct()857 hubp21->hubp_mask = hubp_mask; in hubp21_construct()858 hubp21->base.inst = inst; in hubp21_construct()859 hubp21->base.opp_id = OPP_ID_INVALID; in hubp21_construct()[all …]
115 struct dcn21_hubp *hubp21,
1015 struct dcn21_hubp *hubp21 = in dcn21_hubp_create() local1018 if (!hubp21) in dcn21_hubp_create()1021 if (hubp21_construct(hubp21, ctx, inst, in dcn21_hubp_create()1023 return &hubp21->base; in dcn21_hubp_create()1026 kfree(hubp21); in dcn21_hubp_create()
Completed in 7 milliseconds