Symbol: drm_dp_aux_msg
sys/dev/drm/amd/amdgpu/atombios_dp.c
127
amdgpu_atombios_dp_aux_transfer(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
83
struct drm_dp_aux_msg *msg)
sys/dev/drm/drm_dp_helper.c
221
struct drm_dp_aux_msg msg;
sys/dev/drm/drm_dp_helper.c
676
static void drm_dp_i2c_msg_write_status_update(struct drm_dp_aux_msg *msg)
sys/dev/drm/drm_dp_helper.c
701
static int drm_dp_aux_req_duration(const struct drm_dp_aux_msg *msg)
sys/dev/drm/drm_dp_helper.c
712
static int drm_dp_aux_reply_duration(const struct drm_dp_aux_msg *msg)
sys/dev/drm/drm_dp_helper.c
740
static int drm_dp_i2c_msg_duration(const struct drm_dp_aux_msg *msg,
sys/dev/drm/drm_dp_helper.c
754
static int drm_dp_i2c_retry_count(const struct drm_dp_aux_msg *msg,
sys/dev/drm/drm_dp_helper.c
781
static int drm_dp_i2c_do_msg(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg)
sys/dev/drm/drm_dp_helper.c
886
static void drm_dp_i2c_msg_set_request(struct drm_dp_aux_msg *msg,
sys/dev/drm/drm_dp_helper.c
899
static int drm_dp_i2c_drain_msg(struct drm_dp_aux *aux, struct drm_dp_aux_msg *orig_msg)
sys/dev/drm/drm_dp_helper.c
902
struct drm_dp_aux_msg msg = *orig_msg;
sys/dev/drm/drm_dp_helper.c
938
struct drm_dp_aux_msg msg;
sys/dev/drm/i915/intel_dp.c
1431
const struct drm_dp_aux_msg *msg)
sys/dev/drm/i915/intel_dp.c
1440
intel_dp_aux_transfer(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg)
sys/dev/drm/i915/intel_dp.c
5342
static const struct drm_dp_aux_msg msg = {
sys/dev/drm/include/drm/drm_dp_helper.h
1150
struct drm_dp_aux_msg *msg);
sys/dev/drm/radeon/atombios_dp.c
159
radeon_dp_aux_transfer_atom(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg)
sys/dev/drm/radeon/radeon_dp_auxch.c
55
radeon_dp_aux_transfer_native(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg)
sys/dev/drm/radeon/radeon_mode.h
763
radeon_dp_aux_transfer_native(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg);