Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp1_execution.c124 static inline uint8_t get_device_count(struct mod_hdcp *hdcp) in get_device_count() function
134 if (0 == get_device_count(hdcp)) { 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()
Dhdcp2_execution.c202 static inline uint8_t get_device_count(struct mod_hdcp *hdcp) in get_device_count() function
211 if (0 == get_device_count(hdcp)) { in check_device_count()
219 return ((1 + get_device_count(hdcp)) < get_active_display_count(hdcp)) ? in check_device_count()