Home
last modified time | relevance | path

Searched refs:txc (Results 1 – 25 of 31) sorted by relevance

12

/arch/sparc/kernel/
Dsys_sparc_64.c553 struct __kernel_timex txc; in SYSCALL_DEFINE1() local
554 struct __kernel_old_timeval *tv = (void *)&txc.time; in SYSCALL_DEFINE1()
561 if (copy_from_user(&txc, txc_p, sizeof(txc))) in SYSCALL_DEFINE1()
568 txc.time.tv_usec = tv->tv_usec; in SYSCALL_DEFINE1()
569 ret = do_adjtimex(&txc); in SYSCALL_DEFINE1()
570 tv->tv_usec = txc.time.tv_usec; in SYSCALL_DEFINE1()
572 return copy_to_user(txc_p, &txc, sizeof(txc)) ? -EFAULT : ret; in SYSCALL_DEFINE1()
578 struct __kernel_timex txc; in SYSCALL_DEFINE2() local
579 struct __kernel_old_timeval *tv = (void *)&txc.time; in SYSCALL_DEFINE2()
594 if (copy_from_user(&txc, txc_p, sizeof(txc))) in SYSCALL_DEFINE2()
[all …]
/arch/s390/kernel/
Dtime.c603 struct __kernel_timex txc; in stp_clear_leap() local
606 memset(&txc, 0, sizeof(txc)); in stp_clear_leap()
608 ret = do_adjtimex(&txc); in stp_clear_leap()
612 txc.modes = ADJ_STATUS; in stp_clear_leap()
613 txc.status &= ~(STA_INS|STA_DEL); in stp_clear_leap()
614 return do_adjtimex(&txc); in stp_clear_leap()
621 struct __kernel_timex txc; in stp_check_leap() local
653 memset(&txc, 0, sizeof(txc)); in stp_check_leap()
654 ret = do_adjtimex(&txc); in stp_check_leap()
658 txc.modes = ADJ_STATUS; in stp_check_leap()
[all …]
/arch/arm/boot/dts/
Dsama5d3xmb_gmac.dtsi22 txc-skew-ps = <3000>;
36 txc-skew-ps = <3000>;
Dsama5d3xcm_cmp.dtsi57 txc-skew-ps = <3000>;
71 txc-skew-ps = <3000>;
Dsocfpga_cyclone5_de0_nano_soc.dts57 txc-skew-ps = <1860>; /* 960ps */
Dsocfpga_cyclone5_sodia.dts78 txc-skew-ps = <3000>;
Dat91-dvk_su60_somc.dtsi124 txc-skew-ps = <3000>;
Dsocfpga_arria5_socdk.dts70 txc-skew-ps = <2600>;
Dsocfpga_cyclone5_socdk.dts74 txc-skew-ps = <2600>;
Dsocfpga_cyclone5_sockit.dts131 txc-skew-ps = <2600>;
Dsocfpga_arria10_socdk.dtsi90 txc-skew-ps = <1860>; /* 960ps */
Dsocfpga_cyclone5_vining_fpga.dts104 txc-skew-ps = <1860>;
Dimx6qdl-phytec-phycore-som.dtsi67 txc-skew-ps = <1680>;
Dimx6qdl-phytec-pfla02.dtsi100 txc-skew-ps = <1680>;
Dimx6qdl-icore-rqs.dtsi175 txc-skew-ps = <1140>;
Dstm32mp15xx-dhcor-avenger96.dtsi156 txc-skew-ps = <1440>;
Dimx6qdl-nit6xlite.dtsi195 txc-skew-ps = <3000>;
Dimx6qdl-nitrogen6x.dtsi270 txc-skew-ps = <3000>;
Dimx6qdl-emcon.dtsi209 txc-skew-ps = <1020>;
/arch/alpha/kernel/
Dosf_sys.c1191 struct __kernel_timex txc; in SYSCALL_DEFINE1() local
1195 if (copy_from_user(&txc, txc_p, offsetof(struct timex32, time)) || in SYSCALL_DEFINE1()
1196 copy_from_user(&txc.tick, &txc_p->tick, sizeof(struct timex32) - in SYSCALL_DEFINE1()
1200 ret = do_adjtimex(&txc); in SYSCALL_DEFINE1()
1205 if (copy_to_user(txc_p, &txc, offsetof(struct timex32, time)) || in SYSCALL_DEFINE1()
1206 (copy_to_user(&txc_p->tick, &txc.tick, sizeof(struct timex32) - in SYSCALL_DEFINE1()
1208 (put_user(txc.time.tv_sec, &txc_p->time.tv_sec)) || in SYSCALL_DEFINE1()
1209 (put_user(txc.time.tv_usec, &txc_p->time.tv_usec))) in SYSCALL_DEFINE1()
/arch/powerpc/boot/dts/
Dholly.dts69 txc-rxc-delay-disable;
75 txc-rxc-delay-disable;
/arch/arm64/boot/dts/intel/
Dsocfpga_agilex_socdk_nand.dts81 txc-skew-ps = <900>; /* 0ps */
Dsocfpga_agilex_socdk.dts81 txc-skew-ps = <900>; /* 0ps */
/arch/arm64/boot/dts/altera/
Dsocfpga_stratix10_socdk.dts100 txc-skew-ps = <900>; /* 0ps */
Dsocfpga_stratix10_socdk_nand.dts100 txc-skew-ps = <900>; /* 0ps */

12