Searched refs:drm_dp_aux (Results 1 – 3 of 3) sorted by relevance
/include/drm/ |
D | drm_dp_aux_bus.h | 27 struct drm_dp_aux *aux; 47 int of_dp_aux_populate_ep_devices(struct drm_dp_aux *aux); 48 void of_dp_aux_depopulate_ep_devices(struct drm_dp_aux *aux); 49 int devm_of_dp_aux_populate_ep_devices(struct drm_dp_aux *aux);
|
D | drm_dp_helper.h | 32 struct drm_dp_aux; 1504 void drm_dp_link_train_clock_recovery_delay(const struct drm_dp_aux *aux, 1507 void drm_dp_link_train_channel_eq_delay(const struct drm_dp_aux *aux, 1509 void drm_dp_lttpr_link_train_channel_eq_delay(const struct drm_dp_aux *aux, 1891 struct drm_dp_aux { struct 1977 ssize_t (*transfer)(struct drm_dp_aux *aux, argument 1998 ssize_t drm_dp_dpcd_read(struct drm_dp_aux *aux, unsigned int offset, argument 2000 ssize_t drm_dp_dpcd_write(struct drm_dp_aux *aux, unsigned int offset, 2012 static inline ssize_t drm_dp_dpcd_readb(struct drm_dp_aux *aux, in drm_dp_dpcd_readb() 2027 static inline ssize_t drm_dp_dpcd_writeb(struct drm_dp_aux *aux, in drm_dp_dpcd_writeb() [all …]
|
D | drm_dp_mst_helper.h | 142 struct drm_dp_aux aux; /* i2c bus for this port? */ 591 struct drm_dp_aux *aux; 774 struct drm_device *dev, struct drm_dp_aux *aux, 782 bool drm_dp_read_mst_cap(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE]); 833 ssize_t drm_dp_mst_dpcd_read(struct drm_dp_aux *aux, 835 ssize_t drm_dp_mst_dpcd_write(struct drm_dp_aux *aux, 871 struct drm_dp_aux *drm_dp_mst_dsc_aux_for_port(struct drm_dp_mst_port *port);
|