Searched refs:drm_dp_aux_msg (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_dp_helper.c171 * Transactions are described using a hardware-independent drm_dp_aux_msg
179 struct drm_dp_aux_msg msg; drm_dp_dpcd_access()
432 static void drm_dp_i2c_msg_write_status_update(struct drm_dp_aux_msg *msg) drm_dp_i2c_msg_write_status_update()
457 static int drm_dp_aux_req_duration(const struct drm_dp_aux_msg *msg) drm_dp_aux_req_duration()
468 static int drm_dp_aux_reply_duration(const struct drm_dp_aux_msg *msg) drm_dp_aux_reply_duration()
496 static int drm_dp_i2c_msg_duration(const struct drm_dp_aux_msg *msg, drm_dp_i2c_msg_duration()
510 static int drm_dp_i2c_retry_count(const struct drm_dp_aux_msg *msg, drm_dp_i2c_retry_count()
537 static int drm_dp_i2c_do_msg(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg) drm_dp_i2c_do_msg()
631 static void drm_dp_i2c_msg_set_request(struct drm_dp_aux_msg *msg, drm_dp_i2c_msg_set_request()
644 static int drm_dp_i2c_drain_msg(struct drm_dp_aux *aux, struct drm_dp_aux_msg *orig_msg) drm_dp_i2c_drain_msg()
647 struct drm_dp_aux_msg msg = *orig_msg; drm_dp_i2c_drain_msg()
683 struct drm_dp_aux_msg msg; drm_dp_i2c_xfer()
/linux-4.4.14/drivers/gpu/drm/msm/edp/
H A Dedp_aux.c41 static int edp_msg_fifo_tx(struct edp_aux *aux, struct drm_dp_aux_msg *msg) edp_msg_fifo_tx()
88 static int edp_msg_fifo_rx(struct edp_aux *aux, struct drm_dp_aux_msg *msg) edp_msg_fifo_rx()
119 struct drm_dp_aux_msg *msg) edp_aux_transfer()
/linux-4.4.14/include/drm/
H A Ddrm_dp_helper.h653 * struct drm_dp_aux_msg - DisplayPort AUX channel transaction
660 struct drm_dp_aux_msg { struct
683 * are executed via the .transfer() function. A pointer to a drm_dp_aux_msg
702 * only modifies the reply field of the drm_dp_aux_msg structure. The
711 struct drm_dp_aux_msg *msg);
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_dp_auxch.c55 radeon_dp_aux_transfer_native(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg) radeon_dp_aux_transfer_native()
H A Datombios_dp.c161 radeon_dp_aux_transfer_atom(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg) radeon_dp_aux_transfer_atom()
H A Dradeon_mode.h766 radeon_dp_aux_transfer_native(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg);
/linux-4.4.14/drivers/gpu/drm/tegra/
H A Ddpaux.c104 struct drm_dp_aux_msg *msg) tegra_dpaux_transfer()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Datombios_dp.c128 amdgpu_atombios_dp_aux_transfer(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg) amdgpu_atombios_dp_aux_transfer()
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c986 nouveau_connector_aux_xfer(struct drm_dp_aux *obj, struct drm_dp_aux_msg *msg) nouveau_connector_aux_xfer()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_dp.c939 intel_dp_aux_transfer(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg) intel_dp_aux_transfer()

Completed in 1431 milliseconds