Home
last modified time | relevance | path

Searched refs:DP_REMOTE_I2C_READ (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/selftests/
Dtest-drm_dp_mst_helper.c61 case DP_REMOTE_I2C_READ: in sideband_msg_req_equal()
148 case DP_REMOTE_I2C_READ: in sideband_msg_req_encode_decode()
218 in.req_type = DP_REMOTE_I2C_READ; in igt_dp_mst_sideband_msg_req_decode()
/Linux-v5.10/drivers/gpu/drm/
Ddrm_dp_mst_topology.c396 case DP_REMOTE_I2C_READ: in drm_dp_encode_sideband_req()
522 case DP_REMOTE_I2C_READ: in drm_dp_decode_sideband_req()
639 case DP_REMOTE_I2C_READ: in drm_dp_dump_sideband_msg_req_body()
709 case DP_REMOTE_I2C_READ: in drm_dp_mst_dump_sideband_msg_tx()
1040 case DP_REMOTE_I2C_READ: in drm_dp_sideband_parse_reply()
5528 msg.req_type = DP_REMOTE_I2C_READ; in drm_dp_mst_i2c_read()
/Linux-v5.10/include/drm/
Ddrm_dp_helper.h1135 #define DP_REMOTE_I2C_READ 0x22 macro