Home
last modified time | relevance | path

Searched refs:values (Results 1 - 25 of 35) sorted by relevance

12

/device/soc/rockchip/common/vendor/drivers/rockchip/
H A 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
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/soc/rockchip/
H A 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
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A 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()
93 /* Normalize values by GPU frequency */ 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 in kbase_pm_get_dvfs_utilisation_calc()
[all...]
H A Dmali_kbase_pm_defs.h48 * These enumerated values are used in calls to
54 * They specify which type of core should be acted on. These values are set in
141 * @values: The current values of the power management metrics. The
143 * current values with the saved values from a previous invocation.
148 * @dvfs_last: values of the PM metrics from the last DVFS tick
166 struct kbasep_pm_metrics values; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A 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/
H A 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 in kbase_pm_get_dvfs_utilisation_calc()
[all...]
H A Dmali_kbase_pm_defs.h43 * These enumerated values are used in calls to
49 * They specify which type of core should be acted on. These values are set in
197 * @values: The current values of the power management metrics. The
199 * current values with the saved values from a previous invocation.
203 * @dvfs_last: values of the PM metrics from the last DVFS tick
216 struct kbasep_pm_metrics values; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_profiling.c363 /* Capture l2 cache counter values if enabled */ in _mali_profiling_sampling_counters()
381 /* Add all enabled counter values into stream */ in _mali_profiling_sampling_counters()
1181 * values for core 0, and thus this will be applied to all PP sub jobs/cores. in mali_profiling_set_event()
1223 * Called by gator.ko to retrieve the L2 cache counter values for all L2 cache cores.
1227 * @param values Pointer to a mali_profiling_l2_counter_values structure where
1228 * the counter sources and values will be output
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].value0, in mali_profiling_get_l2_counters()
1246 &values in mali_profiling_get_l2_counters()
1288 mali_profiling_get_mali_version(struct mali_profiling_mali_version *values) mali_profiling_get_mali_version() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_profiling.c357 /* Capture l2 cache counter values if enabled */ in _mali_profiling_sampling_counters()
374 /* Add all enabled counter values into stream */ in _mali_profiling_sampling_counters()
1157 * values for core 0, and thus this will be applied to all PP sub jobs/cores. in _mali_profiling_set_event()
1200 * Called by gator.ko to retrieve the L2 cache counter values for all L2 cache cores.
1204 * @param values Pointer to a _mali_profiling_l2_counter_values structure where
1205 * the counter sources and values will be output
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 in _mali_profiling_get_l2_counters()
1267 _mali_profiling_get_mali_version(struct _mali_profiling_mali_version *values) _mali_profiling_get_mali_version() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/include/linux/mali/
H A Dmali_utgard_profiling_gator_api.h214 #define PACKET_HEADER_START_CAPTURE_VALUE 0x85 /* The control packet header type to start capture values. */
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/
H A Dmali_utgard_profiling_gator_api.h226 #define PACKET_HEADER_START_CAPTURE_VALUE 0x85 /* The control packet header type to start capture values. */
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/common/kernel/drivers/gpu/arm/bifrost/csf/ipa_control/
H A Dmali_kbase_csf_ipa_control.h37 * of 1 second if values are normalised by GPU frequency.
38 * @gpu_norm: Indicating whether counter values shall be normalized by
39 * GPU frequency. If true, returned values represent
50 * values shall be represented. Raw values are a number of GPU cycles;
53 * The client may specify a scaling factor to multiply counter values before
129 * @values: Array of values queried from performance counters, whose
133 * @num_values: Number of entries in the array of values that has been
142 * some performance counters may use this function to query the values o
[all...]
H A Dmali_kbase_csf_ipa_control.c404 /** session_read_raw_values - Read latest raw values for a sessions
408 * Read and update the latest raw values of all the performance counters
783 u64 *values, size_t num_values, u64 *protected_time) in kbase_ipa_control_query()
792 WARN_ON(values == NULL)) { in kbase_ipa_control_query()
808 "%s: not enough space (%zu) to return all counter values (%zu)", in kbase_ipa_control_query()
821 values[i] = prfcnt->accumulated_diff; in kbase_ipa_control_query()
845 values[i] = 0; in kbase_ipa_control_query()
782 kbase_ipa_control_query(struct kbase_device *kbdev, const void *client, u64 *values, size_t num_values, u64 *protected_time) kbase_ipa_control_query() argument
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dmkbootimg181 def __call__(self, parser, namespace, values, option_string=None):
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/
H A Di2c.h157 s32 i2c_smbus_read_block_data(const struct i2c_client *client, u8 command, u8 *values);
158 s32 i2c_smbus_write_block_data(const struct i2c_client *client, u8 command, u8 length, const u8 *values);
160 s32 i2c_smbus_read_i2c_block_data(const struct i2c_client *client, u8 command, u8 length, u8 *values);
161 s32 i2c_smbus_write_i2c_block_data(const struct i2c_client *client, u8 command, u8 length, const u8 *values);
162 s32 i2c_smbus_read_i2c_block_data_or_emulated(const struct i2c_client *client, u8 command, u8 length, u8 *values);
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_mode_object.h37 * @properties: properties attached to this object, including values
45 * - It tracks attached properties and their values. This is used by &drm_crtc,
85 * @values: Array to store the property values, matching @properties. Do
86 * not read/write values directly, but use
90 * array, but only the decoded values in the corresponding state
102 uint64_t values[DRM_OBJECT_MAX_PROPERTY]; member
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Ddrm_device.h53 std::vector<uint64_t> values; member
H A Ddrm_device.cpp123 prop.values.push_back(p->values[i]); in GetProperty()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Ddrm_device.h52 std::vector<uint64_t> values; member
H A Ddrm_device.cpp120 prop.values.push_back(p->values[i]); in GetProperty()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddrm_device.h52 std::vector<uint64_t> values; member
H A Ddrm_device.cpp120 prop.values.push_back(p->values[i]); in GetProperty()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddrm_device.h52 std::vector<uint64_t> values; member
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_device.h52 std::vector<uint64_t> values; member
/device/soc/rockchip/rk3566/sdk_linux/drivers/iio/adc/
H A Drockchip_saradc.c275 * @values: each channel takes an u16 value in rockchip_saradc_trigger_handler()
279 u16 values[SARADC_MAX_CHANNELS]; in rockchip_saradc_trigger_handler() member
297 data.values[j] = info->last_val; in rockchip_saradc_trigger_handler()

Completed in 18 milliseconds

12