Searched refs:rx_info (Results 1 – 4 of 4) sorted by relevance
479 u8 *rx_info = byte; in get_receiver_id_list_rx_info() local483 (void *)rx_info, HDCP_2_2_RXINFO_LEN); in get_receiver_id_list_rx_info()487 *dev_cnt = (HDCP_2_2_DEV_COUNT_HI(rx_info[0]) << 4 | in get_receiver_id_list_rx_info()488 HDCP_2_2_DEV_COUNT_LO(rx_info[1])); in get_receiver_id_list_rx_info()
1623 u8 *rx_info; in hdcp2_authenticate_repeater_topology() local1631 rx_info = msgs.recvid_list.rx_info; in hdcp2_authenticate_repeater_topology()1633 if (HDCP_2_2_MAX_CASCADE_EXCEEDED(rx_info[1]) || in hdcp2_authenticate_repeater_topology()1634 HDCP_2_2_MAX_DEVS_EXCEEDED(rx_info[1])) { in hdcp2_authenticate_repeater_topology()1644 !HDCP_2_2_HDCP1_DEVICE_CONNECTED(rx_info[1]) && in hdcp2_authenticate_repeater_topology()1645 !HDCP_2_2_HDCP_2_0_REP_CONNECTED(rx_info[1]); in hdcp2_authenticate_repeater_topology()1663 device_cnt = (HDCP_2_2_DEV_COUNT_HI(rx_info[0]) << 4 | in hdcp2_authenticate_repeater_topology()1664 HDCP_2_2_DEV_COUNT_LO(rx_info[1])); in hdcp2_authenticate_repeater_topology()
447 memcpy(verify_repeater_in.rx_info, rep_topology->rx_info, in gsc_hdcp_repeater_check_flow_prepare_ack()
202 u8 rx_info[HDCP_2_2_RXINFO_LEN]; member