Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/
Ddrm_dp_aux_bus.c273 int devm_of_dp_aux_populate_ep_devices(struct drm_dp_aux *aux) in devm_of_dp_aux_populate_ep_devices() function
285 EXPORT_SYMBOL_GPL(devm_of_dp_aux_populate_ep_devices);
/Linux-v5.15/include/drm/
Ddrm_dp_aux_bus.h49 int devm_of_dp_aux_populate_ep_devices(struct drm_dp_aux *aux);
/Linux-v5.15/drivers/gpu/drm/bridge/
Dti-sn65dsi86.c579 ret = devm_of_dp_aux_populate_ep_devices(&pdata->aux); in ti_sn_aux_probe()