querystd          841 drivers/media/i2c/adv7180.c 	.querystd = adv7180_querystd,
querystd          507 drivers/media/i2c/adv7183.c 	.querystd = adv7183_querystd,
querystd          306 drivers/media/i2c/adv748x/adv748x-afe.c 	.querystd = adv748x_afe_querystd,
querystd         3290 drivers/media/i2c/adv7842.c 	.querystd = adv7842_querystd,
querystd          373 drivers/media/i2c/bt819.c 	.querystd = bt819_querystd,
querystd         5755 drivers/media/i2c/cx25840/cx25840-core.c 	.querystd = cx25840_querystd,
querystd          642 drivers/media/i2c/ks0127.c 	.querystd = ks0127_querystd,
querystd          292 drivers/media/i2c/ml86v7667.c 	.querystd = ml86v7667_querystd,
querystd          635 drivers/media/i2c/msp3400-driver.c 	.querystd = msp_querystd,
querystd          351 drivers/media/i2c/saa7110.c 	.querystd = saa7110_querystd,
querystd         1602 drivers/media/i2c/saa7115.c 	.querystd = saa711x_querystd,
querystd          941 drivers/media/i2c/tvp514x.c 	.querystd = tvp514x_querystd,
querystd         1411 drivers/media/i2c/tvp5150.c 	.querystd = tvp5150_querystd,
querystd          446 drivers/media/i2c/vpx3220.c 	.querystd = vpx3220_querystd,
querystd          571 drivers/media/pci/saa7146/mxb.c 	return call_all(dev, video, querystd, norm);
querystd          436 drivers/media/pci/sta2x11/sta2x11_vip.c 		v4l2_subdev_call(vip->decoder, video, querystd, &std);
querystd          484 drivers/media/pci/sta2x11/sta2x11_vip.c 	return v4l2_subdev_call(vip->decoder, video, querystd, std);
querystd         1818 drivers/media/platform/am437x/am437x-vpfe.c 					 video, querystd, std_id);
querystd         1104 drivers/media/platform/davinci/vpfe_capture.c 					 video, querystd, std_id);
querystd          770 drivers/media/platform/davinci/vpif_capture.c 	ret = v4l2_subdev_call(ch->sd, video, querystd, std_id);
querystd          902 drivers/media/platform/fsl-viu.c 	decoder_call(fh->dev, video, querystd, std_id);
querystd          479 drivers/media/platform/rcar-vin/rcar-v4l2.c 	return v4l2_subdev_call(sd, video, querystd, a);
querystd         1386 drivers/media/usb/dvb-usb/cxusb-analog.c 	ret = v4l2_subdev_call(cxdev->cx25840, video, querystd, norm);
querystd         1568 drivers/media/usb/em28xx/em28xx-video.c 	v4l2_device_call_all(&dev->v4l2->v4l2_dev, 0, video, querystd, norm);
querystd          598 drivers/media/usb/go7007/go7007-v4l2.c 	return call_all(&go->v4l2_dev, video, querystd, std);
querystd         1105 drivers/media/usb/go7007/go7007-v4l2.c 	if (!v4l2_device_has_op(&go->v4l2_dev, 0, video, querystd))
querystd         2828 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 			     video, querystd, &std);
querystd          503 drivers/media/usb/stk1160/stk1160-v4l.c 	v4l2_device_call_all(&dev->v4l2_dev, 0, video, querystd, norm);
querystd          605 drivers/media/v4l2-core/v4l2-subdev.c 		return v4l2_subdev_call(sd, video, querystd, arg);
querystd          311 drivers/staging/media/imx/imx-media-capture.c 	return v4l2_subdev_call(priv->src_sd, video, querystd, std);
querystd          422 include/media/v4l2-subdev.h 	int (*querystd)(struct v4l2_subdev *sd, v4l2_std_id *std);