Searched refs:get_device_count (Results 1 – 2 of 2) sorted by relevance
132 static inline uint8_t get_device_count(struct mod_hdcp *hdcp) in get_device_count() function142 if (get_device_count(hdcp) == 0) in check_device_count()145 hdcp->connection.trace.hdcp1.downstream_device_count = get_device_count(hdcp); in check_device_count()152 return ((1 + get_device_count(hdcp)) < get_active_display_count(hdcp)) ? in check_device_count()357 device_count = get_device_count(hdcp); in read_ksv_list()
202 static inline uint8_t get_device_count(struct mod_hdcp *hdcp) in get_device_count() function213 if (get_device_count(hdcp) == 0) in check_device_count()216 trace->hdcp2.downstream_device_count = get_device_count(hdcp); in check_device_count()225 return ((1 + get_device_count(hdcp)) < get_active_display_count(hdcp)) ? in check_device_count()