/arch/sparc/kernel/ |
D | sys_sparc_64.c | 553 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/ |
D | time.c | 592 struct __kernel_timex txc; in stp_clear_leap() local 595 memset(&txc, 0, sizeof(txc)); in stp_clear_leap() 597 ret = do_adjtimex(&txc); in stp_clear_leap() 601 txc.modes = ADJ_STATUS; in stp_clear_leap() 602 txc.status &= ~(STA_INS|STA_DEL); in stp_clear_leap() 603 return do_adjtimex(&txc); in stp_clear_leap() 610 struct __kernel_timex txc; in stp_check_leap() local 642 memset(&txc, 0, sizeof(txc)); in stp_check_leap() 643 ret = do_adjtimex(&txc); in stp_check_leap() 647 txc.modes = ADJ_STATUS; in stp_check_leap() [all …]
|
/arch/arm/boot/dts/ |
D | sama5d3xmb_gmac.dtsi | 22 txc-skew-ps = <3000>; 36 txc-skew-ps = <3000>;
|
D | sama5d3xcm_cmp.dtsi | 57 txc-skew-ps = <3000>; 71 txc-skew-ps = <3000>;
|
D | socfpga_cyclone5_de0_nano_soc.dts | 57 txc-skew-ps = <1860>; /* 960ps */
|
D | at91-dvk_su60_somc.dtsi | 124 txc-skew-ps = <3000>;
|
D | socfpga_cyclone5_sodia.dts | 78 txc-skew-ps = <3000>;
|
D | socfpga_arria5_socdk.dts | 70 txc-skew-ps = <2600>;
|
D | socfpga_cyclone5_socdk.dts | 74 txc-skew-ps = <2600>;
|
D | socfpga_cyclone5_sockit.dts | 131 txc-skew-ps = <2600>;
|
D | socfpga_arria10_socdk.dtsi | 90 txc-skew-ps = <1860>; /* 960ps */
|
D | socfpga_cyclone5_vining_fpga.dts | 104 txc-skew-ps = <1860>;
|
D | imx6qdl-phytec-phycore-som.dtsi | 67 txc-skew-ps = <1680>;
|
D | imx6qdl-dhcom-pdk2.dtsi | 210 txc-skew-ps = <3000>;
|
D | imx6qdl-phytec-pfla02.dtsi | 104 txc-skew-ps = <1680>;
|
D | imx6qdl-icore-rqs.dtsi | 175 txc-skew-ps = <1140>;
|
D | stm32mp15xx-dhcor-avenger96.dtsi | 156 txc-skew-ps = <1440>;
|
D | imx6qdl-nit6xlite.dtsi | 207 txc-skew-ps = <3000>;
|
D | imx6qdl-nitrogen6x.dtsi | 282 txc-skew-ps = <3000>;
|
/arch/alpha/kernel/ |
D | osf_sys.c | 1191 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/ |
D | holly.dts | 69 txc-rxc-delay-disable; 75 txc-rxc-delay-disable;
|
/arch/arm64/boot/dts/intel/ |
D | socfpga_agilex_socdk_nand.dts | 73 txc-skew-ps = <900>; /* 0ps */
|
D | socfpga_agilex_socdk.dts | 73 txc-skew-ps = <900>; /* 0ps */
|
/arch/arm64/boot/dts/altera/ |
D | socfpga_stratix10_socdk.dts | 100 txc-skew-ps = <900>; /* 0ps */
|
D | socfpga_stratix10_socdk_nand.dts | 100 txc-skew-ps = <900>; /* 0ps */
|