Searched refs:aux_ep (Results 1 – 4 of 4) sorted by relevance
26 struct dp_aux_ep_device aux_ep; member57 container_of(aux_ep, struct dp_aux_ep_device_with_data, aux_ep); in dp_aux_ep_probe()64 ret = aux_ep_drv->probe(aux_ep); in dp_aux_ep_probe()89 aux_ep_drv->remove(aux_ep); in dp_aux_ep_probe()108 aux_ep_drv->remove(aux_ep); in dp_aux_ep_remove()159 container_of(aux_ep, struct dp_aux_ep_device_with_data, aux_ep); in dp_aux_ep_dev_release()258 struct dp_aux_ep_device *aux_ep; in of_dp_aux_populate_bus() local290 aux_ep = &aux_ep_with_data->aux_ep; in of_dp_aux_populate_bus()291 aux_ep->aux = aux; in of_dp_aux_populate_bus()292 aux_ep->dev.parent = aux->dev; in of_dp_aux_populate_bus()[all …]
245 struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(panel->dev); in atana33xc20_get_modes() local251 p->edid = drm_get_edid(connector, &aux_ep->aux->ddc); in atana33xc20_get_modes()278 static int atana33xc20_probe(struct dp_aux_ep_device *aux_ep) in atana33xc20_probe() argument281 struct device *dev = &aux_ep->dev; in atana33xc20_probe()289 panel->aux = aux_ep->aux; in atana33xc20_probe()322 ret = drm_panel_dp_aux_backlight(&panel->base, aux_ep->aux); in atana33xc20_probe()334 static void atana33xc20_remove(struct dp_aux_ep_device *aux_ep) in atana33xc20_remove() argument336 struct device *dev = &aux_ep->dev; in atana33xc20_remove()346 static void atana33xc20_shutdown(struct dp_aux_ep_device *aux_ep) in atana33xc20_shutdown() argument348 struct device *dev = &aux_ep->dev; in atana33xc20_shutdown()
1962 static int panel_edp_dp_aux_ep_probe(struct dp_aux_ep_device *aux_ep) in panel_edp_dp_aux_ep_probe() argument1966 id = of_match_node(platform_of_match, aux_ep->dev.of_node); in panel_edp_dp_aux_ep_probe()1970 return panel_edp_probe(&aux_ep->dev, id->data, aux_ep->aux); in panel_edp_dp_aux_ep_probe()1973 static void panel_edp_dp_aux_ep_remove(struct dp_aux_ep_device *aux_ep) in panel_edp_dp_aux_ep_remove() argument1975 panel_edp_remove(&aux_ep->dev); in panel_edp_dp_aux_ep_remove()1978 static void panel_edp_dp_aux_ep_shutdown(struct dp_aux_ep_device *aux_ep) in panel_edp_dp_aux_ep_shutdown() argument1980 panel_edp_shutdown(&aux_ep->dev); in panel_edp_dp_aux_ep_shutdown()
31 int (*probe)(struct dp_aux_ep_device *aux_ep);32 void (*remove)(struct dp_aux_ep_device *aux_ep);33 void (*shutdown)(struct dp_aux_ep_device *aux_ep);
Completed in 11 milliseconds