Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/selftests/
Dtest-drm_dp_mst_helper.c61 case DP_REMOTE_I2C_READ: in sideband_msg_req_equal()
159 case DP_REMOTE_I2C_READ: in sideband_msg_req_encode_decode()
232 in.req_type = DP_REMOTE_I2C_READ; in igt_dp_mst_sideband_msg_req_decode()
/Linux-v5.15/drivers/gpu/drm/
Ddrm_dp_mst_topology.c400 case DP_REMOTE_I2C_READ: in drm_dp_encode_sideband_req()
526 case DP_REMOTE_I2C_READ: in drm_dp_decode_sideband_req()
643 case DP_REMOTE_I2C_READ: in drm_dp_dump_sideband_msg_req_body()
713 case DP_REMOTE_I2C_READ: in drm_dp_mst_dump_sideband_msg_tx()
1046 case DP_REMOTE_I2C_READ: in drm_dp_sideband_parse_reply()
5625 msg.req_type = DP_REMOTE_I2C_READ; in drm_dp_mst_i2c_read()
/Linux-v5.15/include/drm/
Ddrm_dp_helper.h1448 #define DP_REMOTE_I2C_READ 0x22 macro