Searched +full:sdtv +full:- +full:standards (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only3 ---4 $id: http://devicetree.org/schemas/display/connector/analog-tv-connector.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Laurent Pinchart <Laurent.pinchart@ideasonboard.com>15 - composite-video-connector16 - svideo-connector20 sdtv-standards:22 Limit the supported TV standards on a connector to the given ones. If23 not specified all TV standards are allowed. Possible TV standards are[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Mehdi Djait <mehdi.djait@bootlin.com>13 The tw9900 is a multi-standard video decoder, supporting NTSC, PAL standards14 with auto-detection features.23 vdd-supply:26 reset-gpios:30 powerdown-gpios:60 - required:[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only */8 * Copyright (C) 2012 - 2013 Samsung Electronics Co., Ltd.22 #include <media/v4l2-mediabus.h>25 * struct v4l2_fwnode_endpoint - the endpoint data structure55 * V4L2_FWNODE_PROPERTY_UNSET - identify a non initialized property60 #define V4L2_FWNODE_PROPERTY_UNSET (-1U)63 * enum v4l2_fwnode_orientation - possible device orientation75 * struct v4l2_fwnode_device_properties - fwnode device properties85 * struct v4l2_fwnode_link - a link between two endpoints103 * enum v4l2_connector_type - connector type[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 // em28xx-cards.c - driver for Empia EM2800/EM2820/2840 USB21 #include <media/drv-intf/msp3400.h>23 #include <dt-bindings/media/tvp5150.h>26 #include <media/v4l2-common.h>31 static int tuner = -1;44 static unsigned int card[] = {[0 ... (EM28XX_MAXBOARDS - 1)] = -1U };48 static int usb_xfer_mode = -1;51 "USB transfer mode for frame data (-1 = auto, 0 = prefer isoc, 1 = prefer bulk)");53 /* Bitmask marking allocated devices from 0 to EM28XX_MAXBOARDS - 1 */[all …]
1 // SPDX-License-Identifier: MIT99 #include <media/cec-notifier.h>181 switch (link->dpcd_caps.dongle_type) { in get_subconnector_type()200 struct dc_link *link = aconnector->dc_link; in update_subconnector_property()201 struct drm_connector *connector = &aconnector->base; in update_subconnector_property()204 if (connector->connector_type != DRM_MODE_CONNECTOR_DisplayPort) in update_subconnector_property()207 if (aconnector->dc_sink) in update_subconnector_property()210 drm_object_property_set_value(&connector->base, in update_subconnector_property()211 connector->dev->mode_config.dp_subconnector_property, in update_subconnector_property()259 * struct amdgpu_device *adev - [in] desired amdgpu device[all …]