rockchip_dp_device
static int rockchip_dp_pre_init(struct rockchip_dp_device *dp)
struct rockchip_dp_device *dp = pdata_encoder_to_dp(plat_data);
struct rockchip_dp_device *dp = pdata_encoder_to_dp(plat_data);
struct rockchip_dp_device *dp = encoder_to_dp(encoder);
struct rockchip_dp_device *dp = encoder_to_dp(encoder);
static int rockchip_dp_of_probe(struct rockchip_dp_device *dp)
static int rockchip_dp_drm_create_encoder(struct rockchip_dp_device *dp)
struct rockchip_dp_device *dp = dev_get_drvdata(dev);
struct rockchip_dp_device *dp = dev_get_drvdata(dev);
struct rockchip_dp_device *dp;
struct rockchip_dp_device *dp = dev_get_drvdata(dev);
struct rockchip_dp_device *dp = dev_get_drvdata(dev);
static struct rockchip_dp_device *encoder_to_dp(struct drm_encoder *encoder)
return container_of(rkencoder, struct rockchip_dp_device, encoder);
static struct rockchip_dp_device *pdata_encoder_to_dp(struct analogix_dp_plat_data *plat_data)
return container_of(plat_data, struct rockchip_dp_device, plat_data);