vc4_txp            80 drivers/gpu/drm/vc4/vc4_drv.h 	struct vc4_txp *txp;
vc4_txp           156 drivers/gpu/drm/vc4/vc4_txp.c static inline struct vc4_txp *encoder_to_vc4_txp(struct drm_encoder *encoder)
vc4_txp           158 drivers/gpu/drm/vc4/vc4_txp.c 	return container_of(encoder, struct vc4_txp, connector.encoder);
vc4_txp           161 drivers/gpu/drm/vc4/vc4_txp.c static inline struct vc4_txp *connector_to_vc4_txp(struct drm_connector *conn)
vc4_txp           163 drivers/gpu/drm/vc4/vc4_txp.c 	return container_of(conn, struct vc4_txp, connector.base);
vc4_txp           267 drivers/gpu/drm/vc4/vc4_txp.c 	struct vc4_txp *txp = connector_to_vc4_txp(conn);
vc4_txp           337 drivers/gpu/drm/vc4/vc4_txp.c 	struct vc4_txp *txp = encoder_to_vc4_txp(encoder);
vc4_txp           360 drivers/gpu/drm/vc4/vc4_txp.c 	struct vc4_txp *txp = data;
vc4_txp           374 drivers/gpu/drm/vc4/vc4_txp.c 	struct vc4_txp *txp;
vc4_txp           421 drivers/gpu/drm/vc4/vc4_txp.c 	struct vc4_txp *txp = dev_get_drvdata(dev);