Home
last modified time | relevance | path

Searched refs:get_device_count (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/amd/display/modules/hdcp/
A Dhdcp1_execution.c125 static inline uint8_t get_device_count(struct mod_hdcp *hdcp) in get_device_count() function
135 if (get_device_count(hdcp) == 0) in check_device_count()
143 return ((1 + get_device_count(hdcp)) < get_active_display_count(hdcp)) ? in check_device_count()
348 device_count = get_device_count(hdcp); in read_ksv_list()
A Dhdcp2_execution.c196 static inline uint8_t get_device_count(struct mod_hdcp *hdcp) in get_device_count() function
205 if (get_device_count(hdcp) == 0) in check_device_count()
212 return ((1 + get_device_count(hdcp)) < get_active_display_count(hdcp)) ? in check_device_count()

Completed in 9 milliseconds