Lines Matching refs:msg_id
292 u8 msg_id; member
297 u8 msg_id; member
365 u8 msg_id, bool *msg_ready) in hdcp2_detect_msg_availability() argument
375 switch (msg_id) { in hdcp2_detect_msg_availability()
390 "Unidentified msg_id: %d\n", msg_id); in hdcp2_detect_msg_availability()
405 u8 msg_id = hdcp2_msg_data->msg_id; in intel_dp_hdcp2_wait_for_msg() local
409 if (msg_id == HDCP_2_2_AKE_SEND_HPRIME && !hdcp->is_paired) in intel_dp_hdcp2_wait_for_msg()
427 ret = hdcp2_detect_msg_availability(connector, msg_id, in intel_dp_hdcp2_wait_for_msg()
436 hdcp2_msg_data->msg_id, ret, timeout); in intel_dp_hdcp2_wait_for_msg()
441 static const struct hdcp2_dp_msg_data *get_hdcp2_dp_msg_data(u8 msg_id) in get_hdcp2_dp_msg_data() argument
446 if (hdcp2_dp_msg_data[i].msg_id == msg_id) in get_hdcp2_dp_msg_data()
516 u8 msg_id, void *buf, size_t size) in intel_dp_hdcp2_read_msg() argument
531 hdcp2_msg_data = get_hdcp2_dp_msg_data(msg_id); in intel_dp_hdcp2_read_msg()
545 if (msg_id == HDCP_2_2_REP_SEND_RECVID_LIST) { in intel_dp_hdcp2_read_msg()
573 msg_id, ret); in intel_dp_hdcp2_read_msg()
587 msg_id, hdcp2_msg_data->msg_read_timeout); in intel_dp_hdcp2_read_msg()
593 *byte = msg_id; in intel_dp_hdcp2_read_msg()
615 stream_type_msg.msg_id = HDCP_2_2_ERRATA_DP_STREAM_TYPE; in intel_dp_hdcp2_config_stream_type()