dp_aux_ep_device
struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev);
struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev);
struct dp_aux_ep_device *aux_ep;
struct dp_aux_ep_device aux_ep;
struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(dev);
static int panel_edp_dp_aux_ep_probe(struct dp_aux_ep_device *aux_ep)
static void panel_edp_dp_aux_ep_remove(struct dp_aux_ep_device *aux_ep)
static void panel_edp_dp_aux_ep_shutdown(struct dp_aux_ep_device *aux_ep)
struct dp_aux_ep_device *aux_ep = to_dp_aux_ep_dev(panel->dev);
static int atana33xc20_probe(struct dp_aux_ep_device *aux_ep)
static void atana33xc20_remove(struct dp_aux_ep_device *aux_ep)
int (*probe)(struct dp_aux_ep_device *aux_ep);
void (*remove)(struct dp_aux_ep_device *aux_ep);
void (*shutdown)(struct dp_aux_ep_device *aux_ep);
static inline struct dp_aux_ep_device *to_dp_aux_ep_dev(struct device *dev)
return container_of(dev, struct dp_aux_ep_device, dev);