Home
last modified time | relevance | path

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

123

/linux/net/vmw_vsock/
H A Daf_vsock_tap.c17 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()
/linux/drivers/net/ethernet/amd/pds_core/
H A Ddebugfs.c37 int vt; in identity_show() local
56 for (vt = 0; vt < PDS_DEV_TYPE_MAX; vt++) in identity_show()
58 le16_to_cpu(pdsc->dev_ident.vif_types[vt])); in identity_show()
78 int vt; in viftype_show() local
80 for (vt = 0; vt < PDS_DEV_TYPE_MAX; vt++) { in viftype_show()
81 if (!pdsc->viftype_status[vt].name) in viftype_show()
85 pdsc->viftype_status[vt].name, in viftype_show()
86 pdsc->viftype_status[vt].supported, in viftype_show()
87 pdsc->viftype_status[vt].enabled); in viftype_show()
H A Dauxbus.c195 enum pds_core_vif_types vt, in pdsc_auxbus_dev_add() argument
208 if (vt >= PDS_DEV_TYPE_MAX) in pdsc_auxbus_dev_add()
226 vt_support = !!le16_to_cpu(pf->dev_ident.vif_types[vt]); in pdsc_auxbus_dev_add()
228 pf->viftype_status[vt].supported && in pdsc_auxbus_dev_add()
229 pf->viftype_status[vt].enabled)) in pdsc_auxbus_dev_add()
237 PDS_CORE_DRV_NAME, pf->viftype_status[vt].name, cf->uid); in pdsc_auxbus_dev_add()
245 pf->viftype_status[vt].name); in pdsc_auxbus_dev_add()
H A Dcore.c416 enum pds_core_vif_types vt; in pdsc_viftypes_init() local
424 for (vt = 0; vt < PDS_DEV_TYPE_MAX; vt++) { in pdsc_viftypes_init()
427 if (!pdsc_viftype_defaults[vt].name) in pdsc_viftypes_init()
431 pdsc->viftype_status[vt] = pdsc_viftype_defaults[vt]; in pdsc_viftypes_init()
434 vt_support = !!le16_to_cpu(pdsc->dev_ident.vif_types[vt]); in pdsc_viftypes_init()
437 pdsc->viftype_status[vt].name, in pdsc_viftypes_init()
440 pdsc->viftype_status[vt].supported = vt_support; in pdsc_viftypes_init()
/linux/arch/arm64/kvm/
H A Dnested.c857 static void invalidate_vncr(struct vncr_tlb *vt) in invalidate_vncr() argument
859 vt->valid = false; in invalidate_vncr()
860 if (vt->cpu != -1) in invalidate_vncr()
861 clear_fixmap(vncr_fixmap(vt->cpu)); in invalidate_vncr()
875 struct vncr_tlb *vt = vcpu->arch.vncr_tlb; in kvm_invalidate_vncr_ipa() local
886 if (!vt) in kvm_invalidate_vncr_ipa()
889 if (!vt->valid) in kvm_invalidate_vncr_ipa()
892 ipa_size = ttl_to_size(pgshift_level_to_ttl(vt->wi.pgshift, in kvm_invalidate_vncr_ipa()
893 vt->wr.level)); in kvm_invalidate_vncr_ipa()
894 ipa_start = vt->wr.pa & ~(ipa_size - 1); in kvm_invalidate_vncr_ipa()
[all …]
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_private.h69 enum vcap_type vt, enum vcap_keyfield_set keyset);
73 enum vcap_type vt, enum vcap_keyfield_set keyset);
76 enum vcap_type vt,
84 enum vcap_type vt, enum vcap_actionfield_set actionset);
87 enum vcap_type vt,
91 vcap_actionfield_typegroup(struct vcap_control *vctrl, enum vcap_type vt,
96 enum vcap_type vt, enum vcap_actionfield_set actionset);
114 int vcap_find_keystream_keysets(struct vcap_control *vctrl, enum vcap_type vt,
H A Dvcap_api.c219 enum vcap_type vt, in vcap_verify_keystream_keyset() argument
224 const struct vcap_info *vcap = &vctrl->vcaps[vt]; in vcap_verify_keystream_keyset()
233 if (vcap_keyfield_count(vctrl, vt, keyset) == 0) in vcap_verify_keystream_keyset()
236 info = vcap_keyfieldset(vctrl, vt, keyset); in vcap_verify_keystream_keyset()
246 tgt = vcap_keyfield_typegroup(vctrl, vt, keyset); in vcap_verify_keystream_keyset()
250 fields = vcap_keyfields(vctrl, vt, keyset); in vcap_verify_keystream_keyset()
309 enum vcap_type vt, u32 *stream, in vcap_find_keystream_typegroup_sw() argument
315 tgt = vctrl->vcaps[vt].keyfield_set_typegroups; in vcap_find_keystream_typegroup_sw()
317 for (sw_idx = vctrl->vcaps[vt].sw_count; sw_idx >= 0; sw_idx--) { in vcap_find_keystream_typegroup_sw()
321 res = vcap_verify_typegroups(stream, vctrl->vcaps[vt].sw_width, in vcap_find_keystream_typegroup_sw()
[all …]
/linux/Documentation/driver-api/tty/
H A Dconsole.rst34 .. kernel-doc:: drivers/tty/vt/selection.c
36 .. kernel-doc:: drivers/tty/vt/vt.c
42 .. kernel-doc:: drivers/tty/vt/selection.c
44 .. kernel-doc:: drivers/tty/vt/vt.c
/linux/drivers/md/persistent-data/
H A 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()
179 struct dm_btree_value_type *vt = &info->value_type; in fill_ablock() local
186 if (vt->inc) in fill_ablock()
187 vt->inc(vt->context, value, delta); in fill_ablock()
189 memcpy(element_at(info, ab, i), value, vt->size); in fill_ablock()
[all …]
H A Ddm-btree-spine.c99 struct dm_btree_value_type *vt, in bn_shadow() argument
107 inc_children(info->tm, dm_block_data(*result), vt); in bn_shadow()
191 struct dm_btree_value_type *vt) in shadow_step() argument
201 r = bn_shadow(s->info, b, vt, s->nodes + s->count); in shadow_step()
256 struct dm_btree_value_type *vt) in init_le64_type() argument
258 vt->context = tm; in init_le64_type()
259 vt->size = sizeof(__le64); in init_le64_type()
260 vt->inc = le64_inc; in init_le64_type()
261 vt->dec = le64_dec; in init_le64_type()
262 vt->equal = le64_equal; in init_le64_type()
H A Ddm-btree-remove.c161 static int init_child(struct dm_btree_info *info, struct dm_btree_value_type *vt, in init_child() argument
179 inc_children(info->tm, result->n, vt); in init_child()
280 struct dm_btree_value_type *vt, unsigned int left_index) in rebalance2() argument
288 r = init_child(info, vt, parent, left_index, &left); in rebalance2()
292 r = init_child(info, vt, parent, left_index + 1, &right); in rebalance2()
447 struct dm_btree_value_type *vt, unsigned int left_index) in rebalance3() argument
456 r = init_child(info, vt, parent, left_index, &left); in rebalance3()
460 r = init_child(info, vt, parent, left_index + 1, &center); in rebalance3()
466 r = init_child(info, vt, parent, left_index + 2, &right); in rebalance3()
484 struct dm_btree_value_type *vt, uint64_t key) in rebalance_children() argument
[all …]
H A Ddm-btree.c75 struct dm_btree_value_type *vt) in inc_children() argument
82 else if (vt->inc) in inc_children()
83 vt->inc(vt->context, value_ptr(n, 0), nr_entries); in inc_children()
655 struct dm_btree_value_type *vt, uint64_t key) in split_one_into_two() argument
707 static int shadow_child(struct dm_btree_info *info, struct dm_btree_value_type *vt, in shadow_child() argument
725 inc_children(info->tm, node, vt); in shadow_child()
738 struct dm_btree_value_type *vt, uint64_t key) in split_two_into_three() argument
752 r = shadow_child(s->info, vt, pn, parent_index + 1, &right); in split_two_into_three()
758 r = shadow_child(s->info, vt, pn, parent_index - 1, &left); in split_two_into_three()
915 static int rebalance_left(struct shadow_spine *s, struct dm_btree_value_type *vt, in rebalance_left() argument
[all …]
H A Ddm-btree-internal.h53 struct dm_btree_value_type *vt);
90 struct dm_btree_value_type *vt);
147 struct dm_btree_value_type *vt);
/linux/drivers/tty/hvc/
H A Dhvc_dcc.c65 static ssize_t hvc_dcc_put_chars(uint32_t vt, const u8 *buf, size_t count) in hvc_dcc_put_chars() argument
79 static ssize_t hvc_dcc_get_chars(uint32_t vt, u8 *buf, size_t count) in hvc_dcc_get_chars() argument
183 static ssize_t hvc_dcc0_put_chars(u32 vt, const u8 *buf, size_t count) in hvc_dcc0_put_chars() argument
189 return hvc_dcc_put_chars(vt, buf, count); in hvc_dcc0_put_chars()
212 len = hvc_dcc_put_chars(vt, buf, count); in hvc_dcc0_put_chars()
222 static ssize_t hvc_dcc0_get_chars(u32 vt, u8 *buf, size_t count) in hvc_dcc0_get_chars() argument
228 return hvc_dcc_get_chars(vt, buf, count); in hvc_dcc0_get_chars()
253 len = hvc_dcc_get_chars(vt, buf, count); in hvc_dcc0_get_chars()
/linux/arch/x86/kvm/vmx/
H A Dposted_intr.c60 struct vcpu_vt *vt = to_vt(vcpu); in vmx_vcpu_pi_load() local
104 list_del(&vt->pi_wakeup_list); in vmx_vcpu_pi_load()
165 struct vcpu_vt *vt = to_vt(vcpu); in pi_enable_wakeup_handler() local
184 list_add_tail(&vt->pi_wakeup_list, in pi_enable_wakeup_handler()
258 struct vcpu_vt *vt; in pi_wakeup_handler() local
261 list_for_each_entry(vt, wakeup_list, pi_wakeup_list) { in pi_wakeup_handler()
263 if (pi_test_on(&vt->pi_desc)) in pi_wakeup_handler()
264 kvm_vcpu_wake_up(vt_to_vcpu(vt)); in pi_wakeup_handler()
H A Dvmx.h213 struct vcpu_vt vt; member
316 return &(container_of(vcpu, struct vcpu_vmx, vcpu)->vt); in to_vt()
319 static __always_inline struct kvm_vcpu *vt_to_vcpu(struct vcpu_vt *vt) in vt_to_vcpu() argument
321 return &(container_of(vt, struct vcpu_vmx, vt)->vcpu); in vt_to_vcpu()
331 struct vcpu_vt *vt = to_vt(vcpu); in vmx_get_exit_qual() local
335 vt->exit_qualification = vmcs_readl(EXIT_QUALIFICATION); in vmx_get_exit_qual()
337 return vt->exit_qualification; in vmx_get_exit_qual()
342 struct vcpu_vt *vt = to_vt(vcpu); in vmx_get_intr_info() local
346 vt->exit_intr_info = vmcs_read32(VM_EXIT_INTR_INFO); in vmx_get_intr_info()
348 return vt->exit_intr_info; in vmx_get_intr_info()
/linux/drivers/net/
H A Dvsockmon.c17 struct vsock_tap vt; member
24 vsockmon->vt.dev = dev; in vsockmon_open()
25 vsockmon->vt.module = THIS_MODULE; in vsockmon_open()
26 return vsock_add_tap(&vsockmon->vt); in vsockmon_open()
33 return vsock_remove_tap(&vsockmon->vt); in vsockmon_close()
/linux/drivers/media/i2c/
H A Dsony-btf-mpx.c288 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 Dmsp3400-driver.c498 static int msp_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in msp_g_tuner() argument
503 if (vt->type != V4L2_TUNER_ANALOG_TV) in msp_g_tuner()
508 vt->rxsubchans = state->rxsubchans; in msp_g_tuner()
510 vt->audmode = state->audmode; in msp_g_tuner()
511 vt->capability |= V4L2_TUNER_CAP_STEREO | in msp_g_tuner()
516 static int msp_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in msp_s_tuner() argument
523 if (state->audmode == vt->audmode) in msp_s_tuner()
525 state->audmode = vt->audmode; in msp_s_tuner()
/linux/drivers/media/v4l2-core/
H A Dtuner-core.c1231 static int tuner_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in tuner_g_tuner() argument
1237 if (check_mode(t, vt->type) == -EINVAL) in tuner_g_tuner()
1239 if (vt->type == t->mode && analog_ops->get_afc) in tuner_g_tuner()
1240 analog_ops->get_afc(&t->fe, &vt->afc); in tuner_g_tuner()
1241 if (vt->type == t->mode && analog_ops->has_signal) { in tuner_g_tuner()
1242 u16 signal = (u16)vt->signal; in tuner_g_tuner()
1245 vt->signal = signal; in tuner_g_tuner()
1247 if (vt->type != V4L2_TUNER_RADIO) { in tuner_g_tuner()
1248 vt->capability |= V4L2_TUNER_CAP_NORM; in tuner_g_tuner()
1249 vt->rangelow = tv_range[0] * 16; in tuner_g_tuner()
[all …]
/linux/tools/perf/util/
H A Ddwarf-aux.c1611 struct die_var_type *vt; in __die_collect_vars_cb() local
1633 vt = malloc(sizeof(*vt)); in __die_collect_vars_cb()
1634 if (vt == NULL) in __die_collect_vars_cb()
1638 vt->is_reg_var_addr = false; in __die_collect_vars_cb()
1644 vt->is_reg_var_addr = true; in __die_collect_vars_cb()
1646 vt->die_off = dwarf_dieoffset(&type_die); in __die_collect_vars_cb()
1647 vt->addr = start; in __die_collect_vars_cb()
1648 vt->reg = reg_from_dwarf_op(ops); in __die_collect_vars_cb()
1649 vt->offset = offset_from_dwarf_op(ops); in __die_collect_vars_cb()
1650 vt->next = *var_types; in __die_collect_vars_cb()
[all …]
/linux/Documentation/networking/device_drivers/ethernet/smsc/
H A Dsmc9.rst43 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
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c1279 int vivid_video_s_tuner(struct file *file, void *priv, const struct v4l2_tuner *vt) in vivid_video_s_tuner() argument
1283 if (vt->index != 0) in vivid_video_s_tuner()
1285 if (vt->audmode > V4L2_TUNER_MODE_LANG1_LANG2) in vivid_video_s_tuner()
1287 dev->tv_audmode = vt->audmode; in vivid_video_s_tuner()
1291 int vivid_video_g_tuner(struct file *file, void *priv, struct v4l2_tuner *vt) in vivid_video_g_tuner() argument
1296 if (vt->index != 0) in vivid_video_g_tuner()
1299 vt->capability = V4L2_TUNER_CAP_NORM | V4L2_TUNER_CAP_STEREO | in vivid_video_g_tuner()
1301 vt->audmode = dev->tv_audmode; in vivid_video_g_tuner()
1302 vt->rangelow = MIN_TV_FREQ; in vivid_video_g_tuner()
1303 vt->rangehigh = MAX_TV_FREQ; in vivid_video_g_tuner()
[all …]
/linux/Documentation/devicetree/bindings/regulator/
H A Dmt6380-regulator.txt13 ldo-vm ,ldo-va , ldo-vphy, ldo-vddr, ldo-vt
81 mt6380_vt_reg: ldo-vt {
82 regulator-name = "vt";
/linux/drivers/media/pci/cx18/
H A Dcx18-ioctl.c653 static int cx18_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in cx18_s_tuner() argument
658 if (vt->index != 0) in cx18_s_tuner()
661 cx18_call_all(cx, tuner, s_tuner, vt); in cx18_s_tuner()
665 static int cx18_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in cx18_g_tuner() argument
669 if (vt->index != 0) in cx18_g_tuner()
672 cx18_call_all(cx, tuner, g_tuner, vt); in cx18_g_tuner()
674 if (vt->type == V4L2_TUNER_RADIO) in cx18_g_tuner()
675 strscpy(vt->name, "cx18 Radio Tuner", sizeof(vt->name)); in cx18_g_tuner()
677 strscpy(vt->name, "cx18 TV Tuner", sizeof(vt->name)); in cx18_g_tuner()

123