Searched refs:aux_ep (Results 1 – 3 of 3) sorted by relevance
227 struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(panel->dev); in atana33xc20_get_modes() local233 p->drm_edid = drm_edid_read_ddc(connector, &aux_ep->aux->ddc); in atana33xc20_get_modes()263 static int atana33xc20_probe(struct dp_aux_ep_device *aux_ep) in atana33xc20_probe() argument266 struct device *dev = &aux_ep->dev; in atana33xc20_probe()274 panel->aux = aux_ep->aux; in atana33xc20_probe()307 ret = drm_panel_dp_aux_backlight(&panel->base, aux_ep->aux); in atana33xc20_probe()324 static void atana33xc20_remove(struct dp_aux_ep_device *aux_ep) in atana33xc20_remove() argument326 struct device *dev = &aux_ep->dev; in atana33xc20_remove()
2064 static int panel_edp_dp_aux_ep_probe(struct dp_aux_ep_device *aux_ep) in panel_edp_dp_aux_ep_probe() argument2068 id = of_match_node(platform_of_match, aux_ep->dev.of_node); in panel_edp_dp_aux_ep_probe()2072 return panel_edp_probe(&aux_ep->dev, id->data, aux_ep->aux); in panel_edp_dp_aux_ep_probe()2075 static void panel_edp_dp_aux_ep_remove(struct dp_aux_ep_device *aux_ep) in panel_edp_dp_aux_ep_remove() argument2077 panel_edp_remove(&aux_ep->dev); in panel_edp_dp_aux_ep_remove()2080 static void panel_edp_dp_aux_ep_shutdown(struct dp_aux_ep_device *aux_ep) in panel_edp_dp_aux_ep_shutdown() argument2082 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);