anxedp_connector
struct anxedp_connector *anxedp_connector = to_anxedp_connector(connector);
struct anxedp_softc * const sc = anxedp_connector->sc;
struct anxedp_connector *anxedp_connector = to_anxedp_connector(connector);
return anxedp_connector->encoder;
struct anxedp_connector *anxedp_connector = &sc->sc_connector;
struct drm_connector *connector = &anxedp_connector->base;
anxedp_connector->sc = sc;
struct anxedp_connector sc_connector;
#define to_anxedp_connector(x) container_of(x, struct anxedp_connector, base)