Searched refs:trytimes (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-hdcp.c | 597 int trytimes = 0;
in hdcp_trytimes_read() local 601 trytimes = hdcp->retry_times;
in hdcp_trytimes_read() 604 return snprintf(buf, PAGE_SIZE, "%d\n", trytimes);
in hdcp_trytimes_read() 609 int trytimes;
in hdcp_trytimes_write() local 616 if (kstrtoint(buf, 0, &trytimes)) {
in hdcp_trytimes_write() 620 if (hdcp->retry_times != trytimes) {
in hdcp_trytimes_write() 621 hdcp->retry_times = trytimes;
in hdcp_trytimes_write() 628 static DEVICE_ATTR(trytimes, 0644, hdcp_trytimes_read, hdcp_trytimes_write);
678 dev_err(&pdev->dev, "HDCP: Could not add sys file trytimes\n");
in dw_hdmi_hdcp_probe()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-hdcp.c | 614 int trytimes = 0; in hdcp_trytimes_read() local 618 trytimes = hdcp->retry_times; in hdcp_trytimes_read() 620 return snprintf(buf, PAGE_SIZE, "%d\n", trytimes); in hdcp_trytimes_read() 627 int trytimes; in hdcp_trytimes_write() local 633 if (kstrtoint(buf, 0, &trytimes)) in hdcp_trytimes_write() 636 if (hdcp->retry_times != trytimes) { in hdcp_trytimes_write() 637 hdcp->retry_times = trytimes; in hdcp_trytimes_write() 644 static DEVICE_ATTR(trytimes, 0644, hdcp_trytimes_read, hdcp_trytimes_write); 693 dev_err(&pdev->dev, "HDCP: Could not add sys file trytimes\n"); in dw_hdmi_hdcp_probe()
|
Completed in 3 milliseconds