Searched refs:lane_polarity (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_phy.c62 phy->lane_polarity[lane] = pol;
105 pol_val |= phy->lane_polarity[0] << 0;
106 pol_val |= phy->lane_polarity[1] << 3;
107 pol_val |= phy->lane_polarity[2] << 2;
108 pol_val |= phy->lane_polarity[3] << 1;
H A Dhdmi.h253 u8 lane_polarity[4]; member in struct:hdmi_phy_data
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_phy.c71 phy->lane_polarity[lane] = pol;
114 pol_val |= phy->lane_polarity[0] << 0;
115 pol_val |= phy->lane_polarity[1] << 3;
116 pol_val |= phy->lane_polarity[2] << 2;
117 pol_val |= phy->lane_polarity[3] << 1;
H A Dhdmi.h240 u8 lane_polarity[4]; member in struct:hdmi_phy_data
/linux-master/include/media/
H A Dv4l2-mediabus.h110 * @lane_polarity: the polarities of the clock (index 0) and data lanes
118 bool lane_polarity[2]; member in struct:v4l2_mbus_config_mipi_csi1
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disp.c2117 buscfg->bus.ccp2.lanecfg.clk.pol = vep->bus.mipi_csi1.lane_polarity[0];
2124 vep->bus.mipi_csi1.lane_polarity[1];

Completed in 159 milliseconds