Searched refs:rockchip_lvds (Results 1 – 16 of 16) sorted by relevance
90 struct rockchip_lvds;93 void (*enable)(struct rockchip_lvds *lvds, int pipe);94 void (*disable)(struct rockchip_lvds *lvds);97 struct rockchip_lvds { struct113 struct rockchip_lvds *lvds = dev_get_priv(conn->dev); in rockchip_lvds_connector_init() argument157 struct rockchip_lvds *lvds = dev_get_priv(conn->dev); in rockchip_lvds_connector_enable()179 struct rockchip_lvds *lvds = dev_get_priv(conn->dev); in rockchip_lvds_connector_disable()197 struct rockchip_lvds *lvds = dev_get_priv(dev); in rockchip_lvds_probe()214 static void px30_lvds_enable(struct rockchip_lvds *lvds, int pipe) in px30_lvds_enable()222 static void px30_lvds_disable(struct rockchip_lvds *lvds) in px30_lvds_disable()[all …]
34 obj-$(CONFIG_DRM_ROCKCHIP_LVDS) += rockchip_lvds.o
92 struct rockchip_lvds;95 int (*probe)(struct rockchip_lvds *lvds);96 void (*enable)(struct rockchip_lvds *lvds);97 void (*disable)(struct rockchip_lvds *lvds);100 struct rockchip_lvds { struct112 struct rockchip_lvds *primary; argument113 struct rockchip_lvds *secondary; argument123 static inline struct rockchip_lvds *connector_to_lvds(struct drm_connector *c) in connector_to_lvds() argument125 return container_of(c, struct rockchip_lvds, connector); in connector_to_lvds()128 static inline struct rockchip_lvds *encoder_to_lvds(struct drm_encoder *e) in encoder_to_lvds()[all …]
26 rockchipdrm-$(CONFIG_ROCKCHIP_LVDS) += rockchip_lvds.o