Home
last modified time | relevance | path

Searched refs:drm_dp_sideband_msg_req_body (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology_internal.h13 struct drm_dp_sideband_msg_req_body;
18 drm_dp_encode_sideband_req(const struct drm_dp_sideband_msg_req_body *req,
21 struct drm_dp_sideband_msg_req_body *req);
23 drm_dp_dump_sideband_msg_req_body(const struct drm_dp_sideband_msg_req_body *req,
H A Ddrm_dp_mst_topology.c61 struct drm_dp_sideband_msg_req_body msg;
702 struct drm_dp_sideband_msg_req_body req; in drm_dp_mst_dump_sideband_msg_tx()
1156 struct drm_dp_sideband_msg_req_body req; in build_dpcd_write()
1168 struct drm_dp_sideband_msg_req_body req; in build_link_address()
1176 struct drm_dp_sideband_msg_req_body req; in build_clear_payload_id_table()
1186 struct drm_dp_sideband_msg_req_body req; in build_enum_path_resources()
1201 struct drm_dp_sideband_msg_req_body req; in build_allocate_payload()
1218 struct drm_dp_sideband_msg_req_body req; in build_power_updown_phy()
1234 struct drm_dp_sideband_msg_req_body req; in build_query_stream_enc_status()
2724 struct drm_dp_sideband_msg_req_body req; in build_dpcd_read()
[all …]
/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_dp_mst_helper_test.c219 const struct drm_dp_sideband_msg_req_body in;
427 sideband_msg_req_equal(const struct drm_dp_sideband_msg_req_body *in, in sideband_msg_req_equal()
428 const struct drm_dp_sideband_msg_req_body *out) in sideband_msg_req_equal()
511 const struct drm_dp_sideband_msg_req_body *in = &params->in; in drm_test_dp_mst_sideband_msg_req_decode()
512 struct drm_dp_sideband_msg_req_body *out; in drm_test_dp_mst_sideband_msg_req_decode()
/linux-6.15/include/drm/display/
H A Ddrm_dp_mst_helper.h444 struct drm_dp_sideband_msg_req_body { struct