Searched defs:std_id (Results 1 - 12 of 12) sorted by relevance

/drivers/media/i2c/
H A Dths7303.c39 int std_id; member in struct:ths7303_state
148 state->std_id = 1;
180 else if (state->std_id)
209 state->std_id = 0;
H A Dtvp514x.c536 * @std_id: standard V4L2 std_id ioctl enum
539 * detected then *std_id is set to 0 and the function returns 0.
541 static int tvp514x_querystd(struct v4l2_subdev *sd, v4l2_std_id *std_id) argument
548 if (std_id == NULL)
560 *std_id = V4L2_STD_UNKNOWN;
604 *std_id = V4L2_STD_UNKNOWN;
608 *std_id &= decoder->std_list[current_std].standard.id;
618 * @std_id: standard V4L2 v4l2_std_id ioctl enum
620 * If std_id i
623 tvp514x_s_std(struct v4l2_subdev *sd, v4l2_std_id std_id) argument
[all...]
/drivers/media/platform/davinci/
H A Dvpbe.c179 v4l2_std_id std_id)
189 (var.std_id & std_id)) {
434 static int vpbe_s_std(struct vpbe_device *vpbe_dev, v4l2_std_id std_id) argument
445 ret = vpbe_get_std_info(vpbe_dev, std_id);
452 s_std_output, std_id);
473 static int vpbe_g_std(struct vpbe_device *vpbe_dev, v4l2_std_id *std_id) argument
478 *std_id = cur_timings->std_id;
516 preset_mode->std_id);
178 vpbe_get_std_info(struct vpbe_device *vpbe_dev, v4l2_std_id std_id) argument
[all...]
H A Dvpbe_display.c494 v4l2_std_id standard_id = vpbe_dev->current_timings.std_id;
994 v4l2_std_id std_id)
1009 ret = vpbe_dev->ops.s_std(vpbe_dev, std_id);
1029 v4l2_std_id *std_id)
1038 *std_id = vpbe_dev->current_timings.std_id;
993 vpbe_display_s_std(struct file *file, void *priv, v4l2_std_id std_id) argument
1028 vpbe_display_g_std(struct file *file, void *priv, v4l2_std_id *std_id) argument
H A Dvpfe_capture.c97 v4l2_std_id std_id; member in struct:vpfe_standard
379 v4l2_std_id std_id)
387 if (vpfe_standards[i].std_id & std_id) {
463 vpfe_standards[vpfe_dev->std_index].std_id);
1171 vpfe_standards[vpfe_dev->std_index].std_id);
1177 static int vpfe_querystd(struct file *file, void *priv, v4l2_std_id *std_id) argument
1191 video, querystd, std_id);
1196 static int vpfe_s_std(struct file *file, void *priv, v4l2_std_id std_id) argument
1218 video, s_std, std_id);
378 vpfe_config_image_format(struct vpfe_device *vpfe_dev, v4l2_std_id std_id) argument
1230 vpfe_g_std(struct file *file, void *priv, v4l2_std_id *std_id) argument
[all...]
H A Dvpif_capture.c721 * @std_id: ptr to std id
725 static int vpif_querystd(struct file *file, void *priv, v4l2_std_id *std_id) argument
734 ret = v4l2_subdev_call(ch->sd, video, querystd, std_id);
750 * @std_id: ptr to std id
778 * @std_id: ptr to std id
780 static int vpif_s_std(struct file *file, void *priv, v4l2_std_id std_id) argument
804 ch->video.stdid = std_id;
814 ret = v4l2_subdev_call(ch->sd, video, s_std, std_id);
H A Dvpif_display.c673 static int vpif_s_std(struct file *file, void *priv, v4l2_std_id std_id) argument
695 if (!(std_id & VPIF_V4L2_STD))
699 ch->video.stdid = std_id;
708 s_std_output, std_id);
715 s_std, std_id);
/drivers/staging/media/davinci_vpfe/
H A Dvpfe_video.c888 * @std_id: pointer to v4l2_std_id structure
895 static int vpfe_querystd(struct file *file, void *priv, v4l2_std_id *std_id) argument
910 video, querystd, std_id);
919 * @std_id: pointer to v4l2_std_id structure
921 * set std pointed by std_id on external subdev by calling it using
926 static int vpfe_s_std(struct file *file, void *priv, v4l2_std_id std_id) argument
947 video, s_std, std_id);
953 video->stdid = std_id;
/drivers/media/platform/
H A Dfsl-viu.c954 static int vidioc_querystd(struct file *file, void *priv, v4l2_std_id *std_id) argument
958 decoder_call(fh->dev, video, querystd, std_id);
971 static int vidioc_g_std(struct file *file, void *priv, v4l2_std_id *std_id) argument
975 *std_id = fh->dev->std;
H A Dsh_vou.c885 static int sh_vou_s_std(struct file *file, void *priv, v4l2_std_id std_id) argument
890 dev_dbg(vou_dev->v4l2_dev.dev, "%s(): 0x%llx\n", __func__, std_id);
892 if (std_id & ~vou_dev->vdev->tvnorms)
896 s_std_output, std_id);
901 if (std_id & V4L2_STD_525_60)
907 vou_dev->std = std_id;
/drivers/net/wireless/iwlegacy/
H A D3945-mac.c411 struct ieee80211_hdr *hdr, u8 std_id)
430 tx_cmd->sta_id = std_id;
409 il3945_build_tx_cmd_basic(struct il_priv *il, struct il_device_cmd *cmd, struct ieee80211_tx_info *info, struct ieee80211_hdr *hdr, u8 std_id) argument
H A D4965-mac.c1502 struct ieee80211_hdr *hdr, u8 std_id)
1523 tx_cmd->sta_id = std_id;
1499 il4965_tx_cmd_build_basic(struct il_priv *il, struct sk_buff *skb, struct il_tx_cmd *tx_cmd, struct ieee80211_tx_info *info, struct ieee80211_hdr *hdr, u8 std_id) argument

Completed in 306 milliseconds