Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 74) sorted by relevance

123

/device/soc/rockchip/common/vendor/drivers/rockchip/
Dgrf.c24 const struct rockchip_grf_value *values; member
39 .values = px30_defaults,
54 .values = rk3036_defaults,
65 .values = rk3128_defaults,
76 .values = rk3228_defaults,
89 .values = rk3288_defaults,
100 .values = rk3328_defaults,
111 .values = rk3308_defaults,
122 .values = rk3368_defaults,
133 .values = rk3399_defaults,
[all …]
/device/soc/rockchip/common/sdk_linux/drivers/soc/rockchip/
Dgrf.c24 const struct rockchip_grf_value *values; member
39 .values = px30_defaults,
54 .values = rk3036_defaults,
65 .values = rk3128_defaults,
76 .values = rk3228_defaults,
89 .values = rk3288_defaults,
100 .values = rk3328_defaults,
111 .values = rk3308_defaults,
122 .values = rk3368_defaults,
133 .values = rk3399_defaults,
[all …]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
Dmali_kbase_pm_metrics.c87 kbdev->pm.backend.metrics.values.time_busy = 0; in kbasep_pm_metrics_init()
88 kbdev->pm.backend.metrics.values.time_idle = 0; in kbasep_pm_metrics_init()
89 kbdev->pm.backend.metrics.values.time_in_protm = 0; in kbasep_pm_metrics_init()
123 kbdev->pm.backend.metrics.values.time_busy = 0; in kbasep_pm_metrics_init()
124 kbdev->pm.backend.metrics.values.time_idle = 0; in kbasep_pm_metrics_init()
125 kbdev->pm.backend.metrics.values.busy_cl[0] = 0; in kbasep_pm_metrics_init()
126 kbdev->pm.backend.metrics.values.busy_cl[1] = 0; in kbasep_pm_metrics_init()
127 kbdev->pm.backend.metrics.values.busy_gl = 0; in kbasep_pm_metrics_init()
270 kbdev->pm.backend.metrics.values.time_busy += in kbase_pm_get_dvfs_utilisation_calc()
273 kbdev->pm.backend.metrics.values.time_idle += in kbase_pm_get_dvfs_utilisation_calc()
[all …]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
Dmali_kbase_dvfs_debugfs.c42 kbdev->pm.backend.metrics.values.time_busy, in kbasep_dvfs_utilization_debugfs_show()
43 kbdev->pm.backend.metrics.values.time_idle, in kbasep_dvfs_utilization_debugfs_show()
44 kbdev->pm.backend.metrics.values.time_in_protm); in kbasep_dvfs_utilization_debugfs_show()
47 kbdev->pm.backend.metrics.values.time_busy, in kbasep_dvfs_utilization_debugfs_show()
48 kbdev->pm.backend.metrics.values.time_idle); in kbasep_dvfs_utilization_debugfs_show()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
Dmali_kbase_pm_metrics.c82 kbdev->pm.backend.metrics.values.time_busy = 0; in kbasep_pm_metrics_init()
83 kbdev->pm.backend.metrics.values.time_idle = 0; in kbasep_pm_metrics_init()
84 kbdev->pm.backend.metrics.values.busy_cl[0] = 0; in kbasep_pm_metrics_init()
85 kbdev->pm.backend.metrics.values.busy_cl[1] = 0; in kbasep_pm_metrics_init()
86 kbdev->pm.backend.metrics.values.busy_gl = 0; in kbasep_pm_metrics_init()
136 kbdev->pm.backend.metrics.values.time_busy += ns_time; in kbase_pm_get_dvfs_utilisation_calc()
138 kbdev->pm.backend.metrics.values.busy_cl[0] += ns_time; in kbase_pm_get_dvfs_utilisation_calc()
141 kbdev->pm.backend.metrics.values.busy_cl[1] += ns_time; in kbase_pm_get_dvfs_utilisation_calc()
146 kbdev->pm.backend.metrics.values.busy_gl += ns_time; in kbase_pm_get_dvfs_utilisation_calc()
150 … kbdev->pm.backend.metrics.values.time_idle += (u32)(ktime_to_ns(diff) >> KBASE_PM_TIME_SHIFT); in kbase_pm_get_dvfs_utilisation_calc()
[all …]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
Dmali_osk_profiling.c1208 u32 _mali_profiling_get_l2_counters(_mali_profiling_l2_counter_values *values) in _mali_profiling_get_l2_counters() argument
1223 &values->cores[i].source0, in _mali_profiling_get_l2_counters()
1224 &values->cores[i].value0, in _mali_profiling_get_l2_counters()
1225 &values->cores[i].source1, in _mali_profiling_get_l2_counters()
1226 &values->cores[i].value1); in _mali_profiling_get_l2_counters()
1267 void _mali_profiling_get_mali_version(struct _mali_profiling_mali_version *values) in _mali_profiling_get_mali_version() argument
1269 values->mali_product_id = (u32)mali_kernel_core_get_product_id(); in _mali_profiling_get_mali_version()
1270 values->mali_version_major = mali_kernel_core_get_gpu_major_version(); in _mali_profiling_get_mali_version()
1271 values->mali_version_minor = mali_kernel_core_get_gpu_minor_version(); in _mali_profiling_get_mali_version()
1272 values->num_of_l2_cores = mali_l2_cache_core_get_glob_num_l2_cores(); in _mali_profiling_get_mali_version()
[all …]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
Dmali_osk_profiling.c1231 u32 mali_profiling_get_l2_counters(mali_profiling_l2_counter_values *values) in mali_profiling_get_l2_counters() argument
1245 …mali_l2_cache_core_get_counter_values(l2_cache, &values->cores[i].source0, &values->cores[i].value… in mali_profiling_get_l2_counters()
1246 &values->cores[i].source1, &values->cores[i].value1); in mali_profiling_get_l2_counters()
1288 void mali_profiling_get_mali_version(struct mali_profiling_mali_version *values) in mali_profiling_get_mali_version() argument
1290 values->mali_product_id = (u32)mali_kernel_core_get_product_id(); in mali_profiling_get_mali_version()
1291 values->mali_version_major = mali_kernel_core_get_gpu_major_version(); in mali_profiling_get_mali_version()
1292 values->mali_version_minor = mali_kernel_core_get_gpu_minor_version(); in mali_profiling_get_mali_version()
1293 values->num_of_l2_cores = mali_l2_cache_core_get_glob_num_l2_cores(); in mali_profiling_get_mali_version()
1294 values->num_of_fp_cores = mali_executor_get_num_cores_total(); in mali_profiling_get_mali_version()
1295 values->num_of_vp_cores = 1; in mali_profiling_get_mali_version()
/device/board/isoftstone/zhiyuan/kernel/build/tools/pack/android/
Dmkbootimg130 def __call__(self, parser, namespace, values, option_string=None): argument
131 if len(values) > self.maxlen:
133 format(self.maxlen, len(values)))
134 setattr(namespace, self.dest, values)
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/include/linux/mali/
Dmali_utgard_profiling_gator_api.h281 u32 mali_profiling_get_l2_counters(mali_profiling_l2_counter_values *values);
287 void mali_profiling_get_mali_version(struct mali_profiling_mali_version *values);
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/include/linux/mali/
Dmali_utgard_profiling_gator_api.h293 u32 _mali_profiling_get_l2_counters(_mali_profiling_l2_counter_values *values);
299 void _mali_profiling_get_mali_version(struct _mali_profiling_mali_version *values);
/device/soc/rockchip/rk3588/kernel/scripts/
Dmkbootimg181 def __call__(self, parser, namespace, values, option_string=None): argument
182 if len(values) > self.maxlen:
184 'String argument too long: max {0:d}, got {1:d}'.format(self.maxlen, len(values)))
185 setattr(namespace, self.dest, values)
/device/soc/rockchip/common/sdk_linux/include/linux/
Di2c.h157 s32 i2c_smbus_read_block_data(const struct i2c_client *client, u8 command, u8 *values);
158 …c_smbus_write_block_data(const struct i2c_client *client, u8 command, u8 length, const u8 *values);
160 … i2c_smbus_read_i2c_block_data(const struct i2c_client *client, u8 command, u8 length, u8 *values);
161 …bus_write_i2c_block_data(const struct i2c_client *client, u8 command, u8 length, const u8 *values);
162 …ead_i2c_block_data_or_emulated(const struct i2c_client *client, u8 command, u8 length, u8 *values);
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/
Drockchip_drm_direct_show.c217 obj->properties->values[i] = val; in rockchip_drm_direct_show_set_property_value()
265 zpos_prop->values[1]); in rockchip_drm_direct_show_commit()
268 plane->state->zpos = zpos_prop->values[1]; in rockchip_drm_direct_show_commit()
/device/board/talkweb/niobe407/applications/004_system_event/
DREADME_zh.md12 /// \param[in] attr event flags attributes; NULL: default values.
138 /// \param[in] attr event flags attributes; NULL: default values.
160 /// \param[in] attr thread attributes; NULL: default values.
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ipa_control/
Dmali_kbase_csf_ipa_control.h156 u64 *values, size_t num_values,
/device/board/talkweb/niobe407/applications/003_system_timer/
DREADME_zh.md13 /// \param[in] attr timer attributes; NULL: default values.
73 /// \param[in] attr timer attributes; NULL: default values.
/device/soc/rockchip/common/sdk_linux/include/drm/
Ddrm_mode_object.h102 uint64_t values[DRM_OBJECT_MAX_PROPERTY]; member
/device/soc/allwinner/t507/hardware/wifi/ap6212/
Dnvram.txt4 # The following parameter values are just placeholders, need to be updated.
/device/board/osware/imx8mm/drivers/wifi/firmware/
Dnvram_ap6212a.txt4 # The following parameter values are just placeholders, need to be updated.
/device/board/isoftstone/yangfan/kernel/drivers/wifi/ap6xxx/
Dnvram_ap6212a.txt4 # The following parameter values are just placeholders, need to be updated.
Dnvram_azw372.txt4 # The following parameter values are just placeholders, need to be updated.
/device/soc/esp/esp32/components/libs/
Desp32_out.ld15 to simple macros with numeric values, and/or #if/#endif blocks.
26 …/* All these values assume the flash cache is on, and have the blocks this uses subtracted from th…
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/store/ram/src/
Dble_store_ram.c166 static int ble_store_ram_delete_obj(void *values, int value_size, int idx, in ble_store_ram_delete_obj() argument
174 dst = values; in ble_store_ram_delete_obj()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/store/config/src/
Dble_store_config.c180 static int ble_store_config_delete_obj(void *values, int value_size, int idx, int *num_values) in ble_store_config_delete_obj() argument
187 dst = values; in ble_store_config_delete_obj()
/device/soc/esp/esp32/components/esp32/ld/
Desp32.ld15 to simple macros with numeric values, and/or #if/#endif blocks.
45 …/* All these values assume the flash cache is on, and have the blocks this uses subtracted from th…

123