Searched refs:trytimes (Results 1 – 1 of 1) sorted by relevance
614 int trytimes = 0; in hdcp_trytimes_read() local618 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() local633 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);