std_out          1357 drivers/media/pci/ivtv/ivtv-driver.c 	itv->std_out = itv->std;
std_out           661 drivers/media/pci/ivtv/ivtv-driver.h 	v4l2_std_id std_out;            /* current TV output standard */
std_out           299 drivers/media/pci/ivtv/ivtv-firmware.c 		std = itv->std_out;
std_out           300 drivers/media/pci/ivtv/ivtv-firmware.c 		itv->std_out = 0;
std_out          1123 drivers/media/pci/ivtv/ivtv-ioctl.c 	itv->std_out = std;
std_out          1126 drivers/media/pci/ivtv/ivtv-ioctl.c 	ivtv_call_all(itv, video, s_std_output, itv->std_out);
std_out            62 drivers/media/pci/ivtv/ivtv-vbi.c 	if ((itv->std_out & V4L2_STD_625_50) && !enabled) {
std_out          1011 drivers/media/platform/vivid/vivid-core.c 	dev->std_out = V4L2_STD_PAL;
std_out           343 drivers/media/platform/vivid/vivid-core.h 	v4l2_std_id			std_out;
std_out           345 drivers/media/platform/vivid/vivid-vbi-cap.c 		is_60hz = dev->std_out & V4L2_STD_525_60;
std_out            23 drivers/media/platform/vivid/vivid-vbi-out.c 	bool is_60hz = dev->std_out & V4L2_STD_525_60;
std_out            43 drivers/media/platform/vivid/vivid-vbi-out.c 	bool is_60hz = dev->std_out & V4L2_STD_525_60;
std_out           141 drivers/media/platform/vivid/vivid-vbi-out.c 	bool is_60hz = dev->std_out & V4L2_STD_525_60;
std_out           190 drivers/media/platform/vivid/vivid-vbi-out.c 	bool is_60hz = dev->std_out & V4L2_STD_525_60;
std_out           233 drivers/media/platform/vivid/vivid-vbi-out.c 			if ((dev->std_out & V4L2_STD_525_60) && vbi->line == 21) {
std_out           240 drivers/media/platform/vivid/vivid-vbi-out.c 			if ((dev->std_out & V4L2_STD_625_50) &&
std_out           775 drivers/media/platform/vivid/vivid-vid-common.c 		    !(dev->std_out & V4L2_STD_525_60))
std_out           938 drivers/media/platform/vivid/vivid-vid-common.c 		*id = dev->std_out;
std_out           228 drivers/media/platform/vivid/vivid-vid-out.c 		if (dev->std_out & V4L2_STD_525_60) {
std_out           306 drivers/media/platform/vivid/vivid-vid-out.c 		return (dev->std_out & V4L2_STD_525_60) ?
std_out           373 drivers/media/platform/vivid/vivid-vid-out.c 		h = (dev->std_out & V4L2_STD_525_60) ? 480 : 576;
std_out          1139 drivers/media/platform/vivid/vivid-vid-out.c 	if (dev->std_out == id)
std_out          1143 drivers/media/platform/vivid/vivid-vid-out.c 	dev->std_out = id;