Home
last modified time | relevance | path

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

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