Searched refs:drv_array_at_idx (Results 1 – 6 of 6) sorted by relevance
/external/minigbm/ |
D | helpers.c | 423 mapping = (struct mapping *)drv_array_at_idx(bo->drv->mappings, idx); in drv_mapping_destroy() 513 combo = (struct combination *)drv_array_at_idx(drv->combos, i); in drv_modify_combination() 584 struct kms_item *item = drv_array_at_idx(kms_items, k); in drv_query_kms() 640 item = (struct kms_item *)drv_array_at_idx(kms_items, i); in drv_modify_linear_combinations() 642 combo = drv_array_at_idx(drv->combos, j); in drv_modify_linear_combinations()
|
D | helpers_array.h | 17 void *drv_array_at_idx(struct drv_array *array, uint32_t idx);
|
D | drv.c | 216 curr = drv_array_at_idx(drv->combos, i); in drv_get_combination() 417 struct mapping *prior = (struct mapping *)drv_array_at_idx(bo->drv->mappings, i); in drv_bo_map() 432 struct mapping *prior = (struct mapping *)drv_array_at_idx(bo->drv->mappings, i); in drv_bo_map() 483 if (mapping == (struct mapping *)drv_array_at_idx(bo->drv->mappings, i)) { in drv_bo_unmap()
|
D | rockchip.c | 85 combo = (struct combination *)drv_array_at_idx(drv->combos, i); in rockchip_add_kms_item() 143 ret = rockchip_add_kms_item(drv, (struct kms_item *)drv_array_at_idx(kms_items, i)); in rockchip_init()
|
D | helpers_array.c | 76 void *drv_array_at_idx(struct drv_array *array, uint32_t idx) in drv_array_at_idx() function
|
D | i915.c | 89 combo = (struct combination *)drv_array_at_idx(drv->combos, i); in i915_add_kms_item() 195 ret = i915_add_kms_item(drv, (struct kms_item *)drv_array_at_idx(kms_items, i)); in i915_add_combinations()
|