Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_dp_mst_helper_test.c363 .req_type = DP_REMOTE_I2C_WRITE,
370 .req_type = DP_REMOTE_I2C_WRITE,
377 .req_type = DP_REMOTE_I2C_WRITE,
482 case DP_REMOTE_I2C_WRITE: in sideband_msg_req_equal()
546 case DP_REMOTE_I2C_WRITE: in drm_test_dp_mst_sideband_msg_req_decode()
/linux-6.15/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c434 case DP_REMOTE_I2C_WRITE: in drm_dp_encode_sideband_req()
575 case DP_REMOTE_I2C_WRITE: in drm_dp_decode_sideband_req()
673 case DP_REMOTE_I2C_WRITE: in drm_dp_dump_sideband_msg_req_body()
729 case DP_REMOTE_I2C_WRITE: in drm_dp_mst_dump_sideband_msg_tx()
1060 case DP_REMOTE_I2C_WRITE: in drm_dp_sideband_parse_reply()
5895 msg.req_type = DP_REMOTE_I2C_WRITE; in drm_dp_mst_i2c_write()
/linux-6.15/include/drm/display/
H A Ddrm_dp.h1633 #define DP_REMOTE_I2C_WRITE 0x23 macro