Lines Matching refs:display
293 struct mod_hdcp_link *link, struct mod_hdcp_display *display, in mod_hdcp_add_display() argument
299 HDCP_TOP_INTERFACE_TRACE_WITH_INDEX(hdcp, display->index); in mod_hdcp_add_display()
303 if (display->state != MOD_HDCP_DISPLAY_ACTIVE) { in mod_hdcp_add_display()
309 if (get_active_display_at_index(hdcp, display->index)) { in mod_hdcp_add_display()
334 *display_container = *display; in mod_hdcp_add_display()
355 struct mod_hdcp_display *display = NULL; in mod_hdcp_remove_display() local
361 display = get_active_display_at_index(hdcp, index); in mod_hdcp_remove_display()
362 if (!display) { in mod_hdcp_remove_display()
382 memset(display, 0, sizeof(struct mod_hdcp_display)); in mod_hdcp_remove_display()
401 struct mod_hdcp_display *display = NULL; in mod_hdcp_update_authentication() local
407 display = get_active_display_at_index(hdcp, index); in mod_hdcp_update_authentication()
408 if (!display) { in mod_hdcp_update_authentication()
416 memcmp(display_adjust, &display->adjust, in mod_hdcp_update_authentication()
435 display->adjust = *display_adjust; in mod_hdcp_update_authentication()
452 struct mod_hdcp_display *display = NULL; in mod_hdcp_query_display() local
455 display = get_active_display_at_index(hdcp, index); in mod_hdcp_query_display()
456 if (!display) { in mod_hdcp_query_display()
463 query->display = display; in mod_hdcp_query_display()
467 if (is_display_encryption_enabled(display)) { in mod_hdcp_query_display()