Home
last modified time | relevance | path

Searched refs:of_dp_aux_populate_bus (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/drm/display/
H A Ddrm_dp_aux_bus.h47 int of_dp_aux_populate_bus(struct drm_dp_aux *aux,
58 ret = of_dp_aux_populate_bus(aux, NULL); in of_dp_aux_populate_ep_devices()
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_aux_bus.c254 int of_dp_aux_populate_bus(struct drm_dp_aux *aux, in of_dp_aux_populate_bus() function
321 EXPORT_SYMBOL_GPL(of_dp_aux_populate_bus);
346 ret = of_dp_aux_populate_bus(aux, done_probing); in devm_of_dp_aux_populate_bus()
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_display.c1517 rc = of_dp_aux_populate_bus(dp_priv->aux, NULL); in dp_display_get_next_bridge()