Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dhdmi_phy.c65 phy->lane_polarity[lane] = pol; in hdmi_phy_parse_lanes()
108 pol_val |= phy->lane_polarity[0] << 0; in hdmi_phy_configure_lanes()
109 pol_val |= phy->lane_polarity[1] << 3; in hdmi_phy_configure_lanes()
110 pol_val |= phy->lane_polarity[2] << 2; in hdmi_phy_configure_lanes()
111 pol_val |= phy->lane_polarity[3] << 1; in hdmi_phy_configure_lanes()
Dhdmi.h263 u8 lane_polarity[4]; member
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi_phy.c74 phy->lane_polarity[lane] = pol; in hdmi_phy_parse_lanes()
117 pol_val |= phy->lane_polarity[0] << 0; in hdmi_phy_configure_lanes()
118 pol_val |= phy->lane_polarity[1] << 3; in hdmi_phy_configure_lanes()
119 pol_val |= phy->lane_polarity[2] << 2; in hdmi_phy_configure_lanes()
120 pol_val |= phy->lane_polarity[3] << 1; in hdmi_phy_configure_lanes()
Dhdmi.h251 u8 lane_polarity[4]; member
/Linux-v4.19/include/media/
Dv4l2-fwnode.h75 bool lane_polarity[2]; member
/Linux-v4.19/drivers/media/platform/omap3isp/
Disp.c2085 vep->bus.mipi_csi1.lane_polarity[0]; in isp_fwnode_parse()
2093 vep->bus.mipi_csi1.lane_polarity[1]; in isp_fwnode_parse()