Lines Matching refs:aux
176 void of_dp_aux_depopulate_ep_devices(struct drm_dp_aux *aux) in of_dp_aux_depopulate_ep_devices() argument
178 device_for_each_child_reverse(aux->dev, NULL, of_dp_aux_ep_destroy); in of_dp_aux_depopulate_ep_devices()
204 int of_dp_aux_populate_ep_devices(struct drm_dp_aux *aux) in of_dp_aux_populate_ep_devices() argument
211 WARN_ON_ONCE(!aux->ddc.algo); in of_dp_aux_populate_ep_devices()
213 if (!aux->dev->of_node) in of_dp_aux_populate_ep_devices()
216 bus = of_get_child_by_name(aux->dev->of_node, "aux-bus"); in of_dp_aux_populate_ep_devices()
227 aux_ep->aux = aux; in of_dp_aux_populate_ep_devices()
229 aux_ep->dev.parent = aux->dev; in of_dp_aux_populate_ep_devices()
233 dev_set_name(&aux_ep->dev, "aux-%s", dev_name(aux->dev)); in of_dp_aux_populate_ep_devices()
237 dev_err(aux->dev, "Failed to create AUX EP for %pOF: %d\n", np, ret); in of_dp_aux_populate_ep_devices()
273 int devm_of_dp_aux_populate_ep_devices(struct drm_dp_aux *aux) in devm_of_dp_aux_populate_ep_devices() argument
277 ret = of_dp_aux_populate_ep_devices(aux); in devm_of_dp_aux_populate_ep_devices()
281 return devm_add_action_or_reset(aux->dev, in devm_of_dp_aux_populate_ep_devices()
283 aux); in devm_of_dp_aux_populate_ep_devices()