/device/soc/rockchip/common/vendor/drivers/rockchip/ |
D | grf.c | 24 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/ |
D | grf.c | 24 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/ |
D | mali_kbase_pm_metrics.c | 87 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/ |
D | mali_kbase_dvfs_debugfs.c | 42 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/ |
D | mali_kbase_pm_metrics.c | 82 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/ |
D | mali_osk_profiling.c | 1208 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/ |
D | mali_osk_profiling.c | 1231 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/ |
D | mkbootimg | 130 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/ |
D | mali_utgard_profiling_gator_api.h | 281 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/ |
D | mali_utgard_profiling_gator_api.h | 293 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/ |
D | mkbootimg | 181 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/ |
D | i2c.h | 157 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/ |
D | rockchip_drm_direct_show.c | 217 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/ |
D | README_zh.md | 12 /// \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/ |
D | mali_kbase_csf_ipa_control.h | 156 u64 *values, size_t num_values,
|
/device/board/talkweb/niobe407/applications/003_system_timer/ |
D | README_zh.md | 13 /// \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/ |
D | drm_mode_object.h | 102 uint64_t values[DRM_OBJECT_MAX_PROPERTY]; member
|
/device/soc/allwinner/t507/hardware/wifi/ap6212/ |
D | nvram.txt | 4 # The following parameter values are just placeholders, need to be updated.
|
/device/board/osware/imx8mm/drivers/wifi/firmware/ |
D | nvram_ap6212a.txt | 4 # The following parameter values are just placeholders, need to be updated.
|
/device/board/isoftstone/yangfan/kernel/drivers/wifi/ap6xxx/ |
D | nvram_ap6212a.txt | 4 # The following parameter values are just placeholders, need to be updated.
|
D | nvram_azw372.txt | 4 # The following parameter values are just placeholders, need to be updated.
|
/device/soc/esp/esp32/components/libs/ |
D | esp32_out.ld | 15 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/ |
D | ble_store_ram.c | 166 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/ |
D | ble_store_config.c | 180 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/ |
D | esp32.ld | 15 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…
|