anxdp_connector
struct anxdp_connector *anxdp_connector = to_anxdp_connector(connector);
struct anxdp_softc *sc = anxdp_connector->sc;
struct anxdp_connector *anxdp_connector = to_anxdp_connector(connector);
struct anxdp_softc *sc = anxdp_connector->sc;
struct anxdp_connector *anxdp_connector = &sc->sc_connector;
struct drm_connector *connector = &anxdp_connector->base;
anxdp_connector->sc = sc;
struct anxdp_connector sc_connector;
#define to_anxdp_connector(x) container_of(x, struct anxdp_connector, base)