Home
last modified time | relevance | path

Searched refs:drm_dp_aux_msg (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/drm/
HDdrm_dp_helper.c185 struct drm_dp_aux_msg msg; in drm_dp_dpcd_access()
632 static void drm_dp_i2c_msg_write_status_update(struct drm_dp_aux_msg *msg) in drm_dp_i2c_msg_write_status_update()
657 static int drm_dp_aux_req_duration(const struct drm_dp_aux_msg *msg) in drm_dp_aux_req_duration()
668 static int drm_dp_aux_reply_duration(const struct drm_dp_aux_msg *msg) in drm_dp_aux_reply_duration()
696 static int drm_dp_i2c_msg_duration(const struct drm_dp_aux_msg *msg, in drm_dp_i2c_msg_duration()
710 static int drm_dp_i2c_retry_count(const struct drm_dp_aux_msg *msg, in drm_dp_i2c_retry_count()
737 static int drm_dp_i2c_do_msg(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg) in drm_dp_i2c_do_msg()
841 static void drm_dp_i2c_msg_set_request(struct drm_dp_aux_msg *msg, in drm_dp_i2c_msg_set_request()
854 static int drm_dp_i2c_drain_msg(struct drm_dp_aux *aux, struct drm_dp_aux_msg *orig_msg) in drm_dp_i2c_drain_msg()
857 struct drm_dp_aux_msg msg = *orig_msg; in drm_dp_i2c_drain_msg()
[all …]
/dragonfly/sys/dev/drm/radeon/
HDradeon_dp_auxch.c55 radeon_dp_aux_transfer_native(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg) in radeon_dp_aux_transfer_native()
HDatombios_dp.c159 radeon_dp_aux_transfer_atom(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg) in radeon_dp_aux_transfer_atom()
HDradeon_mode.h769 radeon_dp_aux_transfer_native(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg);
/dragonfly/sys/dev/drm/include/drm/
HDdrm_dp_helper.h990 struct drm_dp_aux_msg { struct
1047 struct drm_dp_aux_msg *msg);
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
HDamdgpu_dm_mst_types.c83 struct drm_dp_aux_msg *msg) in dm_dp_aux_transfer()
/dragonfly/sys/dev/drm/amd/amdgpu/
HDatombios_dp.c127 amdgpu_atombios_dp_aux_transfer(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg) in amdgpu_atombios_dp_aux_transfer()
/dragonfly/sys/dev/drm/i915/
HDintel_dp.c1220 intel_dp_aux_transfer(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg) in intel_dp_aux_transfer()