Home
last modified time | relevance | path

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

/linux-6.1.9/include/drm/display/
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()
/linux-6.1.9/drivers/gpu/drm/display/
Ddrm_dp_aux_bus.c249 int of_dp_aux_populate_bus(struct drm_dp_aux *aux, in of_dp_aux_populate_bus() function
316 EXPORT_SYMBOL_GPL(of_dp_aux_populate_bus);
341 ret = of_dp_aux_populate_bus(aux, done_probing); in devm_of_dp_aux_populate_bus()
/linux-6.1.9/drivers/gpu/drm/msm/dp/
Ddp_display.c1560 rc = of_dp_aux_populate_bus(dp_priv->aux, NULL); in dp_display_get_next_bridge()