Searched refs:intf_blks (Results 1 – 2 of 2) sorted by relevance
78 for (i = 0; i < ARRAY_SIZE(rm->intf_blks); i++) { in dpu_rm_destroy()81 if (rm->intf_blks[i]) { in dpu_rm_destroy()82 hw = to_dpu_hw_intf(rm->intf_blks[i]); in dpu_rm_destroy()195 rm->intf_blks[intf->id - INTF_0] = &hw->base; in dpu_rm_init()471 if (idx < 0 || idx >= ARRAY_SIZE(rm->intf_blks)) { in _dpu_rm_reserve_intf()476 if (!rm->intf_blks[idx]) { in _dpu_rm_reserve_intf()642 hw_blks = rm->intf_blks; in dpu_rm_get_assigned_resources()644 max_blks = ARRAY_SIZE(rm->intf_blks); in dpu_rm_get_assigned_resources()
30 struct dpu_hw_blk *intf_blks[INTF_MAX - INTF_0]; member