Searched refs:std_id (Results 1 – 10 of 10) sorted by relevance
| /drivers/media/i2c/ |
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| /drivers/media/platform/ti/am437x/ |
| 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() 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() 1726 ret = vpfe_config_image_format(vpfe, std_id); in vpfe_s_std() [all …]
|
| /drivers/media/platform/renesas/ |
| A D | sh_vou.c | 813 static int sh_vou_s_std(struct file *file, void *priv, v4l2_std_id std_id) in sh_vou_s_std() argument 818 dev_dbg(vou_dev->v4l2_dev.dev, "%s(): 0x%llx\n", __func__, std_id); in sh_vou_s_std() 820 if (std_id == vou_dev->std) in sh_vou_s_std() 827 s_std_output, std_id); in sh_vou_s_std() 834 if (std_id & V4L2_STD_525_60) { in sh_vou_s_std() 849 vou_dev->std = std_id; in sh_vou_s_std()
|
| /drivers/media/platform/ti/davinci/ |
| A D | vpif_display.c | 672 static int vpif_s_std(struct file *file, void *priv, v4l2_std_id std_id) in vpif_s_std() argument 694 if (!(std_id & VPIF_V4L2_STD)) in vpif_s_std() 698 ch->video.stdid = std_id; in vpif_s_std() 707 s_std_output, std_id); in vpif_s_std() 714 s_std, std_id); in vpif_s_std()
|
| 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()
|
| /drivers/net/wireless/intel/iwlegacy/ |
| A D | 3945-mac.c | 393 struct ieee80211_hdr *hdr, u8 std_id) in il3945_build_tx_cmd_basic() argument 412 tx_cmd->sta_id = std_id; in il3945_build_tx_cmd_basic()
|
| 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()
|
Completed in 54 milliseconds