Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-hdcp.c374 hdcp->remaining_times = hdcp->retry_times; in dw_hdmi_hdcp_start()
555 if (hdcp->remaining_times > 1) in dw_hdmi_hdcp_isr()
556 hdcp->remaining_times--; in dw_hdmi_hdcp_isr()
557 else if (hdcp->remaining_times == 1) in dw_hdmi_hdcp_isr()
638 hdcp->remaining_times = hdcp->retry_times; in hdcp_trytimes_write()
H A Ddw-hdmi-hdcp.h33 int remaining_times; member