Home
last modified time | relevance | path

Searched refs:new_map (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt.c345 * @new_map: Pointer to the new counter enable map. If non-NULL, must have
351 const struct kbase_hwcnt_enable_map *new_map) in kbasep_hwcnt_accumulator_dump()
368 WARN_ON(new_map && (new_map->metadata != hctx->iface->metadata)); in kbasep_hwcnt_accumulator_dump()
379 if (new_map) { in kbasep_hwcnt_accumulator_dump()
380 new_map_any_enabled = kbase_hwcnt_enable_map_any_enabled(new_map); in kbasep_hwcnt_accumulator_dump()
407 if (new_map) { in kbasep_hwcnt_accumulator_dump()
408 kbase_hwcnt_enable_map_copy(&accum->enable_map, new_map); in kbasep_hwcnt_accumulator_dump()
454 if ((state == ACCUM_STATE_ENABLED) && new_map) { in kbasep_hwcnt_accumulator_dump()
465 errcode = hctx->iface->dump_enable(accum->backend, new_map); in kbasep_hwcnt_accumulator_dump()
349 kbasep_hwcnt_accumulator_dump(struct kbase_hwcnt_context *hctx, u64 *ts_start_ns, u64 *ts_end_ns, struct kbase_hwcnt_dump_buffer *dump_buf, const struct kbase_hwcnt_enable_map *new_map) kbasep_hwcnt_accumulator_dump() argument
726 kbase_hwcnt_accumulator_set_counters(struct kbase_hwcnt_accumulator *accum, const struct kbase_hwcnt_enable_map *new_map, u64 *ts_start_ns, u64 *ts_end_ns, struct kbase_hwcnt_dump_buffer *dump_buf) kbase_hwcnt_accumulator_set_counters() argument
[all...]
H A Dmali_kbase_hwcnt_accumulator.h88 * @new_map: Non-NULL pointer to the new counter enable map. Must have the
105 const struct kbase_hwcnt_enable_map *new_map, u64 *ts_start_ns, u64 *ts_end_ns,
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt.c361 * @new_map: Pointer to the new counter enable map. If non-NULL, must have
370 const struct kbase_hwcnt_enable_map *new_map) in kbasep_hwcnt_accumulator_dump()
387 WARN_ON(new_map && (new_map->metadata != hctx->accum.metadata)); in kbasep_hwcnt_accumulator_dump()
398 if (new_map) in kbasep_hwcnt_accumulator_dump()
400 kbase_hwcnt_enable_map_any_enabled(new_map); in kbasep_hwcnt_accumulator_dump()
426 if (new_map) { in kbasep_hwcnt_accumulator_dump()
428 &accum->enable_map, new_map); in kbasep_hwcnt_accumulator_dump()
474 if ((state == ACCUM_STATE_ENABLED) && new_map) { in kbasep_hwcnt_accumulator_dump()
485 accum->backend, new_map); in kbasep_hwcnt_accumulator_dump()
365 kbasep_hwcnt_accumulator_dump( struct kbase_hwcnt_context *hctx, u64 *ts_start_ns, u64 *ts_end_ns, struct kbase_hwcnt_dump_buffer *dump_buf, const struct kbase_hwcnt_enable_map *new_map) kbasep_hwcnt_accumulator_dump() argument
747 kbase_hwcnt_accumulator_set_counters( struct kbase_hwcnt_accumulator *accum, const struct kbase_hwcnt_enable_map *new_map, u64 *ts_start_ns, u64 *ts_end_ns, struct kbase_hwcnt_dump_buffer *dump_buf) kbase_hwcnt_accumulator_set_counters() argument
[all...]
H A Dmali_kbase_hwcnt_accumulator.h89 * @new_map: Non-NULL pointer to the new counter enable map. Must have the
107 const struct kbase_hwcnt_enable_map *new_map,
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c302 struct pinctrl_map *new_map; in rockchip_dt_node_to_map() local
319 new_map = kcalloc(map_num, sizeof(*new_map), GFP_KERNEL); in rockchip_dt_node_to_map()
320 if (!new_map) { in rockchip_dt_node_to_map()
324 *map = new_map; in rockchip_dt_node_to_map()
330 kfree(new_map); in rockchip_dt_node_to_map()
333 new_map[0].type = PIN_MAP_TYPE_MUX_GROUP; in rockchip_dt_node_to_map()
334 new_map[0].data.mux.function = parent->name; in rockchip_dt_node_to_map()
335 new_map[0].data.mux.group = np->name; in rockchip_dt_node_to_map()
339 new_map in rockchip_dt_node_to_map()
[all...]

Completed in 10 milliseconds