Searched refs:reply_type (Results 1 – 2 of 2) sorted by relevance
320 buf[idx++] = (rep->reply_type & 0x1) << 7 | (rep->req_type & 0x7f); in drm_dp_encode_sideband_reply()566 msg->reply_type = (raw->msg[0] & 0x80) >> 7; in drm_dp_sideband_parse_reply()569 if (msg->reply_type) { in drm_dp_sideband_parse_reply()1616 if (txmsg->reply.reply_type == 1) in drm_dp_send_link_address()1667 if (txmsg->reply.reply_type == 1) in drm_dp_send_enum_path_resources()1757 if (txmsg->reply.reply_type == 1) { in drm_dp_payload_send_msg()1791 if (txmsg->reply.reply_type == 1) in drm_dp_send_power_updown_phy()2028 if (txmsg->reply.reply_type == 1) { in drm_dp_send_dpcd_write()2043 reply.reply_type = 0; in drm_dp_encode_up_ack_reply()2350 if (txmsg->reply.reply_type == 1) { in drm_dp_mst_handle_down_rep()[all …]
338 u8 reply_type; member