Searched refs:std_id (Results 1 – 8 of 8) sorted by relevance
/linux/Documentation/userspace-api/media/v4l/ |
H A D | standard.rst | 75 v4l2_std_id std_id; 78 if (-1 == ioctl(fd, VIDIOC_G_STD, &std_id)) { 91 if (standard.id & std_id) { 153 v4l2_std_id std_id; 175 std_id = V4L2_STD_PAL_BG; 177 if (-1 == ioctl(fd, VIDIOC_S_STD, &std_id)) {
|
/linux/drivers/media/i2c/ |
H A D | ths7303.c | 39 int std_id; member 144 state->std_id = 1; in ths7303_s_std_output() 176 else if (state->std_id) in ths7303_config() 205 state->std_id = 0; in ths7303_s_dv_timings()
|
H A D | tvp514x.c | 533 static int tvp514x_querystd(struct v4l2_subdev *sd, v4l2_std_id *std_id) in tvp514x_querystd() argument 540 if (std_id == NULL) in tvp514x_querystd() 552 *std_id = V4L2_STD_UNKNOWN; in tvp514x_querystd() 596 *std_id = V4L2_STD_UNKNOWN; in tvp514x_querystd() 600 *std_id &= decoder->std_list[current_std].standard.id; in tvp514x_querystd() 615 static int tvp514x_s_std(struct v4l2_subdev *sd, v4l2_std_id std_id) in tvp514x_s_std() argument 621 if (std_id & decoder->std_list[i].standard.id) in tvp514x_s_std()
|
H A D | isl7998x.c | 813 unsigned int std_id[ISL7998X_INPUTS]; in isl7998x_querystd() local 850 std_id[i] = FIELD_GET(ISL7998X_REG_PX_DEC_SDT_NOW, reg); in isl7998x_querystd() 859 i, v4l2_norm_to_name(isl7998x_std_res[std_id[i]].norm)); in isl7998x_querystd() 860 if (std_id[0] != std_id[i]) in isl7998x_querystd() 863 v4l2_norm_to_name(isl7998x_std_res[std_id[i]].norm), i, in isl7998x_querystd() 864 v4l2_norm_to_name(isl7998x_std_res[std_id[0]].norm)); in isl7998x_querystd() 867 *std = isl7998x_std_res[std_id[0]].norm; in isl7998x_querystd()
|
H A D | tvp5150.c | 866 static int tvp5150_querystd(struct v4l2_subdev *sd, v4l2_std_id *std_id) in tvp5150_querystd() argument 868 *std_id = query_lock(sd) ? tvp5150_read_std(sd) : V4L2_STD_UNKNOWN; in tvp5150_querystd()
|
/linux/drivers/media/platform/ti/am437x/ |
H A D | am437x-vpfe.c | 49 v4l2_std_id std_id; member 957 v4l2_std_id std_id) in vpfe_config_image_format() argument 964 if (vpfe_standards[i].std_id & std_id) { in vpfe_config_image_format() 1020 vpfe_standards[vpfe->std_index].std_id); in vpfe_initialize_device() 1672 vpfe_standards[vpfe->std_index].std_id); in vpfe_set_input() 1685 static int vpfe_querystd(struct file *file, void *priv, v4l2_std_id *std_id) in vpfe_querystd() argument 1696 video, querystd, std_id); in vpfe_querystd() 1699 static int vpfe_s_std(struct file *file, void *priv, v4l2_std_id std_id) in vpfe_s_std() argument 1710 if (vpfe_standards[vpfe->std_index].std_id == std_id) in vpfe_s_std() 1721 video, s_std, std_id); in vpfe_s_std() [all …]
|
/linux/drivers/media/platform/ti/davinci/ |
H A D | vpif_capture.c | 749 static int vpif_querystd(struct file *file, void *priv, v4l2_std_id *std_id) in vpif_querystd() argument 758 ret = v4l2_subdev_call(ch->sd, video, querystd, std_id); in vpif_querystd() 804 static int vpif_s_std(struct file *file, void *priv, v4l2_std_id std_id) in vpif_s_std() argument 828 ch->video.stdid = std_id; in vpif_s_std() 838 ret = v4l2_subdev_call(ch->sd, video, s_std, std_id); in vpif_s_std()
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-mac.c | 1487 struct ieee80211_hdr *hdr, u8 std_id) in il4965_tx_cmd_build_basic() argument 1508 tx_cmd->sta_id = std_id; in il4965_tx_cmd_build_basic()
|