Home
last modified time | relevance | path

Searched refs:DP_SIDEBAND_REPLY_NAK (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/
Ddrm_dp_mst_topology.c635 if (msg->reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_sideband_parse_reply()
2127 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_link_address()
2178 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_enum_path_resources()
2290 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_payload_send_msg()
2323 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_power_updown_phy()
2613 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_dpcd_write()
2936 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_mst_handle_down_rep()
4080 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_mst_i2c_xfer()
/Linux-v5.4/include/drm/
Ddrm_dp_helper.h1020 #define DP_SIDEBAND_REPLY_NAK 0x01 macro