/Linux-v5.10/net/vmw_vsock/ |
D | af_vsock_tap.c | 17 int vsock_add_tap(struct vsock_tap *vt) in vsock_add_tap() 32 int vsock_remove_tap(struct vsock_tap *vt) in vsock_remove_tap()
|
/Linux-v5.10/drivers/md/persistent-data/ |
D | dm-btree-remove.c | 142 static int init_child(struct dm_btree_info *info, struct dm_btree_value_type *vt, in init_child() 238 struct dm_btree_value_type *vt, unsigned left_index) in rebalance2() 372 struct dm_btree_value_type *vt, unsigned left_index) in rebalance3() 409 struct dm_btree_value_type *vt, uint64_t key) in rebalance_children() 470 struct dm_btree_value_type *vt, dm_block_t root, in remove_raw() 562 struct dm_btree_value_type *vt, dm_block_t root, in remove_nearest()
|
D | dm-btree-spine.c | 102 struct dm_btree_value_type *vt, in bn_shadow() 198 struct dm_btree_value_type *vt) in shadow_step() 271 struct dm_btree_value_type *vt) in init_le64_type()
|
D | dm-array.c | 124 struct dm_btree_value_type *vt = &info->value_type; in inc_ablock_entries() local 135 struct dm_btree_value_type *vt = &info->value_type; in dec_ablock_entries() local 180 struct dm_btree_value_type *vt = &info->value_type; in fill_ablock() local 204 struct dm_btree_value_type *vt = &info->value_type; in trim_ablock() local 633 struct dm_btree_value_type *vt) in dm_array_info_init() 703 struct dm_btree_value_type *vt = &info->value_type; in populate_ablock_with_values() local 806 struct dm_btree_value_type *vt = &info->value_type; in array_set_value() local
|
/Linux-v5.10/drivers/tty/hvc/ |
D | hvc_dcc.c | 43 static int hvc_dcc_put_chars(uint32_t vt, const char *buf, int count) in hvc_dcc_put_chars() 57 static int hvc_dcc_get_chars(uint32_t vt, char *buf, int count) in hvc_dcc_get_chars()
|
/Linux-v5.10/drivers/media/test-drivers/vivid/ |
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() 270 int vivid_radio_rx_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in vivid_radio_rx_s_tuner()
|
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() 435 int vivid_sdr_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in vivid_sdr_s_tuner()
|
D | vivid-core.c | 265 static int vidioc_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in vidioc_g_tuner() 276 static int vidioc_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in vidioc_s_tuner()
|
/Linux-v5.10/drivers/media/i2c/ |
D | vp27smpx.c | 79 static int vp27smpx_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in vp27smpx_s_tuner() 88 static int vp27smpx_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in vp27smpx_g_tuner()
|
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() 302 static int sony_btf_mpx_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in sony_btf_mpx_s_tuner()
|
D | smiapp-pll.h | 54 struct smiapp_pll_branch vt; member 85 struct smiapp_pll_branch_limits vt; member
|
D | saa6588.c | 415 static int saa6588_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in saa6588_g_tuner() 425 static int saa6588_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in saa6588_s_tuner()
|
D | msp3400-driver.c | 506 static int msp_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in msp_g_tuner() 524 static int msp_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in msp_s_tuner()
|
D | saa717x.c | 1098 static int saa717x_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in saa717x_s_tuner() 1132 static int saa717x_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in saa717x_g_tuner()
|
/Linux-v5.10/drivers/media/pci/ivtv/ |
D | ivtv-gpio.c | 169 static int subdev_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in subdev_g_tuner() 183 static int subdev_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in subdev_s_tuner()
|
/Linux-v5.10/drivers/gpu/drm/i2c/ |
D | ch7006_mode.c | 105 #define __MODE(f, hd, vd, ht, vt, hsynp, vsynp, \ argument 134 #define MODE(f, hd, vd, ht, vt, hsynp, vsynp, \ argument
|
/Linux-v5.10/drivers/net/ |
D | vsockmon.c | 29 struct vsock_tap vt; member
|
/Linux-v5.10/net/netrom/ |
D | nr_subr.c | 105 unsigned short vt = (nr->vl + nr->window) % NR_MODULUS; in nr_in_rx_window() local
|
/Linux-v5.10/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 287 static int pvr2_g_tuner(struct file *file, void *priv, struct v4l2_tuner *vt) in pvr2_g_tuner() 299 static int pvr2_s_tuner(struct file *file, void *priv, const struct v4l2_tuner *vt) in pvr2_s_tuner() 320 struct v4l2_tuner vt; in pvr2_s_frequency() local 356 struct v4l2_tuner vt; in pvr2_g_frequency() local
|
/Linux-v5.10/drivers/media/v4l2-core/ |
D | tuner-core.c | 1234 static int tuner_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in tuner_g_tuner() 1287 static int tuner_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in tuner_s_tuner()
|
/Linux-v5.10/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 758 static int cx18_av_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in cx18_av_g_tuner() 795 static int cx18_av_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *vt) in cx18_av_s_tuner()
|
D | cx18-ioctl.c | 612 static int cx18_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in cx18_s_tuner() 624 static int cx18_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in cx18_g_tuner()
|
/Linux-v5.10/drivers/media/dvb-frontends/ |
D | au8522_decoder.c | 610 static int au8522_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) in au8522_g_tuner()
|
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | devices.c | 380 u32 vt = 0; in iwl5150_temperature() local
|
/Linux-v5.10/drivers/video/fbdev/matrox/ |
D | matroxfb_misc.c | 193 unsigned int vd, vs, ve, vt, lc; in matroxfb_vgaHWinit() local
|