drm_dp_aux        551 include/drm/drm_dp_helper.h 	ssize_t (*transfer)(struct drm_dp_aux *aux,
drm_dp_aux        555 include/drm/drm_dp_helper.h ssize_t drm_dp_dpcd_read(struct drm_dp_aux *aux, unsigned int offset,
drm_dp_aux        557 include/drm/drm_dp_helper.h ssize_t drm_dp_dpcd_write(struct drm_dp_aux *aux, unsigned int offset,
drm_dp_aux        569 include/drm/drm_dp_helper.h static inline ssize_t drm_dp_dpcd_readb(struct drm_dp_aux *aux,
drm_dp_aux        584 include/drm/drm_dp_helper.h static inline ssize_t drm_dp_dpcd_writeb(struct drm_dp_aux *aux,
drm_dp_aux        590 include/drm/drm_dp_helper.h int drm_dp_dpcd_read_link_status(struct drm_dp_aux *aux,
drm_dp_aux        605 include/drm/drm_dp_helper.h int drm_dp_link_probe(struct drm_dp_aux *aux, struct drm_dp_link *link);
drm_dp_aux        606 include/drm/drm_dp_helper.h int drm_dp_link_power_up(struct drm_dp_aux *aux, struct drm_dp_link *link);
drm_dp_aux        607 include/drm/drm_dp_helper.h int drm_dp_link_configure(struct drm_dp_aux *aux, struct drm_dp_link *link);
drm_dp_aux        609 include/drm/drm_dp_helper.h int drm_dp_aux_register(struct drm_dp_aux *aux);
drm_dp_aux        610 include/drm/drm_dp_helper.h void drm_dp_aux_unregister(struct drm_dp_aux *aux);
drm_dp_aux         89 include/drm/drm_dp_mst_helper.h 	struct drm_dp_aux aux; /* i2c bus for this port? */
drm_dp_aux        421 include/drm/drm_dp_mst_helper.h 	struct drm_dp_aux *aux; /* auxch for this topology mgr to use */
drm_dp_aux        466 include/drm/drm_dp_mst_helper.h int drm_dp_mst_topology_mgr_init(struct drm_dp_mst_topology_mgr *mgr, struct device *dev, struct drm_dp_aux *aux, int max_dpcd_transaction_bytes, int max_payloads, int conn_base_id);