Home
last modified time | relevance | path

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

/drivers/gpu/drm/display/
A Ddrm_dp_aux_bus.c57 struct dp_aux_ep_device_with_data *aux_ep_with_data = in dp_aux_ep_probe() local
69 if (aux_ep_with_data->done_probing) { in dp_aux_ep_probe()
70 ret = aux_ep_with_data->done_probing(aux_ep->aux); in dp_aux_ep_probe()
159 struct dp_aux_ep_device_with_data *aux_ep_with_data = in dp_aux_ep_dev_release() local
162 kfree(aux_ep_with_data); in dp_aux_ep_dev_release()
260 struct dp_aux_ep_device_with_data *aux_ep_with_data; in of_dp_aux_populate_bus() local
283 aux_ep_with_data = kzalloc(sizeof(*aux_ep_with_data), GFP_KERNEL); in of_dp_aux_populate_bus()
284 if (!aux_ep_with_data) { in of_dp_aux_populate_bus()
289 aux_ep_with_data->done_probing = done_probing; in of_dp_aux_populate_bus()
291 aux_ep = &aux_ep_with_data->aux_ep; in of_dp_aux_populate_bus()

Completed in 5 milliseconds