| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | rockchip_pvtm.c | 43 u32 (*get_value)(struct rockchip_pvtm *pvtm, unsigned int ring_sel, member 94 if (!pvtm || !pvtm->ops->get_value) { in pvtm_value_show() 108 value = pvtm->ops->get_value(pvtm, i, 1000); in pvtm_value_show() 235 return pvtm->ops->get_value(pvtm, ring_sel, time_us); in rockchip_get_pvtm_value() 445 .get_value = rockchip_pvtm_get_value, 460 .get_value = rockchip_pvtm_get_value, 474 .get_value = rockchip_pvtm_get_value, 489 .get_value = rockchip_pvtm_get_value, 503 .get_value = rockchip_pvtm_get_value, 519 .get_value = rockchip_pvtm_get_value, [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | any.h | 46 virtual void* get_value(void** src) = 0; 47 virtual const void* get_value(void* const * src) = 0; 72 virtual void* get_value(void** src) CV_OVERRIDE { return reinterpret_cast<void*>(src); } in get_value() function 73 …virtual const void* get_value(void* const * src) CV_OVERRIDE { return reinterpret_cast<const void*… in get_value() function 98 virtual void* get_value(void** src) CV_OVERRIDE { return *src; } in get_value() function 99 virtual const void* get_value(void* const * src) CV_OVERRIDE { return *src; } in get_value() function 275 T* r = reinterpret_cast<T*>(policy->get_value(&object)); 284 const T* r = reinterpret_cast<const T*>(policy->get_value(&object));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | rtl-iter.h | 189 m_base[m_end++] = T::get_value (src[2].rt_rtx); in next() 191 m_base[m_end++] = T::get_value (src[1].rt_rtx); in next() 192 m_current = T::get_value (src[0].rt_rtx); in next() 243 static value_type get_value (rtx_type x) { return x; } in get_value() function 254 static value_type get_value (rtx_type x) { return x; } in get_value() function 265 static value_type get_value (rtx_type &x) { return &x; } in get_value() function
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | rtl-iter.h | 189 m_base[m_end++] = T::get_value (src[2].rt_rtx); in next() 191 m_base[m_end++] = T::get_value (src[1].rt_rtx); in next() 192 m_current = T::get_value (src[0].rt_rtx); in next() 243 static value_type get_value (rtx_type x) { return x; } in get_value() function 254 static value_type get_value (rtx_type x) { return x; } in get_value() function 265 static value_type get_value (rtx_type &x) { return &x; } in get_value() function
|
| H A D | align.h | 39 int get_value () in get_value() function
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A D | windfarm.h | 29 int (*get_value)(struct wf_control *ct, s32 *val); member 80 return ct->ops->get_value(ct, val); in wf_control_get() 100 int (*get_value)(struct wf_sensor *sr, s32 *val); member 122 return sr->ops->get_value(sr, val); in wf_sensor_get()
|
| H A D | windfarm_smu_sensors.c | 175 .get_value = smu_cputemp_get, 180 .get_value = smu_cpuamp_get, 185 .get_value = smu_cpuvolt_get, 190 .get_value = smu_slotspow_get, 302 rc = pow->amps->ops->get_value(pow->amps, &s); in smu_cpu_power_get() 311 rc = pow->volts->ops->get_value(pow->volts, &volts); in smu_cpu_power_get() 329 .get_value = smu_cpu_power_get,
|
| H A D | windfarm_pm112.c | 280 err = sr->ops->get_value(sr, &temp); in cpu_fans_tick() 295 err = sr->ops->get_value(sr, &power); in cpu_fans_tick() 375 err = u4_temp->ops->get_value(u4_temp, &temp); in backside_fan_tick() 425 err = hd_temp->ops->get_value(hd_temp, &temp); in drive_bay_fan_tick() 472 err = slots_power->ops->get_value(slots_power, &power); in slots_fan_tick()
|
| H A D | windfarm_pm121.c | 483 controls[control_id]->ops->get_value(controls[control_id], in pm121_connect() 601 rc = sensor->ops->get_value(sensor, &temp); in pm121_sys_fans_tick() 733 rc = sensor_cpu_temp->ops->get_value(sensor_cpu_temp, &temp); in pm121_cpu_fans_tick() 741 rc = sensor_cpu_power->ops->get_value(sensor_cpu_power, &power); in pm121_cpu_fans_tick()
|
| H A D | windfarm_ad7417_sensor.c | 168 .get_value = wf_ad7417_temp_get, 174 .get_value = wf_ad7417_adc_get,
|
| /OK3568_Linux_fs/u-boot/tools/dtoc/ |
| H A D | test_dtoc.py | 20 from dtb_platdata import get_value 92 get_value(fdt.TYPE_INT, struct.pack('>I', 0x45))) 94 get_value(fdt.TYPE_BYTE, struct.pack('<I', 0x45))) 96 get_value(fdt.TYPE_BYTE, struct.pack('>I', 0x45))) 97 self.assertEqual('"test"', get_value(fdt.TYPE_STRING, 'test')) 98 self.assertEqual('true', get_value(fdt.TYPE_BOOL, None))
|
| H A D | dtb_platdata.py | 88 def get_value(ftype, value): function 493 vals.append(get_value(prop.type, val)) 502 self.buf(get_value(prop.type, prop.value))
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/ |
| H A D | hw_hpd.c | 67 static enum gpio_result get_value( in get_value() function 109 .get_value = get_value,
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | sharedbuffer_configuration.py | 69 def get_value(self, objid): member in RandomValuePicker 108 def get_value(self, objid): member in RecordValuePicker 198 (size, thtype) = vp.get_value(pool) 268 (pool, th) = vp.get_value(tcbind) 339 (th,) = vp.get_value(portpool)
|
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | as3722_regulator.c | 124 .get_value = stepdown_get_value, 131 .get_value = ldo_get_value,
|
| H A D | regulator-uclass.c | 35 if (!ops || !ops->get_value) in regulator_get_value() 38 return ops->get_value(dev); in regulator_get_value() 58 if (!ops->get_value) in regulator_set_value() 60 old_uV = ops->get_value(dev); in regulator_set_value()
|
| H A D | s5m8767.c | 244 .get_value = ldo_get_value, 258 .get_value = buck_get_value,
|
| H A D | lp873x_regulator.c | 332 .get_value = ldo_get_value, 346 .get_value = buck_get_value,
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/ |
| H A D | sparsebit.c | 1904 static bool get_value(sparsebit_idx_t idx) in get_value() function 1935 if (get_value(first)) in operate() 1948 if (!get_value(first)) in operate() 1956 assert(sparsebit_is_set(s, first) == get_value(first)); in operate() 1957 assert(sparsebit_is_clear(s, first) == !get_value(first)); in operate() 1961 assert(get_value(sparsebit_first_set(s))); in operate() 1963 assert(!get_value(sparsebit_first_clear(s))); in operate() 1973 assert(get_value(sparsebit_first_set(s))); in operate() 1975 assert(!get_value(sparsebit_first_clear(s))); in operate() 1984 assert(next == 0 || get_value(next)); in operate() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/rockchip/ |
| H A D | clk-pvtm.c | 36 u32 (*get_value)(struct rockchip_clock_pvtm *pvtm, member 136 pvtm_cnt = pvtm->info->get_value(pvtm, time_us); in rockchip_clock_pvtm_init_freq() 208 .get_value = rockchip_clock_pvtm_get_value,
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | gpio.c | 70 ut_asserteq(1, ops->get_value(dev, offset)); in dm_test_gpio() 72 ut_asserteq(0, ops->get_value(dev, offset)); in dm_test_gpio() 76 ut_asserteq(1, ops->get_value(dev, offset)); in dm_test_gpio()
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | pm8916_gpio.c | 166 .get_value = pm8916_gpio_get_value, 251 .get_value = pm8941_pwrkey_get_value,
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | taskexp.py | 144 package = model.get_value(model.get_iter(path), data_col) 148 package = model.get_value(iter, COL_PKG_NAME) 164 current_package = model.get_value(it, COL_PKG_NAME)
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-hdw.c | 955 .get_value = ctrl_get_##vname, \ 1095 .get_value = ctrl_get_cropcappan, 1100 .get_value = ctrl_get_cropcappad, 1105 .get_value = ctrl_get_cropcapbt, 1110 .get_value = ctrl_get_cropcapbl, 1115 .get_value = ctrl_get_cropcapbw, 1120 .get_value = ctrl_get_cropcapbh, 1167 .get_value = ctrl_freq_get, 1179 .get_value = ctrl_channel_get, 1185 .get_value = ctrl_channelfreq_get, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-pri.h | 390 #define STAT_SHOW_FUNC(type, get_value, print) \ argument 391 static ssize_t get_value##_show(struct kobject *kobj, \
|