Searched refs:MAX_NUM_OF_DISPLAYS (Results 1 – 4 of 4) sorted by relevance
204 struct mod_hdcp_display displays[MAX_NUM_OF_DISPLAYS];515 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) in get_active_display_count()527 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) in get_first_active_display()541 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) in get_active_display_at_index()556 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) in get_empty_display_container()
54 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) { in is_cp_desired_hdcp1()75 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) { in is_cp_desired_hdcp2()
189 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) in mod_hdcp_hdcp1_destroy_session()322 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) { in mod_hdcp_hdcp1_enable_dp_stream_encryption()454 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) in mod_hdcp_hdcp2_destroy_session()817 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) { in mod_hdcp_hdcp2_enable_dp_stream_encryption()
35 #define MAX_NUM_OF_DISPLAYS 6 macro