| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | smiapp-pll.c | 61 dev_dbg(dev, "vt_sys_clk_div \t%u\n", pll->vt.sys_clk_div); in print_pll() 62 dev_dbg(dev, "vt_pix_clk_div \t%u\n", pll->vt.pix_clk_div); in print_pll() 73 dev_dbg(dev, "vt_sys_clk_freq_hz \t%u\n", pll->vt.sys_clk_freq_hz); in print_pll() 74 dev_dbg(dev, "vt_pix_clk_freq_hz \t%u\n", pll->vt.pix_clk_freq_hz); in print_pll() 126 dev, pll->vt.sys_clk_freq_hz, in check_all_bounds() 127 limits->vt.min_sys_clk_freq_hz, in check_all_bounds() 128 limits->vt.max_sys_clk_freq_hz, in check_all_bounds() 132 dev, pll->vt.pix_clk_freq_hz, in check_all_bounds() 133 limits->vt.min_pix_clk_freq_hz, in check_all_bounds() 134 limits->vt.max_pix_clk_freq_hz, in check_all_bounds() [all …]
|
| H A D | vp27smpx.c | 79 static int vp27smpx_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in vp27smpx_s_tuner() argument 84 vp27smpx_set_audmode(sd, vt->audmode); in vp27smpx_s_tuner() 88 static int vp27smpx_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in vp27smpx_g_tuner() argument 94 vt->audmode = state->audmode; in vp27smpx_g_tuner() 95 vt->capability = V4L2_TUNER_CAP_STEREO | in vp27smpx_g_tuner() 97 vt->rxsubchans = V4L2_TUNER_SUB_MONO; in vp27smpx_g_tuner()
|
| H A D | sony-btf-mpx.c | 288 static int sony_btf_mpx_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in sony_btf_mpx_g_tuner() argument 292 vt->capability = V4L2_TUNER_CAP_NORM | in sony_btf_mpx_g_tuner() 295 vt->rxsubchans = V4L2_TUNER_SUB_MONO | in sony_btf_mpx_g_tuner() 298 vt->audmode = t->audmode; in sony_btf_mpx_g_tuner() 302 static int sony_btf_mpx_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in sony_btf_mpx_s_tuner() argument 306 if (vt->type != V4L2_TUNER_ANALOG_TV) in sony_btf_mpx_s_tuner() 309 if (vt->audmode != t->audmode) { in sony_btf_mpx_s_tuner() 310 t->audmode = vt->audmode; in sony_btf_mpx_s_tuner()
|
| H A D | saa717x.c | 1098 static int saa717x_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in saa717x_s_tuner() argument 1108 switch (vt->audmode) { in saa717x_s_tuner() 1132 static int saa717x_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in saa717x_g_tuner() argument 1146 vt->rxsubchans = V4L2_TUNER_SUB_MONO; in saa717x_g_tuner() 1152 if (vt->audmode == V4L2_TUNER_MODE_STEREO || in saa717x_g_tuner() 1153 vt->audmode == V4L2_TUNER_MODE_LANG1) { in saa717x_g_tuner() 1154 vt->rxsubchans = V4L2_TUNER_SUB_STEREO; in saa717x_g_tuner() 1157 vt->rxsubchans = V4L2_TUNER_SUB_MONO; in saa717x_g_tuner() 1164 if (vt->audmode == V4L2_TUNER_MODE_LANG2) { in saa717x_g_tuner() 1165 vt->rxsubchans = V4L2_TUNER_SUB_LANG2 | V4L2_TUNER_SUB_MONO; in saa717x_g_tuner() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-radio-rx.c | 217 int vivid_radio_rx_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in vivid_radio_rx_g_tuner() argument 223 if (vt->index > 0) in vivid_radio_rx_g_tuner() 226 strscpy(vt->name, "AM/FM/SW Receiver", sizeof(vt->name)); in vivid_radio_rx_g_tuner() 227 vt->capability = V4L2_TUNER_CAP_LOW | V4L2_TUNER_CAP_STEREO | in vivid_radio_rx_g_tuner() 236 vt->capability |= V4L2_TUNER_CAP_HWSEEK_BOUNDED; in vivid_radio_rx_g_tuner() 239 vt->capability |= V4L2_TUNER_CAP_HWSEEK_WRAP; in vivid_radio_rx_g_tuner() 242 vt->capability |= V4L2_TUNER_CAP_HWSEEK_WRAP | in vivid_radio_rx_g_tuner() 246 vt->rangelow = AM_FREQ_RANGE_LOW; in vivid_radio_rx_g_tuner() 247 vt->rangehigh = FM_FREQ_RANGE_HIGH; in vivid_radio_rx_g_tuner() 249 vt->signal = abs(sig_qual) > delta ? 0 : in vivid_radio_rx_g_tuner() [all …]
|
| H A D | vivid-sdr-cap.c | 411 int vivid_sdr_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in vivid_sdr_g_tuner() argument 413 switch (vt->index) { in vivid_sdr_g_tuner() 415 strscpy(vt->name, "ADC", sizeof(vt->name)); in vivid_sdr_g_tuner() 416 vt->type = V4L2_TUNER_ADC; in vivid_sdr_g_tuner() 417 vt->capability = in vivid_sdr_g_tuner() 419 vt->rangelow = bands_adc[0].rangelow; in vivid_sdr_g_tuner() 420 vt->rangehigh = bands_adc[2].rangehigh; in vivid_sdr_g_tuner() 423 strscpy(vt->name, "RF", sizeof(vt->name)); in vivid_sdr_g_tuner() 424 vt->type = V4L2_TUNER_RF; in vivid_sdr_g_tuner() 425 vt->capability = in vivid_sdr_g_tuner() [all …]
|
| H A D | vivid-radio-rx.h | 16 int vivid_radio_rx_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt); 17 int vivid_radio_rx_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt);
|
| /OK3568_Linux_fs/kernel/net/vmw_vsock/ |
| H A D | af_vsock_tap.c | 17 int vsock_add_tap(struct vsock_tap *vt) in vsock_add_tap() argument 19 if (unlikely(vt->dev->type != ARPHRD_VSOCKMON)) in vsock_add_tap() 22 __module_get(vt->module); in vsock_add_tap() 25 list_add_rcu(&vt->list, &vsock_tap_all); in vsock_add_tap() 32 int vsock_remove_tap(struct vsock_tap *vt) in vsock_remove_tap() argument 40 if (vt == tmp) { in vsock_remove_tap() 41 list_del_rcu(&vt->list); in vsock_remove_tap() 47 pr_warn("vsock_remove_tap: %p not found\n", vt); in vsock_remove_tap() 54 module_put(vt->module); in vsock_remove_tap()
|
| /OK3568_Linux_fs/kernel/drivers/md/persistent-data/ |
| H A D | dm-array.c | 124 struct dm_btree_value_type *vt = &info->value_type; in inc_ablock_entries() local 126 if (vt->inc) in inc_ablock_entries() 127 on_entries(info, ab, vt->inc); in inc_ablock_entries() 135 struct dm_btree_value_type *vt = &info->value_type; in dec_ablock_entries() local 137 if (vt->dec) in dec_ablock_entries() 138 on_entries(info, ab, vt->dec); in dec_ablock_entries() 180 struct dm_btree_value_type *vt = &info->value_type; in fill_ablock() local 187 if (vt->inc) in fill_ablock() 188 vt->inc(vt->context, value); in fill_ablock() 189 memcpy(element_at(info, ab, i), value, vt->size); in fill_ablock() [all …]
|
| H A D | dm-btree-spine.c | 102 struct dm_btree_value_type *vt, in bn_shadow() argument 110 inc_children(info->tm, dm_block_data(*result), vt); in bn_shadow() 198 struct dm_btree_value_type *vt) in shadow_step() argument 208 r = bn_shadow(s->info, b, vt, s->nodes + s->count); in shadow_step() 271 struct dm_btree_value_type *vt) in init_le64_type() argument 273 vt->context = tm; in init_le64_type() 274 vt->size = sizeof(__le64); in init_le64_type() 275 vt->inc = le64_inc; in init_le64_type() 276 vt->dec = le64_dec; in init_le64_type() 277 vt->equal = le64_equal; in init_le64_type()
|
| H A D | dm-btree-remove.c | 142 static int init_child(struct dm_btree_info *info, struct dm_btree_value_type *vt, in init_child() argument 160 inc_children(info->tm, result->n, vt); in init_child() 238 struct dm_btree_value_type *vt, unsigned left_index) in rebalance2() argument 246 r = init_child(info, vt, parent, left_index, &left); in rebalance2() 250 r = init_child(info, vt, parent, left_index + 1, &right); in rebalance2() 372 struct dm_btree_value_type *vt, unsigned left_index) in rebalance3() argument 381 r = init_child(info, vt, parent, left_index, &left); in rebalance3() 385 r = init_child(info, vt, parent, left_index + 1, ¢er); in rebalance3() 391 r = init_child(info, vt, parent, left_index + 2, &right); in rebalance3() 409 struct dm_btree_value_type *vt, uint64_t key) in rebalance_children() argument [all …]
|
| H A D | dm-btree-internal.h | 52 struct dm_btree_value_type *vt); 89 struct dm_btree_value_type *vt); 145 struct dm_btree_value_type *vt);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | varray.hpp | 159 typedef varray_detail::varray_traits<Value, Capacity> vt; typedef in boost::geometry::index::detail::varray 163 ( boost::is_unsigned<typename vt::size_type>::value && 164 sizeof(typename boost::uint_value_t<Capacity>::least) <= sizeof(typename vt::size_type) ), 192 typedef typename vt::value_type value_type; 194 typedef typename vt::size_type size_type; 196 typedef typename vt::difference_type difference_type; 198 typedef typename vt::pointer pointer; 200 typedef typename vt::const_pointer const_pointer; 202 typedef typename vt::reference reference; 204 typedef typename vt::const_reference const_reference; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/hvc/ |
| H A D | hvc_dcc.c | 53 static int hvc_dcc_put_chars(uint32_t vt, const char *buf, int count) in hvc_dcc_put_chars() argument 67 static int hvc_dcc_get_chars(uint32_t vt, char *buf, int count) in hvc_dcc_get_chars() argument 176 static int hvc_dcc0_put_chars(uint32_t vt, const char *buf, in hvc_dcc0_put_chars() argument 198 len = hvc_dcc_put_chars(vt, buf, count); in hvc_dcc0_put_chars() 208 static int hvc_dcc0_get_chars(uint32_t vt, char *buf, int count) in hvc_dcc0_get_chars() argument 235 len = hvc_dcc_get_chars(vt, buf, count); in hvc_dcc0_get_chars()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | vsockmon.c | 29 struct vsock_tap vt; member 36 vsockmon->vt.dev = dev; in vsockmon_open() 37 vsockmon->vt.module = THIS_MODULE; in vsockmon_open() 38 return vsock_add_tap(&vsockmon->vt); in vsockmon_open() 45 return vsock_remove_tap(&vsockmon->vt); in vsockmon_close()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | tuner-core.c | 1234 static int tuner_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in tuner_g_tuner() argument 1240 if (check_mode(t, vt->type) == -EINVAL) in tuner_g_tuner() 1242 if (vt->type == t->mode && analog_ops->get_afc) in tuner_g_tuner() 1243 analog_ops->get_afc(&t->fe, &vt->afc); in tuner_g_tuner() 1244 if (vt->type == t->mode && analog_ops->has_signal) { in tuner_g_tuner() 1245 u16 signal = (u16)vt->signal; in tuner_g_tuner() 1248 vt->signal = signal; in tuner_g_tuner() 1250 if (vt->type != V4L2_TUNER_RADIO) { in tuner_g_tuner() 1251 vt->capability |= V4L2_TUNER_CAP_NORM; in tuner_g_tuner() 1252 vt->rangelow = tv_range[0] * 16; in tuner_g_tuner() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
| H A D | spl_mem_init.c | 233 uint32_t *vt = (uint32_t *)0x20; in mxs_mem_get_size() local 238 da = vt[4]; in mxs_mem_get_size() 239 vt[4] = data_abort_memdetect_handler; in mxs_mem_get_size() 244 vt[4] = da; in mxs_mem_get_size()
|
| H A D | mxs.c | 82 uint32_t *vt = (uint32_t *)0x0; in mx28_fixup_vt() local 87 vt[i] = ldr_pc; in mx28_fixup_vt() 89 vt[i + 8] = start_addr + (4 * i); in mx28_fixup_vt()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/intel_common/ |
| H A D | report_platform.c | 20 int vt, txt, aes; in report_cpu_info() local 36 vt = (cpuidr.ecx & (1 << 5)) ? 1 : 0; in report_cpu_info() 38 mode[aes], mode[txt], mode[vt]); in report_cpu_info()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0001-BaseTools-fix-gcc12-warning-1.patch | 8 2828 | p->rc.outStream = &outStream.vt; 15 2828 | p->rc.outStream = &outStream.vt; 38 - p->rc.outStream = &outStream.vt; 43 + p->rc.outStream = &outStream.vt;
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/smsc/ |
| H A D | smc9.rst | 43 ftp://fenris.campus.vt.edu/smc9/smc9-12.tar.gz 44 ftp://sfbox.vt.edu/filebox/F/fenris/smc9/smc9-12.tar.gz 48 erik@mail.vt.edu
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-gpio.c | 169 static int subdev_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in subdev_g_tuner() argument 176 vt->rxsubchans = V4L2_TUNER_SUB_STEREO | in subdev_g_tuner() 179 vt->rxsubchans = V4L2_TUNER_SUB_MONO; in subdev_g_tuner() 183 static int subdev_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in subdev_s_tuner() argument 189 switch (vt->audmode) { in subdev_s_tuner()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | operations.hpp | 311 _dst.create(svd.vt.cols, 1, svd.vt.type()); in solveZ() 313 svd.vt.row(svd.vt.rows-1).reshape(1,svd.vt.cols).copyTo(dst); in solveZ() 317 …compute( const Matx<_Tp, m, n>& a, Matx<_Tp, nm, 1>& w, Matx<_Tp, m, nm>& u, Matx<_Tp, n, nm>& vt ) in compute() argument 320 Mat _a(a, false), _u(u, false), _w(w, false), _vt(vt, false); in compute() 322 …rt(_w.data == (uchar*)&w.val[0] && _u.data == (uchar*)&u.val[0] && _vt.data == (uchar*)&vt.val[0]); in compute() 336 const Matx<_Tp, n, nm>& vt, const Matx<_Tp, m, nb>& rhs, in backSubst() argument 340 Mat _u(u, false), _w(w, false), _vt(vt, false), _rhs(rhs, false), _dst(dst, false); in backSubst()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | operations.hpp | 311 _dst.create(svd.vt.cols, 1, svd.vt.type()); in solveZ() 313 svd.vt.row(svd.vt.rows-1).reshape(1,svd.vt.cols).copyTo(dst); in solveZ() 317 …compute( const Matx<_Tp, m, n>& a, Matx<_Tp, nm, 1>& w, Matx<_Tp, m, nm>& u, Matx<_Tp, n, nm>& vt ) in compute() argument 320 Mat _a(a, false), _u(u, false), _w(w, false), _vt(vt, false); in compute() 322 …rt(_w.data == (uchar*)&w.val[0] && _u.data == (uchar*)&u.val[0] && _vt.data == (uchar*)&vt.val[0]); in compute() 336 const Matx<_Tp, n, nm>& vt, const Matx<_Tp, m, nb>& rhs, in backSubst() argument 340 Mat _u(u, false), _w(w, false), _vt(vt, false), _rhs(rhs, false), _dst(dst, false); in backSubst()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | operations.hpp | 311 _dst.create(svd.vt.cols, 1, svd.vt.type()); in solveZ() 313 svd.vt.row(svd.vt.rows-1).reshape(1,svd.vt.cols).copyTo(dst); in solveZ() 317 …compute( const Matx<_Tp, m, n>& a, Matx<_Tp, nm, 1>& w, Matx<_Tp, m, nm>& u, Matx<_Tp, n, nm>& vt ) in compute() argument 320 Mat _a(a, false), _u(u, false), _w(w, false), _vt(vt, false); in compute() 322 …rt(_w.data == (uchar*)&w.val[0] && _u.data == (uchar*)&u.val[0] && _vt.data == (uchar*)&vt.val[0]); in compute() 336 const Matx<_Tp, n, nm>& vt, const Matx<_Tp, m, nb>& rhs, in backSubst() argument 340 Mat _u(u, false), _w(w, false), _vt(vt, false), _rhs(rhs, false), _dst(dst, false); in backSubst()
|