Searched refs:hubp201 (Results 1 – 3 of 3) sorted by relevance
33 hubp201->hubp_regs->reg36 hubp201->base.ctx40 hubp201->hubp_shift->field_name, hubp201->hubp_mask->field_name69 struct dcn201_hubp *hubp201 = TO_DCN201_HUBP(hubp); in hubp201_program_requestor() local132 struct dcn201_hubp *hubp201, in dcn201_hubp_construct() argument139 hubp201->base.funcs = &dcn201_hubp_funcs; in dcn201_hubp_construct()140 hubp201->base.ctx = ctx; in dcn201_hubp_construct()141 hubp201->hubp_regs = hubp_regs; in dcn201_hubp_construct()142 hubp201->hubp_shift = hubp_shift; in dcn201_hubp_construct()143 hubp201->hubp_mask = hubp_mask; in dcn201_hubp_construct()[all …]
989 struct dcn201_hubp *hubp201 = in dcn201_hubp_create() local992 if (!hubp201) in dcn201_hubp_create()995 if (dcn201_hubp_construct(hubp201, ctx, inst, in dcn201_hubp_create()997 return &hubp201->base; in dcn201_hubp_create()999 kfree(hubp201); in dcn201_hubp_create()
125 struct dcn201_hubp *hubp201,