/kernel/linux/linux-5.10/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 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()
|
/kernel/linux/linux-5.10/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 in vivid_radio_rx_g_tuner() 270 vivid_radio_rx_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) vivid_radio_rx_s_tuner() argument [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 in vivid_sdr_g_tuner() 435 vivid_sdr_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) vivid_sdr_s_tuner() argument [all...] |
/kernel/linux/linux-6.6/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 in vivid_radio_rx_g_tuner() 270 vivid_radio_rx_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) vivid_radio_rx_s_tuner() argument [all...] |
H A D | vivid-sdr-cap.c | 418 int vivid_sdr_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in vivid_sdr_g_tuner() argument 420 switch (vt->index) { in vivid_sdr_g_tuner() 422 strscpy(vt->name, "ADC", sizeof(vt->name)); in vivid_sdr_g_tuner() 423 vt->type = V4L2_TUNER_ADC; in vivid_sdr_g_tuner() 424 vt->capability = in vivid_sdr_g_tuner() 426 vt->rangelow = bands_adc[0].rangelow; in vivid_sdr_g_tuner() 427 vt->rangehigh = bands_adc[2].rangehigh; in vivid_sdr_g_tuner() 430 strscpy(vt->name, "RF", sizeof(vt in vivid_sdr_g_tuner() 442 vivid_sdr_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) vivid_sdr_s_tuner() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/ |
H A D | debugfs.c | 37 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] in viftype_show() [all...] |
H A D | devlink.c | 11 int vt; in pdsc_dl_find_viftype_by_id() local 16 for (vt = 0; vt < PDS_DEV_TYPE_MAX; vt++) { in pdsc_dl_find_viftype_by_id() 17 if (pdsc->viftype_status[vt].dl_id == dl_id) in pdsc_dl_find_viftype_by_id() 18 return &pdsc->viftype_status[vt]; in pdsc_dl_find_viftype_by_id()
|
H A D | auxbus.c | 201 enum pds_core_vif_types vt; in pdsc_auxbus_dev_add() local 219 vt = PDS_DEV_TYPE_VDPA; in pdsc_auxbus_dev_add() 220 vt_support = !!le16_to_cpu(pf->dev_ident.vif_types[vt]); in pdsc_auxbus_dev_add() 222 pf->viftype_status[vt].supported && in pdsc_auxbus_dev_add() 223 pf->viftype_status[vt].enabled)) in pdsc_auxbus_dev_add() 231 PDS_CORE_DRV_NAME, pf->viftype_status[vt].name, cf->uid); in pdsc_auxbus_dev_add() 239 pf->viftype_status[vt].name); in pdsc_auxbus_dev_add()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api_private.h | 69 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 D | vcap_api.c | 219 enum vcap_type vt, in vcap_verify_keystream_keyset() 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() 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] in vcap_find_keystream_typegroup_sw() 218 vcap_verify_keystream_keyset(struct vcap_control *vctrl, enum vcap_type vt, u32 *keystream, u32 *mskstream, enum vcap_keyfield_set keyset) vcap_verify_keystream_keyset() argument 308 vcap_find_keystream_typegroup_sw(struct vcap_control *vctrl, enum vcap_type vt, u32 *stream, bool mask, int sw_max) vcap_find_keystream_typegroup_sw() 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) vcap_find_keystream_keysets() argument 372 enum vcap_type vt = admin->vtype; vcap_addr_keysets() local 396 vcap_keyfields(struct vcap_control *vctrl, enum vcap_type vt, enum vcap_keyfield_set keyset) vcap_keyfields() argument 407 vcap_keyfieldset(struct vcap_control *vctrl, enum vcap_type vt, enum vcap_keyfield_set keyset) vcap_keyfieldset() argument 425 vcap_keyfield_typegroup(struct vcap_control *vctrl, enum vcap_type vt, enum vcap_keyfield_set keyset) vcap_keyfield_typegroup() argument 437 vcap_keyfield_count(struct vcap_control *vctrl, enum vcap_type vt, enum vcap_keyfield_set keyset) vcap_keyfield_count() argument 691 vcap_actionfields(struct vcap_control *vctrl, enum vcap_type vt, enum vcap_actionfield_set actionset) vcap_actionfields() argument 701 vcap_actionfieldset(struct vcap_control *vctrl, enum vcap_type vt, enum vcap_actionfield_set actionset) vcap_actionfieldset() argument 717 vcap_actionfield_typegroup(struct vcap_control *vctrl, enum vcap_type vt, enum vcap_actionfield_set actionset) vcap_actionfield_typegroup() argument 729 vcap_actionfield_count(struct vcap_control *vctrl, enum vcap_type vt, enum vcap_actionfield_set actionset) vcap_actionfield_count() argument 1326 vcap_verify_actionstream_actionset(struct vcap_control *vctrl, enum vcap_type vt, u32 *actionstream, enum vcap_actionfield_set actionset) vcap_verify_actionstream_actionset() argument 1362 vcap_find_actionstream_typegroup_sw(struct vcap_control *vctrl, enum vcap_type vt, u32 *stream, int sw_max) vcap_find_actionstream_typegroup_sw() argument 1386 vcap_find_actionstream_actionset(struct vcap_control *vctrl, enum vcap_type vt, u32 *stream, int sw_max) vcap_find_actionstream_actionset() argument 1437 enum vcap_type vt = admin->vtype; vcap_decode_actionset() local 1481 enum vcap_type vt = admin->vtype; vcap_decode_keyset() local 1715 enum vcap_type vt = ri->admin->vtype; vcap_add_type_keyfield() local 1748 enum vcap_type vt = ri->admin->vtype; vcap_add_type_actionfield() local 2626 enum vcap_type vt = ri->admin->vtype; vcap_lookup_keyfield() local 2657 enum vcap_type vt = ri->admin->vtype; vcap_keyfield_match_keyset() local 2825 enum vcap_type vt = ri->admin->vtype; vcap_actionfield_match_actionset() local 3312 enum vcap_type vt = ri->admin->vtype; vcap_rule_get_untyped_keyset() local 3332 enum vcap_type vt = ri->admin->vtype; vcap_rule_get_keysets() local [all...] |
/kernel/linux/linux-5.10/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 in fill_ablock() 204 struct dm_btree_value_type *vt = &info->value_type; trim_ablock() local 631 dm_array_info_init(struct dm_array_info *info, struct dm_transaction_manager *tm, struct dm_btree_value_type *vt) dm_array_info_init() argument 703 struct dm_btree_value_type *vt = &info->value_type; populate_ablock_with_values() local 806 struct dm_btree_value_type *vt = &info->value_type; array_set_value() local [all...] |
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() 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() 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_ in rebalance_children() 237 rebalance2(struct shadow_spine *s, struct dm_btree_info *info, struct dm_btree_value_type *vt, unsigned left_index) rebalance2() argument 371 rebalance3(struct shadow_spine *s, struct dm_btree_info *info, struct dm_btree_value_type *vt, unsigned left_index) rebalance3() argument 407 rebalance_children(struct shadow_spine *s, struct dm_btree_info *info, struct dm_btree_value_type *vt, uint64_t key) rebalance_children() argument 469 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 *index) remove_raw() argument 562 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) remove_nearest() argument [all...] |
H A D | dm-btree-spine.c | 102 struct dm_btree_value_type *vt, in bn_shadow() 110 inc_children(info->tm, dm_block_data(*result), vt); in bn_shadow() 198 struct dm_btree_value_type *vt) in shadow_step() 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() 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 in init_le64_type() 101 bn_shadow(struct dm_btree_info *info, dm_block_t orig, struct dm_btree_value_type *vt, struct dm_block **result) bn_shadow() argument 197 shadow_step(struct shadow_spine *s, dm_block_t b, struct dm_btree_value_type *vt) shadow_step() argument 270 init_le64_type(struct dm_transaction_manager *tm, struct dm_btree_value_type *vt) init_le64_type() argument [all...] |
/kernel/linux/linux-6.6/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() 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 in fill_ablock() 202 struct dm_btree_value_type *vt = &info->value_type; trim_ablock() local 639 dm_array_info_init(struct dm_array_info *info, struct dm_transaction_manager *tm, struct dm_btree_value_type *vt) dm_array_info_init() argument 713 struct dm_btree_value_type *vt = &info->value_type; populate_ablock_with_values() local 816 struct dm_btree_value_type *vt = &info->value_type; array_set_value() local [all...] |
H A D | dm-btree-spine.c | 99 struct dm_btree_value_type *vt, in bn_shadow() 107 inc_children(info->tm, dm_block_data(*result), vt); in bn_shadow() 191 struct dm_btree_value_type *vt) in shadow_step() 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() 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 in init_le64_type() 98 bn_shadow(struct dm_btree_info *info, dm_block_t orig, struct dm_btree_value_type *vt, struct dm_block **result) bn_shadow() argument 190 shadow_step(struct shadow_spine *s, dm_block_t b, struct dm_btree_value_type *vt) shadow_step() argument 255 init_le64_type(struct dm_transaction_manager *tm, struct dm_btree_value_type *vt) init_le64_type() argument [all...] |
H A D | dm-btree-remove.c | 161 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() 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() 456 r = init_child(info, vt, parent, left_index, &left); in rebalance3() 460 r = init_child(info, vt, parent, left_index + 1, ¢er); in rebalance3() 466 r = init_child(info, vt, parent, left_index + 2, &right); in rebalance3() 484 struct dm_btree_value_type *vt, uint64_ in rebalance_children() 279 rebalance2(struct shadow_spine *s, struct dm_btree_info *info, struct dm_btree_value_type *vt, unsigned int left_index) rebalance2() argument 446 rebalance3(struct shadow_spine *s, struct dm_btree_info *info, struct dm_btree_value_type *vt, unsigned int left_index) rebalance3() argument 482 rebalance_children(struct shadow_spine *s, struct dm_btree_info *info, struct dm_btree_value_type *vt, uint64_t key) rebalance_children() 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) remove_raw() 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) remove_nearest() argument [all...] |
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_dcc.c | 57 static int hvc_dcc_put_chars(uint32_t vt, const char *buf, int count) in hvc_dcc_put_chars() argument 71 static int hvc_dcc_get_chars(uint32_t vt, char *buf, int count) in hvc_dcc_get_chars() argument 175 static int hvc_dcc0_put_chars(u32 vt, const char *buf, int count) in hvc_dcc0_put_chars() argument 181 return hvc_dcc_put_chars(vt, buf, count); in hvc_dcc0_put_chars() 204 len = hvc_dcc_put_chars(vt, buf, count); in hvc_dcc0_put_chars() 214 static int hvc_dcc0_get_chars(u32 vt, char *buf, int count) in hvc_dcc0_get_chars() argument 220 return hvc_dcc_get_chars(vt, buf, count); in hvc_dcc0_get_chars() 245 len = hvc_dcc_get_chars(vt, buf, count); in hvc_dcc0_get_chars()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | vsockmon.c | 30 struct vsock_tap vt; member 37 vsockmon->vt.dev = dev; in vsockmon_open() 38 vsockmon->vt.module = THIS_MODULE; in vsockmon_open() 39 return vsock_add_tap(&vsockmon->vt); in vsockmon_open() 46 return vsock_remove_tap(&vsockmon->vt); in vsockmon_close()
|