Home
last modified time | relevance | path

Searched refs:vt (Results 1 – 80 of 80) sorted by relevance

/linux-4.4.14/drivers/media/i2c/
Dsmiapp-pll.c69 dev_dbg(dev, "vt_sys_clk_div \t%u\n", pll->vt.sys_clk_div); in print_pll()
70 dev_dbg(dev, "vt_pix_clk_div \t%u\n", pll->vt.pix_clk_div); in print_pll()
81 dev_dbg(dev, "vt_sys_clk_freq_hz \t%u\n", pll->vt.sys_clk_freq_hz); in print_pll()
82 dev_dbg(dev, "vt_pix_clk_freq_hz \t%u\n", pll->vt.pix_clk_freq_hz); in print_pll()
134 dev, pll->vt.sys_clk_freq_hz, in check_all_bounds()
135 limits->vt.min_sys_clk_freq_hz, in check_all_bounds()
136 limits->vt.max_sys_clk_freq_hz, in check_all_bounds()
140 dev, pll->vt.pix_clk_freq_hz, in check_all_bounds()
141 limits->vt.min_pix_clk_freq_hz, in check_all_bounds()
142 limits->vt.max_pix_clk_freq_hz, in check_all_bounds()
[all …]
Dvp27smpx.c92 static int vp27smpx_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in vp27smpx_s_tuner() argument
97 vp27smpx_set_audmode(sd, vt->audmode); in vp27smpx_s_tuner()
101 static int vp27smpx_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in vp27smpx_g_tuner() argument
107 vt->audmode = state->audmode; in vp27smpx_g_tuner()
108 vt->capability = V4L2_TUNER_CAP_STEREO | in vp27smpx_g_tuner()
110 vt->rxsubchans = V4L2_TUNER_SUB_MONO; in vp27smpx_g_tuner()
Dsony-btf-mpx.c300 static int sony_btf_mpx_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in sony_btf_mpx_g_tuner() argument
304 vt->capability = V4L2_TUNER_CAP_NORM | in sony_btf_mpx_g_tuner()
307 vt->rxsubchans = V4L2_TUNER_SUB_MONO | in sony_btf_mpx_g_tuner()
310 vt->audmode = t->audmode; in sony_btf_mpx_g_tuner()
314 static int sony_btf_mpx_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in sony_btf_mpx_s_tuner() argument
318 if (vt->type != V4L2_TUNER_ANALOG_TV) in sony_btf_mpx_s_tuner()
321 if (vt->audmode != t->audmode) { in sony_btf_mpx_s_tuner()
322 t->audmode = vt->audmode; in sony_btf_mpx_s_tuner()
Dsaa717x.c1111 static int saa717x_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in saa717x_s_tuner() argument
1121 switch (vt->audmode) { in saa717x_s_tuner()
1145 static int saa717x_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in saa717x_g_tuner() argument
1159 vt->rxsubchans = V4L2_TUNER_SUB_MONO; in saa717x_g_tuner()
1165 if (vt->audmode == V4L2_TUNER_MODE_STEREO || in saa717x_g_tuner()
1166 vt->audmode == V4L2_TUNER_MODE_LANG1) { in saa717x_g_tuner()
1167 vt->rxsubchans = V4L2_TUNER_SUB_STEREO; in saa717x_g_tuner()
1170 vt->rxsubchans = V4L2_TUNER_SUB_MONO; in saa717x_g_tuner()
1177 if (vt->audmode == V4L2_TUNER_MODE_LANG2) { in saa717x_g_tuner()
1178 vt->rxsubchans = V4L2_TUNER_SUB_LANG2 | V4L2_TUNER_SUB_MONO; in saa717x_g_tuner()
[all …]
Dsmiapp-pll.h62 struct smiapp_pll_branch vt; member
93 struct smiapp_pll_branch_limits vt; member
Dmsp3400-driver.c520 static int msp_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in msp_g_tuner() argument
525 if (vt->type != V4L2_TUNER_ANALOG_TV) in msp_g_tuner()
530 vt->rxsubchans = state->rxsubchans; in msp_g_tuner()
532 vt->audmode = state->audmode; in msp_g_tuner()
533 vt->capability |= V4L2_TUNER_CAP_STEREO | in msp_g_tuner()
538 static int msp_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in msp_s_tuner() argument
545 if (state->audmode == vt->audmode) in msp_s_tuner()
547 state->audmode = vt->audmode; in msp_s_tuner()
Dsaa6588.c427 static int saa6588_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in saa6588_g_tuner() argument
431 vt->capability |= V4L2_TUNER_CAP_RDS | V4L2_TUNER_CAP_RDS_BLOCK_IO; in saa6588_g_tuner()
433 vt->rxsubchans |= V4L2_TUNER_SUB_RDS; in saa6588_g_tuner()
437 static int saa6588_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in saa6588_s_tuner() argument
Dtvaudio.c1763 static int tvaudio_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in tvaudio_s_tuner() argument
1773 switch (vt->audmode) { in tvaudio_s_tuner()
1783 chip->audmode = vt->audmode; in tvaudio_s_tuner()
1788 desc->setaudmode(chip, vt->audmode); in tvaudio_s_tuner()
1793 static int tvaudio_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in tvaudio_g_tuner() argument
1803 vt->audmode = chip->audmode; in tvaudio_g_tuner()
1804 vt->rxsubchans = desc->getrxsubchans(chip); in tvaudio_g_tuner()
1805 vt->capability |= V4L2_TUNER_CAP_STEREO | in tvaudio_g_tuner()
Dtvp5150.c1047 static int tvp5150_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in tvp5150_g_tuner() argument
1051 vt->signal = ((status & 0x04) && (status & 0x02)) ? 0xffff : 0x0; in tvp5150_g_tuner()
Dsaa7115.c1259 static int saa711x_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in saa711x_g_tuner() argument
1269 vt->signal = ((status & (1 << 6)) == 0) ? 0xffff : 0x0; in saa711x_g_tuner()
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-radio-rx.c228 int vivid_radio_rx_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in vivid_radio_rx_g_tuner() argument
234 if (vt->index > 0) in vivid_radio_rx_g_tuner()
237 strlcpy(vt->name, "AM/FM/SW Receiver", sizeof(vt->name)); in vivid_radio_rx_g_tuner()
238 vt->capability = V4L2_TUNER_CAP_LOW | V4L2_TUNER_CAP_STEREO | in vivid_radio_rx_g_tuner()
247 vt->capability |= V4L2_TUNER_CAP_HWSEEK_BOUNDED; in vivid_radio_rx_g_tuner()
250 vt->capability |= V4L2_TUNER_CAP_HWSEEK_WRAP; in vivid_radio_rx_g_tuner()
253 vt->capability |= V4L2_TUNER_CAP_HWSEEK_WRAP | in vivid_radio_rx_g_tuner()
257 vt->rangelow = AM_FREQ_RANGE_LOW; in vivid_radio_rx_g_tuner()
258 vt->rangehigh = FM_FREQ_RANGE_HIGH; in vivid_radio_rx_g_tuner()
260 vt->signal = abs(sig_qual) > delta ? 0 : in vivid_radio_rx_g_tuner()
[all …]
Dvivid-sdr-cap.c409 int vivid_sdr_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in vivid_sdr_g_tuner() argument
411 switch (vt->index) { in vivid_sdr_g_tuner()
413 strlcpy(vt->name, "ADC", sizeof(vt->name)); in vivid_sdr_g_tuner()
414 vt->type = V4L2_TUNER_ADC; in vivid_sdr_g_tuner()
415 vt->capability = in vivid_sdr_g_tuner()
417 vt->rangelow = bands_adc[0].rangelow; in vivid_sdr_g_tuner()
418 vt->rangehigh = bands_adc[2].rangehigh; in vivid_sdr_g_tuner()
421 strlcpy(vt->name, "RF", sizeof(vt->name)); in vivid_sdr_g_tuner()
422 vt->type = V4L2_TUNER_RF; in vivid_sdr_g_tuner()
423 vt->capability = in vivid_sdr_g_tuner()
[all …]
Dvivid-radio-rx.h28 int vivid_radio_rx_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt);
29 int vivid_radio_rx_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt);
Dvivid-sdr-cap.h26 int vivid_sdr_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt);
27 int vivid_sdr_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt);
Dvivid-vid-cap.c1451 int vivid_video_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in vivid_video_s_tuner() argument
1455 if (vt->index != 0) in vivid_video_s_tuner()
1457 if (vt->audmode > V4L2_TUNER_MODE_LANG1_LANG2) in vivid_video_s_tuner()
1459 dev->tv_audmode = vt->audmode; in vivid_video_s_tuner()
1463 int vivid_video_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in vivid_video_g_tuner() argument
1468 if (vt->index != 0) in vivid_video_g_tuner()
1471 vt->capability = V4L2_TUNER_CAP_NORM | V4L2_TUNER_CAP_STEREO | in vivid_video_g_tuner()
1473 vt->audmode = dev->tv_audmode; in vivid_video_g_tuner()
1474 vt->rangelow = MIN_TV_FREQ; in vivid_video_g_tuner()
1475 vt->rangehigh = MAX_TV_FREQ; in vivid_video_g_tuner()
[all …]
Dvivid-vid-cap.h59 int vivid_video_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt);
60 int vivid_video_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt);
Dvivid-core.c251 static int vidioc_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in vidioc_g_tuner() argument
256 return vivid_radio_rx_g_tuner(file, fh, vt); in vidioc_g_tuner()
258 return vivid_sdr_g_tuner(file, fh, vt); in vidioc_g_tuner()
259 return vivid_video_g_tuner(file, fh, vt); in vidioc_g_tuner()
262 static int vidioc_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in vidioc_s_tuner() argument
267 return vivid_radio_rx_s_tuner(file, fh, vt); in vidioc_s_tuner()
269 return vivid_sdr_s_tuner(file, fh, vt); in vidioc_s_tuner()
270 return vivid_video_s_tuner(file, fh, vt); in vidioc_s_tuner()
/linux-4.4.14/drivers/md/persistent-data/
Ddm-array.c124 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 …]
Ddm-btree-spine.c102 struct dm_btree_value_type *vt, in bn_shadow() argument
110 inc_children(info->tm, dm_block_data(*result), vt); in bn_shadow()
200 struct dm_btree_value_type *vt) in shadow_step() argument
210 r = bn_shadow(s->info, b, vt, s->nodes + s->count); in shadow_step()
273 struct dm_btree_value_type *vt) in init_le64_type() argument
275 vt->context = tm; in init_le64_type()
276 vt->size = sizeof(__le64); in init_le64_type()
277 vt->inc = le64_inc; in init_le64_type()
278 vt->dec = le64_dec; in init_le64_type()
279 vt->equal = le64_equal; in init_le64_type()
Ddm-btree-remove.c142 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()
232 struct dm_btree_value_type *vt, unsigned left_index) in rebalance2() argument
240 r = init_child(info, vt, parent, left_index, &left); in rebalance2()
244 r = init_child(info, vt, parent, left_index + 1, &right); in rebalance2()
366 struct dm_btree_value_type *vt, unsigned left_index) in rebalance3() argument
375 r = init_child(info, vt, parent, left_index, &left); in rebalance3()
379 r = init_child(info, vt, parent, left_index + 1, &center); in rebalance3()
385 r = init_child(info, vt, parent, left_index + 2, &right); in rebalance3()
403 struct dm_btree_value_type *vt, uint64_t key) in rebalance_children() argument
[all …]
Ddm-btree-internal.h52 struct dm_btree_value_type *vt);
89 struct dm_btree_value_type *vt);
145 struct dm_btree_value_type *vt);
Ddm-array.h84 struct dm_btree_value_type *vt);
Ddm-btree.c72 struct dm_btree_value_type *vt) in inc_children() argument
80 else if (vt->inc) in inc_children()
82 vt->inc(vt->context, value_ptr(n, i)); in inc_children()
695 struct dm_btree_value_type *vt, in btree_insert_raw() argument
702 r = shadow_step(s, root, vt); in btree_insert_raw()
/linux-4.4.14/drivers/media/v4l2-core/
Dtuner-core.c1189 static int tuner_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in tuner_g_tuner() argument
1195 if (check_mode(t, vt->type) == -EINVAL) in tuner_g_tuner()
1197 if (vt->type == t->mode && analog_ops->get_afc) in tuner_g_tuner()
1198 analog_ops->get_afc(&t->fe, &vt->afc); in tuner_g_tuner()
1199 if (vt->type == t->mode && analog_ops->has_signal) { in tuner_g_tuner()
1200 u16 signal = (u16)vt->signal; in tuner_g_tuner()
1203 vt->signal = signal; in tuner_g_tuner()
1205 if (vt->type != V4L2_TUNER_RADIO) { in tuner_g_tuner()
1206 vt->capability |= V4L2_TUNER_CAP_NORM; in tuner_g_tuner()
1207 vt->rangelow = tv_range[0] * 16; in tuner_g_tuner()
[all …]
/linux-4.4.14/Documentation/networking/
Dsmc9.txt36 ftp://fenris.campus.vt.edu/smc9/smc9-12.tar.gz
37 ftp://sfbox.vt.edu/filebox/F/fenris/smc9/smc9-12.tar.gz
41 erik@mail.vt.edu
DREADME.sb1000207 csigler@vt.edu
/linux-4.4.14/drivers/tty/hvc/
Dhvc_dcc.c24 static int hvc_dcc_put_chars(uint32_t vt, const char *buf, int count) in hvc_dcc_put_chars() argument
38 static int hvc_dcc_get_chars(uint32_t vt, char *buf, int count) in hvc_dcc_get_chars() argument
Dhvc_bfin_jtag.c41 static int hvc_bfin_put_chars(uint32_t vt, const char *buf, int count) in hvc_bfin_put_chars() argument
65 static int hvc_bfin_get_chars(uint32_t vt, char *buf, int count) in hvc_bfin_get_chars() argument
Dhvc_tile.c59 static int hvc_tile_put_chars(uint32_t vt, const char *buf, int count) in hvc_tile_put_chars() argument
64 static int hvc_tile_get_chars(uint32_t vt, char *buf, int count) in hvc_tile_get_chars() argument
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-gpio.c181 static int subdev_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in subdev_g_tuner() argument
188 vt->rxsubchans = V4L2_TUNER_SUB_STEREO | in subdev_g_tuner()
191 vt->rxsubchans = V4L2_TUNER_SUB_MONO; in subdev_g_tuner()
195 static int subdev_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in subdev_s_tuner() argument
201 switch (vt->audmode) { in subdev_s_tuner()
Divtv-fileops.c154 struct v4l2_tuner vt; in ivtv_dualwatch() local
159 memset(&vt, 0, sizeof(vt)); in ivtv_dualwatch()
160 ivtv_call_all(itv, tuner, g_tuner, &vt); in ivtv_dualwatch()
161 if (vt.audmode == V4L2_TUNER_MODE_LANG1_LANG2 && (vt.rxsubchans & V4L2_TUNER_SUB_LANG2)) in ivtv_dualwatch()
Divtv-ioctl.c1204 static int ivtv_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in ivtv_s_tuner() argument
1209 if (vt->index != 0) in ivtv_s_tuner()
1212 ivtv_call_all(itv, tuner, s_tuner, vt); in ivtv_s_tuner()
1217 static int ivtv_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in ivtv_g_tuner() argument
1221 if (vt->index != 0) in ivtv_g_tuner()
1224 ivtv_call_all(itv, tuner, g_tuner, vt); in ivtv_g_tuner()
1226 if (vt->type == V4L2_TUNER_RADIO) in ivtv_g_tuner()
1227 strlcpy(vt->name, "ivtv Radio Tuner", sizeof(vt->name)); in ivtv_g_tuner()
1229 strlcpy(vt->name, "ivtv TV Tuner", sizeof(vt->name)); in ivtv_g_tuner()
/linux-4.4.14/Documentation/fb/
Dgxfb.txt48 vt_switch - enable vt switching during suspend/resume. The vt
Dlxfb.txt48 vt_switch - enable vt switching during suspend/resume. The vt
Dudlfb.txt114 (e.g. X with --shared-vt) are in conflict.
/linux-4.4.14/drivers/media/dvb-frontends/
Dau8522_decoder.c666 static int au8522_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in au8522_g_tuner() argument
675 vt->signal = 0xffff; in au8522_g_tuner()
677 vt->signal = 0x00; in au8522_g_tuner()
679 vt->capability |= in au8522_g_tuner()
684 vt->rxsubchans = val; in au8522_g_tuner()
685 vt->audmode = V4L2_TUNER_MODE_STEREO; in au8522_g_tuner()
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c322 static int pvr2_g_tuner(struct file *file, void *priv, struct v4l2_tuner *vt) in pvr2_g_tuner() argument
327 if (vt->index != 0) in pvr2_g_tuner()
331 return pvr2_hdw_get_tuner_status(hdw, vt); in pvr2_g_tuner()
334 static int pvr2_s_tuner(struct file *file, void *priv, const struct v4l2_tuner *vt) in pvr2_s_tuner() argument
339 if (vt->index != 0) in pvr2_s_tuner()
344 vt->audmode); in pvr2_s_tuner()
352 struct v4l2_tuner vt; in pvr2_s_frequency() local
357 ret = pvr2_hdw_get_tuner_status(hdw, &vt); in pvr2_s_frequency()
372 if (vt.capability & V4L2_TUNER_CAP_LOW) in pvr2_s_frequency()
386 struct v4l2_tuner vt; in pvr2_g_frequency() local
[all …]
Dpvrusb2-hdw.c2931 struct v4l2_tuner vt; in pvr2_subdev_update() local
2932 memset(&vt, 0, sizeof(vt)); in pvr2_subdev_update()
2933 vt.type = (hdw->input_val == PVR2_CVAL_INPUT_RADIO) ? in pvr2_subdev_update()
2935 vt.audmode = hdw->audiomode_val; in pvr2_subdev_update()
2936 v4l2_device_call_all(&hdw->v4l2_dev, 0, tuner, s_tuner, &vt); in pvr2_subdev_update()
/linux-4.4.14/drivers/md/
Ddm-era-target.c398 struct dm_btree_value_type *vt = &md->writeset_tree_info.value_type; in setup_writeset_tree_info() local
401 vt->context = md; in setup_writeset_tree_info()
402 vt->size = sizeof(struct writeset_disk); in setup_writeset_tree_info()
403 vt->inc = ws_inc; in setup_writeset_tree_info()
404 vt->dec = ws_dec; in setup_writeset_tree_info()
405 vt->equal = ws_eq; in setup_writeset_tree_info()
411 struct dm_btree_value_type vt; in setup_era_array_info() local
412 vt.context = NULL; in setup_era_array_info()
413 vt.size = sizeof(__le32); in setup_era_array_info()
414 vt.inc = NULL; in setup_era_array_info()
[all …]
Ddm-cache-metadata.c270 struct dm_btree_value_type vt; in __setup_mapping_info() local
272 vt.context = NULL; in __setup_mapping_info()
273 vt.size = sizeof(__le64); in __setup_mapping_info()
274 vt.inc = NULL; in __setup_mapping_info()
275 vt.dec = NULL; in __setup_mapping_info()
276 vt.equal = NULL; in __setup_mapping_info()
277 dm_array_info_init(&cmd->info, cmd->tm, &vt); in __setup_mapping_info()
280 vt.size = sizeof(__le32); in __setup_mapping_info()
281 dm_array_info_init(&cmd->hint_info, cmd->tm, &vt); in __setup_mapping_info()
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-ioctl.c618 static int cx18_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in cx18_s_tuner() argument
623 if (vt->index != 0) in cx18_s_tuner()
626 cx18_call_all(cx, tuner, s_tuner, vt); in cx18_s_tuner()
630 static int cx18_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in cx18_g_tuner() argument
634 if (vt->index != 0) in cx18_g_tuner()
637 cx18_call_all(cx, tuner, g_tuner, vt); in cx18_g_tuner()
639 if (vt->type == V4L2_TUNER_RADIO) in cx18_g_tuner()
640 strlcpy(vt->name, "cx18 Radio Tuner", sizeof(vt->name)); in cx18_g_tuner()
642 strlcpy(vt->name, "cx18 TV Tuner", sizeof(vt->name)); in cx18_g_tuner()
Dcx18-av-core.c774 static int cx18_av_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in cx18_av_g_tuner() argument
786 vt->signal = vpres ? 0xffff : 0x0; in cx18_av_g_tuner()
788 vt->capability |= in cx18_av_g_tuner()
806 vt->rxsubchans = val; in cx18_av_g_tuner()
807 vt->audmode = state->audmode; in cx18_av_g_tuner()
811 static int cx18_av_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in cx18_av_s_tuner() argument
823 switch (vt->audmode) { in cx18_av_s_tuner()
852 state->audmode = vt->audmode; in cx18_av_s_tuner()
Dcx18-fileops.c163 struct v4l2_tuner vt; in cx18_dualwatch() local
168 memset(&vt, 0, sizeof(vt)); in cx18_dualwatch()
169 cx18_call_all(cx, tuner, g_tuner, &vt); in cx18_dualwatch()
170 if (vt.audmode == V4L2_TUNER_MODE_LANG1_LANG2 && in cx18_dualwatch()
171 (vt.rxsubchans & V4L2_TUNER_SUB_LANG2)) in cx18_dualwatch()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Ddevices.c392 u32 vt = 0; in iwl5150_temperature() local
395 vt = le32_to_cpu(priv->statistics.common.temperature); in iwl5150_temperature()
396 vt = vt / IWL_5150_VOLTAGE_TO_TEMPERATURE_COEFF + offset; in iwl5150_temperature()
398 priv->temperature = KELVIN_TO_CELSIUS(vt); in iwl5150_temperature()
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_misc.c192 unsigned int vd, vs, ve, vt, lc; in matroxfb_vgaHWinit() local
270 vt = m->VTotal - 2; in matroxfb_vgaHWinit()
285 vt &= ~1; in matroxfb_vgaHWinit()
295 hw->CRTCEXT[2] = ((vt & 0xC00) >> 10) | in matroxfb_vgaHWinit()
309 hw->CRTC[6] = vt & 0xFF; in matroxfb_vgaHWinit()
310 hw->CRTC[7] = ((vt & 0x100) >> 8) | in matroxfb_vgaHWinit()
315 ((vt & 0x200) >> 4) | in matroxfb_vgaHWinit()
331 hw->CRTC[22] = (vt + 1) /* & 0xFF */; in matroxfb_vgaHWinit()
Dmatroxfb_maven.c722 static int maven_find_exact_clocks(unsigned int ht, unsigned int vt, in maven_find_exact_clocks() argument
738 …if (!matroxfb_mavenclock((m->mode == MATROXFB_OUTPUT_MODE_PAL) ? &maven_PAL : &maven_NTSC, h, vt, … in maven_find_exact_clocks()
/linux-4.4.14/drivers/video/fbdev/
Djz4740_fb.c358 uint16_t ht, vt; in jzfb_set_par() local
378 vt = vde + mode->lower_margin; in jzfb_set_par()
428 mode->refresh = rate / vt / ht; in jzfb_set_par()
431 rate = mode->refresh * (vt + 2 * mode->xres) * ht; in jzfb_set_par()
433 rate = mode->refresh * vt * ht; in jzfb_set_par()
464 writel((ht << 16) | vt, jzfb->base + JZ_REG_LCD_VAT); in jzfb_set_par()
Dasiliantfb.c183 unsigned vt = p->var.upper_margin + p->var.yres + p->var.lower_margin + p->var.vsync_len; in asiliant_set_timing() local
200 write_cr(0x06, (vt - 2) & 0xff); in asiliant_set_timing()
201 write_cr(0x30, (vt - 2) >> 8); in asiliant_set_timing()
215 write_cr(0x16, (vt - 1) & 0xff); in asiliant_set_timing()
Dtdfxfb.c550 u32 vd, vs, ve, vt, vbs, vbe; in tdfxfb_set_par() local
590 vt = ve + (info->var.upper_margin << 1) - 1; in tdfxfb_set_par()
598 vt = ve + info->var.upper_margin - 1; in tdfxfb_set_par()
603 vbe = vt; in tdfxfb_set_par()
647 reg.crt[0x06] = vt; in tdfxfb_set_par()
650 ((vt & 0x200) >> 4) | 0x10 | in tdfxfb_set_par()
654 ((vt & 0x100) >> 8); in tdfxfb_set_par()
672 reg.ext[0x01] = (((vt & 0x400) >> 10) | in tdfxfb_set_par()
Dimsttfb.c310 __u16 hes, heb, hsb, ht, ves, veb, vsb, vt, vil; member
513 init->vt = init->vsb + vtp; in compute_imstt_regvals_ibm()
711 write_reg_le32(par->dc_regs, VT, init->vt); in set_imstt_regvals()
/linux-4.4.14/include/drm/
Ddrm_modes.h83 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument
87 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \
/linux-4.4.14/drivers/tty/vt/
DMakefile9 obj-$(CONFIG_HW_CONSOLE) += vt.o defkeymap.o
Dvt_ioctl.c1432 int vt_move_to_console(unsigned int vt, int alloc) in vt_move_to_console() argument
1444 if (alloc && vc_allocate(vt)) { in vt_move_to_console()
1451 if (set_console(vt)) { in vt_move_to_console()
1461 if (vt_waitactive(vt + 1)) { in vt_move_to_console()
/linux-4.4.14/net/netrom/
Dnr_subr.c108 unsigned short vt = (nr->vl + nr->window) % NR_MODULUS; in nr_in_rx_window() local
110 while (vc != vt) { in nr_in_rx_window()
/linux-4.4.14/net/sched/
Dsch_hfsc.c677 u64 vt, f, cur_time; in init_vf() local
697 vt = max_cl->cl_vt; in init_vf()
699 vt = (cl->cl_parent->cl_cvtmin + vt)/2; in init_vf()
702 cl->cl_parentperiod || vt > cl->cl_vt) in init_vf()
703 cl->cl_vt = vt; in init_vf()
711 vt = cl->cl_parent->cl_cvtmax; in init_vf()
712 cl->cl_parent->cl_cvtoff += vt; in init_vf()
722 vt = cl->cl_vt + cl->cl_vtoff; in init_vf()
723 rtsc_min(&cl->cl_virtual, &cl->cl_fsc, vt, in init_vf()
725 if (cl->cl_virtual.x == vt) { in init_vf()
/linux-4.4.14/drivers/media/usb/usbvision/
Dusbvision-video.c607 struct v4l2_tuner *vt) in vidioc_g_tuner() argument
611 if (vt->index) /* Only tuner 0 */ in vidioc_g_tuner()
613 if (vt->type == V4L2_TUNER_RADIO) in vidioc_g_tuner()
614 strcpy(vt->name, "Radio"); in vidioc_g_tuner()
616 strcpy(vt->name, "Television"); in vidioc_g_tuner()
619 call_all(usbvision, tuner, g_tuner, vt); in vidioc_g_tuner()
625 const struct v4l2_tuner *vt) in vidioc_s_tuner() argument
630 if (vt->index) in vidioc_s_tuner()
633 call_all(usbvision, tuner, s_tuner, vt); in vidioc_s_tuner()
/linux-4.4.14/drivers/gpu/drm/i2c/
Dch7006_mode.c105 #define __MODE(f, hd, vd, ht, vt, hsynp, vsynp, \ argument
120 .vtotal = vt, \
135 #define MODE(f, hd, vd, ht, vt, hsynp, vsynp, \ argument
137 __MODE(f, hd, vd, ht, vt, hsynp, vsynp, subc, scale, \
/linux-4.4.14/drivers/tty/
DMakefile13 obj-y += vt/
/linux-4.4.14/arch/arm/boot/dts/
Dsocfpga_vt.dts23 compatible = "altr,socfpga-vt", "altr,socfpga";
Domap3-lilly-a83x.dtsi17 bootargs = "console=ttyO0,115200n8 vt.global_cursor_default=0 consoleblank=0";
/linux-4.4.14/drivers/video/fbdev/intelfb/
Dintelfbhw.c1053 u32 *vs, *vb, *vt, *hs, *hb, *ht, *ss, *pipe_conf; in intelfbhw_mode_to_hw() local
1071 vt = &hw->vtotal_b; in intelfbhw_mode_to_hw()
1083 vt = &hw->vtotal_a; in intelfbhw_mode_to_hw()
1244 *vt = (vtotal << VTOTAL_SHIFT) | (vactive << VACTIVE_SHIFT); in intelfbhw_mode_to_hw()
1285 const u32 *hs, *ht, *hb, *vs, *vt, *vb, *ss; in intelfbhw_program_mode() local
1315 vt = &hw->vtotal_b; in intelfbhw_program_mode()
1339 vt = &hw->vtotal_a; in intelfbhw_program_mode()
1429 OUTREG(vtotal_reg, *vt); in intelfbhw_program_mode()
/linux-4.4.14/include/media/
Dv4l2-subdev.h248 int (*g_tuner)(struct v4l2_subdev *sd, struct v4l2_tuner *vt);
249 int (*s_tuner)(struct v4l2_subdev *sd, const struct v4l2_tuner *vt);
/linux-4.4.14/drivers/gpu/drm/
Ddrm_fops.c312 struct drm_pending_vblank_event *v, *vt; in drm_events_release() local
318 list_for_each_entry_safe(v, vt, &dev->vblank_event_list, base.link) in drm_events_release()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
D4965.c1580 s32 vt; in il4965_hw_get_temperature() local
1607 vt = sign_extend32(R4, 23); in il4965_hw_get_temperature()
1609 vt = sign_extend32(le32_to_cpu in il4965_hw_get_temperature()
1613 D_TEMP("Calib values R[1-3]: %d %d %d R4: %d\n", R1, R2, R3, vt); in il4965_hw_get_temperature()
1622 temperature = TEMPERATURE_CALIB_A_VAL * (vt - R2); in il4965_hw_get_temperature()
/linux-4.4.14/include/linux/
Dvt_kern.h156 extern int vt_move_to_console(unsigned int vt, int alloc);
/linux-4.4.14/drivers/media/i2c/smiapp/
Dsmiapp-core.c204 sensor, SMIAPP_REG_U16_VT_PIX_CLK_DIV, pll->vt.pix_clk_div); in smiapp_pll_configure()
209 sensor, SMIAPP_REG_U16_VT_SYS_CLK_DIV, pll->vt.sys_clk_div); in smiapp_pll_configure()
262 .vt.min_sys_clk_div = sensor->limits[SMIAPP_LIMIT_MIN_VT_SYS_CLK_DIV], in smiapp_pll_try()
263 .vt.max_sys_clk_div = sensor->limits[SMIAPP_LIMIT_MAX_VT_SYS_CLK_DIV], in smiapp_pll_try()
264 .vt.min_pix_clk_div = sensor->limits[SMIAPP_LIMIT_MIN_VT_PIX_CLK_DIV], in smiapp_pll_try()
265 .vt.max_pix_clk_div = sensor->limits[SMIAPP_LIMIT_MAX_VT_PIX_CLK_DIV], in smiapp_pll_try()
266 .vt.min_sys_clk_freq_hz = sensor->limits[SMIAPP_LIMIT_MIN_VT_SYS_CLK_FREQ_HZ], in smiapp_pll_try()
267 .vt.max_sys_clk_freq_hz = sensor->limits[SMIAPP_LIMIT_MAX_VT_SYS_CLK_FREQ_HZ], in smiapp_pll_try()
268 .vt.min_pix_clk_freq_hz = sensor->limits[SMIAPP_LIMIT_MIN_VT_PIX_CLK_FREQ_HZ], in smiapp_pll_try()
269 .vt.max_pix_clk_freq_hz = sensor->limits[SMIAPP_LIMIT_MAX_VT_PIX_CLK_FREQ_HZ], in smiapp_pll_try()
/linux-4.4.14/drivers/video/fbdev/mbx/
Dmbxfb.c238 ushort vbps, vt, vfps, vas; in mbxfb_set_par() local
295 vt = vfps + var->lower_margin; in mbxfb_set_par()
302 write_reg_dly((Dvt01_Vbps(vbps) | Dvt01_Vt(vt)), DVT01); in mbxfb_set_par()
/linux-4.4.14/Documentation/DocBook/media/
Dbayer.png.b6414 +Ori6e399+vt+PGz+ur65fL55/Xb4vbh7ffX/PPY8vP9+vLy6Pf36fjr/PfM8vjr//f+/vn48P36
/linux-4.4.14/drivers/gpu/drm/ast/
Dast_drv.h285 u32 vt; member
Dast_mode.c188 adjusted_mode->crtc_vtotal = vbios_mode->enh_table->vt; in ast_get_vbios_mode_info()
190 adjusted_mode->crtc_vblank_end = vbios_mode->enh_table->vt - vborder; in ast_get_vbios_mode_info()
/linux-4.4.14/drivers/video/fbdev/mb862xx/
Dmb862xxfbdrv.c449 unsigned long hsp, vsp, ht, vt; in mb862xxfb_init_fbinfo() local
476 vt = ((inreg(disp, GC_VTR) & 0xfff0000) >> 16) + 1; in mb862xxfb_init_fbinfo()
478 fbi->var.upper_margin = vt - vsp - fbi->var.vsync_len; in mb862xxfb_init_fbinfo()
/linux-4.4.14/
D.mailmap130 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
DCREDITS979 E: tdunbar@vt.edu
/linux-4.4.14/arch/mips/include/uapi/asm/
Dinst.h630 __BITFIELD_FIELD(unsigned int vt : 5,
/linux-4.4.14/drivers/media/i2c/cx25840/
Dcx25840-core.c1842 static int cx25840_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in cx25840_g_tuner() argument
1853 vt->signal = vpres ? 0xffff : 0x0; in cx25840_g_tuner()
1857 vt->capability |= in cx25840_g_tuner()
1875 vt->rxsubchans = val; in cx25840_g_tuner()
1876 vt->audmode = state->audmode; in cx25840_g_tuner()
1880 static int cx25840_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in cx25840_s_tuner() argument
1888 switch (vt->audmode) { in cx25840_s_tuner()
1917 state->audmode = vt->audmode; in cx25840_s_tuner()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c3045 u32 vt; in ixgbe_set_vfta_generic() local
3089 vt = IXGBE_READ_REG(hw, IXGBE_VT_CTL); in ixgbe_set_vfta_generic()
3090 if (vt & IXGBE_VT_CTL_VT_ENABLE) { in ixgbe_set_vfta_generic()
/linux-4.4.14/include/uapi/linux/
DKbuild451 header-y += vt.h
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddispc.c3193 unsigned long ht, vt; in dispc_mgr_set_timings() local
3212 vt = timings->pixelclock / xtot / ytot; in dispc_mgr_set_timings()
3221 DSSDBG("hsync %luHz, vsync %luHz\n", ht, vt); in dispc_mgr_set_timings()
/linux-4.4.14/Documentation/ioctl/
Dioctl-number.txt185 'V' all linux/vt.h conflict!
/linux-4.4.14/Documentation/
Dkernel-parameters.txt4065 vt.color= [VT] Default text color.
4069 vt.cur_default= [VT] Default cursor shape.
4074 vt.default_blu= [VT]
4080 vt.default_grn= [VT]
4086 vt.default_red= [VT]
4092 vt.default_utf8=
4099 vt.global_cursor_default=
4108 vt.italic= [VT] Default color for italic text; 0-15.
4111 vt.underline= [VT] Default color for underlined text; 0-15.