Searched refs:dp_aux_ep_device (Results 1 – 4 of 4) sorted by relevance
23 struct dp_aux_ep_device { struct31 int (*probe)(struct dp_aux_ep_device *aux_ep); argument32 void (*remove)(struct dp_aux_ep_device *aux_ep);33 void (*shutdown)(struct dp_aux_ep_device *aux_ep);37 static inline struct dp_aux_ep_device *to_dp_aux_ep_dev(struct device *dev) in to_dp_aux_ep_dev()39 return container_of(dev, struct dp_aux_ep_device, dev); in to_dp_aux_ep_dev()
222 struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(panel->dev); in atana33xc20_get_modes()255 static int atana33xc20_probe(struct dp_aux_ep_device *aux_ep) in atana33xc20_probe()309 static void atana33xc20_remove(struct dp_aux_ep_device *aux_ep) in atana33xc20_remove()321 static void atana33xc20_shutdown(struct dp_aux_ep_device *aux_ep) in atana33xc20_shutdown()
5246 static int panel_simple_dp_aux_ep_probe(struct dp_aux_ep_device *aux_ep) in panel_simple_dp_aux_ep_probe()5257 static void panel_simple_dp_aux_ep_remove(struct dp_aux_ep_device *aux_ep) in panel_simple_dp_aux_ep_remove()5262 static void panel_simple_dp_aux_ep_shutdown(struct dp_aux_ep_device *aux_ep) in panel_simple_dp_aux_ep_shutdown()
50 struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev); in dp_aux_ep_probe()74 struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev); in dp_aux_ep_remove()207 struct dp_aux_ep_device *aux_ep; in of_dp_aux_populate_ep_devices()