Searched refs:std_id (Results 1 – 6 of 6) sorted by relevance
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | standard.rst | 76 v4l2_std_id std_id; 79 if (-1 == ioctl(fd, VIDIOC_G_STD, &std_id)) { 92 if (standard.id & std_id) { 154 v4l2_std_id std_id; 176 std_id = V4L2_STD_PAL_BG; 178 if (-1 == ioctl(fd, VIDIOC_S_STD, &std_id)) {
|
| /linux/drivers/media/i2c/ |
| 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/net/wireless/intel/iwlegacy/ |
| H 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()
|
| 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()
|