Searched refs:stp_info (Results 1 – 1 of 1) sorted by relevance
401 static struct stp_sstpi stp_info; variable502 int rc = chsc_sstpi(stp_page, &stp_info, sizeof(struct stp_sstpi)); in __store_stpinfo()529 if (stp_info.todoff || stp_info.tmd != 2) { in stp_sync_clock()537 if (rc == 0 && stp_info.tmd != 2) in stp_sync_clock()583 if (rc || stp_info.c == 0) in stp_work_fn()623 *(unsigned long *)stp_info.ctnid); in ctn_id_show()638 ret = sysfs_emit(buf, "%i\n", stp_info.ctn); in ctn_type_show()652 if (stpinfo_valid() && (stp_info.vbits & 0x2000)) in dst_offset_show()653 ret = sysfs_emit(buf, "%i\n", (int)(s16)stp_info.dsto); in dst_offset_show()667 if (stpinfo_valid() && (stp_info.vbits & 0x8000)) in leap_seconds_show()[all …]