Searched refs:dp_data (Results 1 – 4 of 4) sorted by relevance
468 struct typec_displayport_data dp_data; in cros_typec_enable_dp() local483 dp_data.status = DP_STATUS_ENABLED; in cros_typec_enable_dp()485 dp_data.status |= DP_STATUS_IRQ_HPD; in cros_typec_enable_dp()487 dp_data.status |= DP_STATUS_HPD_STATE; in cros_typec_enable_dp()490 dp_data.conf = DP_CONF_SET_PIN_ASSIGN(pd_ctrl->dp_mode); in cros_typec_enable_dp()498 port->state.data = &dp_data; in cros_typec_enable_dp()
616 const struct rockchip_dp_chip_data *dp_data; in rockchip_dp_probe() local622 dp_data = of_device_get_match_data(dev); in rockchip_dp_probe()623 if (!dp_data) in rockchip_dp_probe()639 while (is_rockchip(dp_data[i].chip_type)) in rockchip_dp_probe()650 dp->data = &dp_data[id]; in rockchip_dp_probe()
1092 struct cdn_dp_data *dp_data; in cdn_dp_probe() local1104 dp_data = (struct cdn_dp_data *)match->data; in cdn_dp_probe()1106 for (i = 0; i < dp_data->max_phy; i++) { in cdn_dp_probe()
42 struct tegra_dp_priv dp_data; variable