Searched refs:vt (Results 1 - 25 of 90) sorted by relevance

1234

/linux-master/net/vmw_vsock/
H A Daf_vsock_tap.c17 int vsock_add_tap(struct vsock_tap *vt) argument
19 if (unlikely(vt->dev->type != ARPHRD_VSOCKMON))
22 __module_get(vt->module);
25 list_add_rcu(&vt->list, &vsock_tap_all);
32 int vsock_remove_tap(struct vsock_tap *vt) argument
40 if (vt == tmp) {
41 list_del_rcu(&vt->list);
47 pr_warn("vsock_remove_tap: %p not found\n", vt);
54 module_put(vt->module);
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-radio-rx.h16 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);
H A Dvivid-radio-rx.c217 int vivid_radio_rx_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) argument
223 if (vt->index > 0)
226 strscpy(vt->name, "AM/FM/SW Receiver", sizeof(vt->name));
227 vt->capability = V4L2_TUNER_CAP_LOW | V4L2_TUNER_CAP_STEREO |
236 vt->capability |= V4L2_TUNER_CAP_HWSEEK_BOUNDED;
239 vt->capability |= V4L2_TUNER_CAP_HWSEEK_WRAP;
242 vt->capability |= V4L2_TUNER_CAP_HWSEEK_WRAP |
246 vt->rangelow = AM_FREQ_RANGE_LOW;
247 vt
270 vivid_radio_rx_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) argument
[all...]
H A Dvivid-sdr-cap.h14 int vivid_sdr_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt);
15 int vivid_sdr_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt);
H A Dvivid-sdr-cap.c418 int vivid_sdr_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) argument
420 switch (vt->index) {
422 strscpy(vt->name, "ADC", sizeof(vt->name));
423 vt->type = V4L2_TUNER_ADC;
424 vt->capability =
426 vt->rangelow = bands_adc[0].rangelow;
427 vt->rangehigh = bands_adc[2].rangehigh;
430 strscpy(vt->name, "RF", sizeof(vt
442 vivid_sdr_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) argument
[all...]
H A Dvivid-vid-cap.h44 int vivid_video_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt);
45 int vivid_video_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt);
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Ddebugfs.c37 int vt; local
56 for (vt = 0; vt < PDS_DEV_TYPE_MAX; vt++)
58 le16_to_cpu(pdsc->dev_ident.vif_types[vt]));
78 int vt; local
80 for (vt = 0; vt < PDS_DEV_TYPE_MAX; vt++) {
81 if (!pdsc->viftype_status[vt]
[all...]
H A Ddevlink.c11 int vt; local
16 for (vt = 0; vt < PDS_DEV_TYPE_MAX; vt++) {
17 if (pdsc->viftype_status[vt].dl_id == dl_id)
18 return &pdsc->viftype_status[vt];
H A Dauxbus.c205 enum pds_core_vif_types vt; local
235 vt = PDS_DEV_TYPE_VDPA;
236 vt_support = !!le16_to_cpu(pf->dev_ident.vif_types[vt]);
238 pf->viftype_status[vt].supported &&
239 pf->viftype_status[vt].enabled))
247 PDS_CORE_DRV_NAME, pf->viftype_status[vt].name, cf->uid);
255 pf->viftype_status[vt].name);
/linux-master/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,
224 const struct vcap_info *vcap = &vctrl->vcaps[vt];
233 if (vcap_keyfield_count(vctrl, vt, keyset) == 0)
236 info = vcap_keyfieldset(vctrl, vt, keyset);
246 tgt = vcap_keyfield_typegroup(vctrl, vt, keyset);
250 fields = vcap_keyfields(vctrl, vt, keyset);
309 enum vcap_type vt, u32 *stream,
315 tgt = vctrl->vcaps[vt].keyfield_set_typegroups;
317 for (sw_idx = vctrl->vcaps[vt].sw_count; sw_idx >= 0; sw_idx--) {
321 res = vcap_verify_typegroups(stream, vctrl->vcaps[vt]
218 vcap_verify_keystream_keyset(struct vcap_control *vctrl, enum vcap_type vt, u32 *keystream, u32 *mskstream, enum vcap_keyfield_set keyset) argument
308 vcap_find_keystream_typegroup_sw(struct vcap_control *vctrl, enum vcap_type vt, u32 *stream, bool mask, int sw_max) argument
333 vcap_find_keystream_keysets(struct vcap_control *vctrl, enum vcap_type vt, u32 *keystream, u32 *mskstream, bool mask, int sw_max, struct vcap_keyset_list *kslist) argument
372 enum vcap_type vt = admin->vtype; local
396 vcap_keyfields(struct vcap_control *vctrl, enum vcap_type vt, enum vcap_keyfield_set keyset) argument
407 vcap_keyfieldset(struct vcap_control *vctrl, enum vcap_type vt, enum vcap_keyfield_set keyset) argument
425 vcap_keyfield_typegroup(struct vcap_control *vctrl, enum vcap_type vt, enum vcap_keyfield_set keyset) argument
437 vcap_keyfield_count(struct vcap_control *vctrl, enum vcap_type vt, enum vcap_keyfield_set keyset) argument
691 vcap_actionfields(struct vcap_control *vctrl, enum vcap_type vt, enum vcap_actionfield_set actionset) argument
701 vcap_actionfieldset(struct vcap_control *vctrl, enum vcap_type vt, enum vcap_actionfield_set actionset) argument
717 vcap_actionfield_typegroup(struct vcap_control *vctrl, enum vcap_type vt, enum vcap_actionfield_set actionset) argument
729 vcap_actionfield_count(struct vcap_control *vctrl, enum vcap_type vt, enum vcap_actionfield_set actionset) argument
1326 vcap_verify_actionstream_actionset(struct vcap_control *vctrl, enum vcap_type vt, u32 *actionstream, enum vcap_actionfield_set actionset) argument
1362 vcap_find_actionstream_typegroup_sw(struct vcap_control *vctrl, enum vcap_type vt, u32 *stream, int sw_max) argument
1386 vcap_find_actionstream_actionset(struct vcap_control *vctrl, enum vcap_type vt, u32 *stream, int sw_max) argument
1437 enum vcap_type vt = admin->vtype; local
1481 enum vcap_type vt = admin->vtype; local
1715 enum vcap_type vt = ri->admin->vtype; local
1748 enum vcap_type vt = ri->admin->vtype; local
2626 enum vcap_type vt = ri->admin->vtype; local
2657 enum vcap_type vt = ri->admin->vtype; local
2825 enum vcap_type vt = ri->admin->vtype; local
3312 enum vcap_type vt = ri->admin->vtype; local
3332 enum vcap_type vt = ri->admin->vtype; local
[all...]
/linux-master/include/linux/
H A Dvt.h5 #include <uapi/linux/vt.h>
/linux-master/drivers/infiniband/sw/rdmavt/
H A DMakefile11 rdmavt-y := vt.o ah.o cq.o mad.o mcast.o mmap.o mr.o pd.o qp.o \
/linux-master/drivers/net/
H A Dvsockmon.c17 struct vsock_tap vt; member in struct:vsockmon
24 vsockmon->vt.dev = dev;
25 vsockmon->vt.module = THIS_MODULE;
26 return vsock_add_tap(&vsockmon->vt);
33 return vsock_remove_tap(&vsockmon->vt);
/linux-master/drivers/md/persistent-data/
H A Ddm-btree-spine.c99 struct dm_btree_value_type *vt,
107 inc_children(info->tm, dm_block_data(*result), vt);
191 struct dm_btree_value_type *vt)
201 r = bn_shadow(s->info, b, vt, s->nodes + s->count);
256 struct dm_btree_value_type *vt)
258 vt->context = tm;
259 vt->size = sizeof(__le64);
260 vt->inc = le64_inc;
261 vt->dec = le64_dec;
262 vt
98 bn_shadow(struct dm_btree_info *info, dm_block_t orig, struct dm_btree_value_type *vt, struct dm_block **result) argument
190 shadow_step(struct shadow_spine *s, dm_block_t b, struct dm_btree_value_type *vt) argument
255 init_le64_type(struct dm_transaction_manager *tm, struct dm_btree_value_type *vt) argument
[all...]
H A Ddm-array.c124 struct dm_btree_value_type *vt = &info->value_type; local
126 if (vt->inc)
127 on_entries(info, ab, vt->inc);
135 struct dm_btree_value_type *vt = &info->value_type; local
137 if (vt->dec)
138 on_entries(info, ab, vt->dec);
179 struct dm_btree_value_type *vt = &info->value_type; local
186 if (vt->inc)
187 vt->inc(vt
202 struct dm_btree_value_type *vt = &info->value_type; local
639 dm_array_info_init(struct dm_array_info *info, struct dm_transaction_manager *tm, struct dm_btree_value_type *vt) argument
713 struct dm_btree_value_type *vt = &info->value_type; local
816 struct dm_btree_value_type *vt = &info->value_type; local
[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);
H A Ddm-btree-remove.c161 static int init_child(struct dm_btree_info *info, struct dm_btree_value_type *vt, argument
179 inc_children(info->tm, result->n, vt);
280 struct dm_btree_value_type *vt, unsigned int left_index)
288 r = init_child(info, vt, parent, left_index, &left);
292 r = init_child(info, vt, parent, left_index + 1, &right);
447 struct dm_btree_value_type *vt, unsigned int left_index)
456 r = init_child(info, vt, parent, left_index, &left);
460 r = init_child(info, vt, parent, left_index + 1, &center);
466 r = init_child(info, vt, parent, left_index + 2, &right);
484 struct dm_btree_value_type *vt, uint64_
279 rebalance2(struct shadow_spine *s, struct dm_btree_info *info, struct dm_btree_value_type *vt, unsigned int left_index) argument
446 rebalance3(struct shadow_spine *s, struct dm_btree_info *info, struct dm_btree_value_type *vt, unsigned int left_index) argument
482 rebalance_children(struct shadow_spine *s, struct dm_btree_info *info, struct dm_btree_value_type *vt, uint64_t key) argument
544 remove_raw(struct shadow_spine *s, struct dm_btree_info *info, struct dm_btree_value_type *vt, dm_block_t root, uint64_t key, unsigned int *index) argument
638 remove_nearest(struct shadow_spine *s, struct dm_btree_info *info, struct dm_btree_value_type *vt, dm_block_t root, uint64_t key, int *index) argument
[all...]
/linux-master/drivers/media/i2c/
H A Dvp27smpx.c79 static int vp27smpx_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) argument
84 vp27smpx_set_audmode(sd, vt->audmode);
88 static int vp27smpx_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) argument
94 vt->audmode = state->audmode;
95 vt->capability = V4L2_TUNER_CAP_STEREO |
97 vt->rxsubchans = V4L2_TUNER_SUB_MONO;
H A Dsony-btf-mpx.c288 static int sony_btf_mpx_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) argument
292 vt->capability = V4L2_TUNER_CAP_NORM |
295 vt->rxsubchans = V4L2_TUNER_SUB_MONO |
298 vt->audmode = t->audmode;
302 static int sony_btf_mpx_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) argument
306 if (vt->type != V4L2_TUNER_ANALOG_TV)
309 if (vt->audmode != t->audmode) {
310 t->audmode = vt->audmode;
/linux-master/drivers/tty/hvc/
H A Dhvc_dcc.c65 static ssize_t hvc_dcc_put_chars(uint32_t vt, const u8 *buf, size_t count) argument
79 static ssize_t hvc_dcc_get_chars(uint32_t vt, u8 *buf, size_t count) argument
183 static ssize_t hvc_dcc0_put_chars(u32 vt, const u8 *buf, size_t count) argument
189 return hvc_dcc_put_chars(vt, buf, count);
212 len = hvc_dcc_put_chars(vt, buf, count);
222 static ssize_t hvc_dcc0_get_chars(u32 vt, u8 *buf, size_t count) argument
228 return hvc_dcc_get_chars(vt, buf, count);
253 len = hvc_dcc_get_chars(vt, buf, count);
/linux-master/drivers/tty/vt/
H A DMakefile9 vt.o defkeymap.o
/linux-master/drivers/media/v4l2-core/
H A Dtuner-core.c1224 * @vt: pointer to struct v4l2_tuner
1226 * At return, the structure vt will be filled with tuner information
1227 * if the tuner matches vt->type.
1228 * Note: vt->type should be initialized before calling it.
1231 static int tuner_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) argument
1237 if (check_mode(t, vt->type) == -EINVAL)
1239 if (vt->type == t->mode && analog_ops->get_afc)
1240 analog_ops->get_afc(&t->fe, &vt->afc);
1241 if (vt->type == t->mode && analog_ops->has_signal) {
1242 u16 signal = (u16)vt
1284 tuner_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) argument
[all...]
/linux-master/drivers/tty/
H A DMakefile13 obj-y += vt/
/linux-master/arch/alpha/kernel/
H A Dconsole.c13 #include <linux/vt.h>

Completed in 1048 milliseconds

1234