HomeSort by: relevance | last modified time | path
    Searched refs:drm_dp_aux_msg (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_helper.c 222 * Transactions are described using a hardware-independent drm_dp_aux_msg
230 struct drm_dp_aux_msg msg;
568 static void drm_dp_i2c_msg_write_status_update(struct drm_dp_aux_msg *msg)
593 static int drm_dp_aux_req_duration(const struct drm_dp_aux_msg *msg)
604 static int drm_dp_aux_reply_duration(const struct drm_dp_aux_msg *msg)
632 static int drm_dp_i2c_msg_duration(const struct drm_dp_aux_msg *msg,
646 static int drm_dp_i2c_retry_count(const struct drm_dp_aux_msg *msg,
673 static int drm_dp_i2c_do_msg(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg)
778 static void drm_dp_i2c_msg_set_request(struct drm_dp_aux_msg *msg,
792 static int drm_dp_i2c_drain_msg(struct drm_dp_aux *aux, struct drm_dp_aux_msg *orig_msg
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_dp_auxch.c 60 radeon_dp_aux_transfer_native(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg)
radeon_atombios_dp.c 166 radeon_dp_aux_transfer_atom(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg)
radeon_mode.h 764 radeon_dp_aux_transfer_native(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_helper.h 1326 * struct drm_dp_aux_msg - DisplayPort AUX channel transaction
1333 struct drm_dp_aux_msg { struct
1377 * are executed via the .transfer() function. A pointer to a drm_dp_aux_msg
1396 * only modifies the reply field of the drm_dp_aux_msg structure. The
1408 struct drm_dp_aux_msg *msg);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios_dp.c 132 amdgpu_atombios_dp_aux_transfer(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_mst_types.c 97 struct drm_dp_aux_msg *msg)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_connector.c 1209 nouveau_connector_aux_xfer(struct drm_dp_aux *obj, struct drm_dp_aux_msg *msg)
  /src/sys/dev/ic/
anx_dp.c 904 anxdp_dp_aux_transfer(struct drm_dp_aux *dpaux, struct drm_dp_aux_msg *dpmsg)
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp.c 1536 const struct drm_dp_aux_msg *msg)
1545 intel_dp_aux_transfer(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg)
5944 static const struct drm_dp_aux_msg msg = {

Completed in 25 milliseconds