Home
last modified time | relevance | path

Searched refs:remaining_times (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-hdcp.h33 int remaining_times; member
H A Ddw-hdmi-hdcp.c381 hdcp->remaining_times = hdcp->retry_times; in dw_hdmi_hdcp_start()
540 if (hdcp->remaining_times > 1) { in dw_hdmi_hdcp_isr()
541 hdcp->remaining_times--; in dw_hdmi_hdcp_isr()
542 } else if (hdcp->remaining_times == 1) { in dw_hdmi_hdcp_isr()
622 hdcp->remaining_times = hdcp->retry_times; in hdcp_trytimes_write()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-hdcp.h33 int remaining_times; member
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-hdcp.h33 int remaining_times; member
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()
/device/soc/rockchip/rk3588/kernel/include/linux/
H A Ddw-hdmi-hdcp.h33 int remaining_times; member

Completed in 3 milliseconds