Home
last modified time | relevance | path

Searched full:bt656 (Results 1 – 25 of 66) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
Dcxusb-analog.c179 struct cxusb_bt656_params *bt656, in cxusb_medion_cf_refc_fld_chg() argument
189 if (bt656->line == 0 || firstfield == firstfield_code) in cxusb_medion_cf_refc_fld_chg()
192 if (bt656->fmode == LINE_SAMPLES) { in cxusb_medion_cf_refc_fld_chg()
194 bt656->linesamples; in cxusb_medion_cf_refc_fld_chg()
196 cxusb_vprintk(dvbdev, BT656, in cxusb_medion_cf_refc_fld_chg()
198 firstfield ? '1' : '2', bt656->line); in cxusb_medion_cf_refc_fld_chg()
200 if (bt656->buf && remsamples > 0) { in cxusb_medion_cf_refc_fld_chg()
201 memset(bt656->buf, 0, remsamples); in cxusb_medion_cf_refc_fld_chg()
202 bt656->buf += remsamples; in cxusb_medion_cf_refc_fld_chg()
204 cxusb_vprintk(dvbdev, BT656, in cxusb_medion_cf_refc_fld_chg()
[all …]
Dcxusb.h144 struct cxusb_bt656_params bt656; member
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/
Dtda1997x.txt11 - YUV422 BT656 8bit per component (8 bits total): YCbCr[11:4] (2-cycles)
12 - YUV422 BT656 10bit per component (10 bits total): YCbCr[11:2] (2-cycles)
13 - YUV422 BT656 12bit per component (12 bits total): YCbCr[11:0] (2-cycles)
19 - YUV422 BT656 12bit per component (12 bits total): YCbCr[11:0] (2-cycles)
99 - VP[15:8] connected to IMX6 CSI_DATA[19:12] for 8bit BT656
141 - VP[15:8] connected to IMX6 CSI_DATA[19:12] for 8bit BT656
160 * The 8bpp BT656 mode outputs YCbCr[11:4] across 8bits over
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/media/i2c/
Dtda1997x.txt11 - YUV422 BT656 8bit per component (8 bits total): YCbCr[11:4] (2-cycles)
12 - YUV422 BT656 10bit per component (10 bits total): YCbCr[11:2] (2-cycles)
13 - YUV422 BT656 12bit per component (12 bits total): YCbCr[11:0] (2-cycles)
19 - YUV422 BT656 12bit per component (12 bits total): YCbCr[11:0] (2-cycles)
99 - VP[15:8] connected to IMX6 CSI_DATA[19:12] for 8bit BT656
141 - VP[15:8] connected to IMX6 CSI_DATA[19:12] for 8bit BT656
160 * The 8bpp BT656 mode outputs YCbCr[11:4] across 8bits over
/kernel/linux/linux-5.10/include/media/davinci/
Dvpfe_types.h16 /* BT656 - 8 bit */
26 /* BT656 - 10 bit */
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/
Damlogic,meson-ee-pwrc.yaml98 - const: bt656
142 - const: bt656
180 reset-names = "viu", "venc", "vcbus", "bt656",
Drockchip-io-domain.txt112 - bt656-supply: The supply connected to APIO2_VDD.
/kernel/linux/linux-4.19/include/media/davinci/
Dvpfe_types.h25 /* BT656 - 8 bit */
35 /* BT656 - 10 bit */
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/media/
Dti-am437x-vpfe.txt15 1 - 8 Bit BT656 Interface.
16 2 - 10 Bit BT656 Interface.
Dvideo-interfaces.txt103 0 - autodetect based on other properties (MIPI CSI-2 D-PHY, parallel or Bt656)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/
Dti-am437x-vpfe.txt15 1 - 8 Bit BT656 Interface.
16 2 - 10 Bit BT656 Interface.
Dallwinner,sun4i-a10-csi.yaml15 frames from a parallel or BT656 sensor.
/kernel/linux/linux-4.19/drivers/media/platform/davinci/
DKconfig40 with decoder modules such as TVP5146 over BT656 or
56 with decoder modules such as TVP5146 over BT656 or
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
DKconfig41 with decoder modules such as TVP5146 over BT656 or
57 with decoder modules such as TVP5146 over BT656 or
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
Domap3isp.h41 * @bt656: Data contain BT.656 embedded synchronization
50 unsigned int bt656:1; member
Dispccdc.h117 * @bt656: Whether the input interface uses BT.656 synchronization
148 bool bt656; member
Dispccdc.c980 if (ccdc->bt656) in ccdc_config_sync_if()
1010 if ((parcfg && parcfg->vs_pol) || ccdc->bt656) in ccdc_config_sync_if()
1031 if (ccdc->bt656) in ccdc_config_sync_if()
1133 ccdc->bt656 = false; in ccdc_configure()
1143 ccdc->bt656 = parcfg->bt656; in ccdc_configure()
1163 if (ccdc->bt656) in ccdc_configure()
1231 if (ccdc->bt656) { in ccdc_configure()
1275 if (omap3isp_video_format_info(format->code)->width <= 8 || ccdc->bt656) in ccdc_configure()
1650 if (ccdc->bt656) { in ccdc_vd0_isr()
1661 if (ccdc->bt656) { in ccdc_vd0_isr()
[all …]
/kernel/linux/linux-4.19/drivers/media/platform/omap3isp/
Domap3isp.h49 * @bt656: Data contain BT.656 embedded synchronization
58 unsigned int bt656:1; member
Dispccdc.h120 * @bt656: Whether the input interface uses BT.656 synchronization
151 bool bt656; member
Dispccdc.c983 if (ccdc->bt656) in ccdc_config_sync_if()
1013 if ((parcfg && parcfg->vs_pol) || ccdc->bt656) in ccdc_config_sync_if()
1034 if (ccdc->bt656) in ccdc_config_sync_if()
1136 ccdc->bt656 = false; in ccdc_configure()
1146 ccdc->bt656 = parcfg->bt656; in ccdc_configure()
1166 if (ccdc->bt656) in ccdc_configure()
1234 if (ccdc->bt656) { in ccdc_configure()
1278 if (omap3isp_video_format_info(format->code)->width <= 8 || ccdc->bt656) in ccdc_configure()
1644 if (ccdc->bt656) { in ccdc_vd0_isr()
1655 if (ccdc->bt656) { in ccdc_vd0_isr()
[all …]
/kernel/linux/linux-4.19/drivers/media/platform/am437x/
Dam437x-vpfe.h47 /* BT656 - 8 bit */
49 /* BT656 - 10 bit */
/kernel/linux/linux-5.10/drivers/media/platform/am437x/
Dam437x-vpfe.h36 /* BT656 - 8 bit */
38 /* BT656 - 10 bit */
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/power/
Drockchip-io-domain.txt112 - bt656-supply: The supply connected to APIO2_VDD.
/kernel/linux/linux-5.10/drivers/soc/amlogic/
Dmeson-clk-measure.c283 CLK_MSR_ID(39, "bt656"),
399 CLK_MSR_ID(39, "bt656"),
/kernel/linux/linux-5.10/arch/arm64/boot/dts/rockchip/
Drk3399pro-vmarc-som.dtsi316 bt656-supply = <&vcca_1v8>;

123