Home
last modified time | relevance | path

Searched full:polarities (Results 1 – 25 of 43) sorted by relevance

12

/linux/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c276 t1->bt.polarities == t2->bt.polarities && in v4l2_match_dv_timings()
327 (bt->polarities & V4L2_DV_HSYNC_POS_POL) ? "+" : "-", in v4l2_print_dv_timings()
331 (bt->polarities & V4L2_DV_VSYNC_POS_POL) ? "+" : "-", in v4l2_print_dv_timings()
336 (bt->polarities & V4L2_DV_VSYNC_POS_POL) ? "+" : "-", in v4l2_print_dv_timings()
481 * @polarities - the horizontal and vertical polarities (same as struct
482 * v4l2_bt_timings polarities).
495 u32 polarities, in v4l2_detect_cvt() argument
510 if (polarities == V4L2_DV_VSYNC_POS_POL) in v4l2_detect_cvt()
512 else if (polarities == V4L2_DV_HSYNC_POS_POL) in v4l2_detect_cvt()
632 t.bt.polarities = polarities; in v4l2_detect_cvt()
[all …]
/linux/Documentation/devicetree/bindings/media/
H A Drenesas,vin.yaml92 If both HSYNC and VSYNC polarities are not specified, embedded
98 If both HSYNC and VSYNC polarities are not specified, embedded
141 If both HSYNC and VSYNC polarities are not specified, embedded
147 If both HSYNC and VSYNC polarities are not specified, embedded
/linux/Documentation/devicetree/bindings/display/bridge/
H A Dti,sn65dsi86.yaml134 lane-polarities:
143 lane-polarities: [data-lanes]
267 lane-polarities = <0 1 0 1>;
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dmaxim,max96714.yaml74 lane-polarities:
158 lane-polarities = <1 0 1>;
H A Dmaxim,max96717.yaml71 lane-polarities:
/linux/arch/arm64/boot/dts/renesas/
H A Dr8a779a0-falcon-csi-dsi.dtsi134 lane-polarities = <0 0 0 0 1>;
156 lane-polarities = <0 0 0 0 1>;
/linux/arch/sh/include/asm/
H A Dsh7760fb.h145 * HSYNC/VSYNC polarities are derived from the fb_var_screeninfo
146 * data above; however the polarities of the following signals
/linux/drivers/acpi/
H A Dmipi-disco-img.c532 ret = fwnode_property_count_u8(port_fwnode, "mipi-img-lane-polarities"); in init_csi2_port()
552 acpi_handle_info(handle, "Too many lane polarities: %d\n", in init_csi2_port()
556 fwnode_property_read_u8_array(port_fwnode, "mipi-img-lane-polarities", in init_csi2_port()
566 PROPERTY_ENTRY_U32_ARRAY_LEN("lane-polarities", in init_csi2_port()
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-n9.dts56 lane-polarities = <1 1 1>;
H A Domap3-n950.dts102 lane-polarities = <1 1 1>;
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-dv-timings.rst108 - ``polarities``
109 - This is a bit mask that defines polarities of sync signals. bit 0
H A Ddv-timings.rst21 width and height, signal polarities, frontporches, backporches, sync
/linux/drivers/gpu/drm/arm/
H A Dhdlcd_regs.h55 /* polarities */
/linux/drivers/media/i2c/
H A Dths8200.c336 if (bt->polarities & V4L2_DV_HSYNC_POS_POL) { in ths8200_setup()
340 if (bt->polarities & V4L2_DV_VSYNC_POS_POL) { in ths8200_setup()
H A Dsaa711x_regs.h372 "I port signal polarities"},
/linux/drivers/media/dvb-frontends/
H A Dtda1004x.c651 tda1004x_write_mask(state, TDA10046H_CONF_POLARITY, 0xf0, 0x60); // set AGC polarities in tda10046_init()
655 tda1004x_write_mask(state, TDA10046H_CONF_POLARITY, 0xf0, 0x60); // set AGC polarities in tda10046_init()
659 tda1004x_write_mask(state, TDA10046H_CONF_POLARITY, 0xf0, 0x00); // set AGC polarities in tda10046_init()
665 tda1004x_write_mask(state, TDA10046H_CONF_POLARITY, 0xf0, 0x60); // set AGC polarities in tda10046_init()
/linux/drivers/net/phy/mediatek/
H A Dmtk-ge-soc.c1288 u32 polarities; in mt7988_phy_led_get_polarity() local
1291 polarities = ~(priv->boottrap); in mt7988_phy_led_get_polarity()
1293 polarities = MTK_PHY_LED1_DEFAULT_POLARITIES; in mt7988_phy_led_get_polarity()
1295 if (polarities & BIT(phydev->mdio.addr)) in mt7988_phy_led_get_polarity()
/linux/drivers/video/fbdev/geode/
H A Dvideo_cs5530.c124 /* Sync polarities. */ in cs5530_configure_display()
/linux/drivers/pwm/
H A Dpwm-sophgo-sg2042.c16 * - SG2044 supports both polarities, SG2042 only normal polarity.
H A Dpwm-rz-mtu3.c12 * - While the hardware supports both polarities, the driver (for now)
/linux/sound/pci/ice1712/
H A Dmaya44.c540 0x0a, 0x022, /* R10: DAC I2C mode, std polarities, 24bit */ in wm8776_init()
541 0x0b, 0x022, /* R11: ADC I2C mode, std polarities, 24bit, in wm8776_init()
/linux/drivers/media/pci/mgb4/
H A Dmgb4_vout.c84 timings->bt.polarities |= V4L2_DV_HSYNC_POS_POL; in get_timings()
86 timings->bt.polarities |= V4L2_DV_VSYNC_POS_POL; in get_timings()
H A Dmgb4_vin.c181 timings->bt.polarities |= V4L2_DV_HSYNC_POS_POL; in get_timings()
183 timings->bt.polarities |= V4L2_DV_VSYNC_POS_POL; in get_timings()
/linux/include/video/
H A Dimx-ipu-v3.h35 * Bitfield of Display Interface signal polarities.
/linux/drivers/gpu/drm/bridge/
H A Dti-sn65dsi86.c1328 * polarities. These are optional and we assume identity map and in ti_sn_bridge_parse_lanes()
1330 * data-lanes but not lane-polarities but not vice versa. in ti_sn_bridge_parse_lanes()
1341 of_property_read_u32_array(endpoint, "lane-polarities", in ti_sn_bridge_parse_lanes()

12