Home
last modified time | relevance | path

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

12

/arch/sparc/kernel/
Dsys_sparc_64.c553 struct timex txc; /* Local copy of parameter */ in SYSCALL_DEFINE1() local
554 struct __kernel_timex *kt = (void *)&txc; in SYSCALL_DEFINE1()
561 if (copy_from_user(&txc, txc_p, sizeof(struct timex))) in SYSCALL_DEFINE1()
568 kt->time.tv_usec = txc.time.tv_usec; in SYSCALL_DEFINE1()
570 txc.time.tv_usec = kt->time.tv_usec; in SYSCALL_DEFINE1()
572 return copy_to_user(txc_p, &txc, sizeof(struct timex)) ? -EFAULT : ret; in SYSCALL_DEFINE1()
577 struct timex txc; /* Local copy of parameter */ in SYSCALL_DEFINE2() local
578 struct __kernel_timex *kt = (void *)&txc; in SYSCALL_DEFINE2()
593 if (copy_from_user(&txc, txc_p, sizeof(struct timex))) in SYSCALL_DEFINE2()
600 kt->time.tv_usec = txc.time.tv_usec; in SYSCALL_DEFINE2()
[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 */
Dat91-dvk_su60_somc.dtsi124 txc-skew-ps = <3000>;
Dsocfpga_cyclone5_sodia.dts78 txc-skew-ps = <3000>;
Dsocfpga_arria5_socdk.dts70 txc-skew-ps = <2600>;
Dsocfpga_cyclone5_socdk.dts74 txc-skew-ps = <2600>;
Dsocfpga_arria10_socdk.dtsi90 txc-skew-ps = <1860>; /* 960ps */
Dsocfpga_cyclone5_sockit.dts131 txc-skew-ps = <2600>;
Dsocfpga_cyclone5_vining_fpga.dts104 txc-skew-ps = <1860>;
Dimx6qdl-phytec-phycore-som.dtsi66 txc-skew-ps = <1680>;
Dimx6qdl-phytec-pfla02.dtsi100 txc-skew-ps = <1680>;
Dimx6qdl-icore-rqs.dtsi175 txc-skew-ps = <1140>;
Dimx6qdl-nit6xlite.dtsi195 txc-skew-ps = <3000>;
Dimx6qdl-nitrogen6x.dtsi270 txc-skew-ps = <3000>;
Dimx6qdl-emcon.dtsi209 txc-skew-ps = <1020>;
Dimx6qdl-nitrogen6_max.dtsi337 txc-skew-ps = <3000>;
Dimx6qdl-sabrelite.dtsi329 txc-skew-ps = <3000>;
Dimx6q-novena.dts228 txc-skew-ps = <3000>;
Dimx6qdl.dtsi486 "txa", "txb", "txc";
/arch/arm64/boot/dts/intel/
Dsocfpga_agilex_socdk.dts55 txc-skew-ps = <900>; /* 0ps */
/arch/alpha/kernel/
Dosf_sys.c1256 struct __kernel_timex txc; in SYSCALL_DEFINE1() local
1260 if (copy_from_user(&txc, txc_p, offsetof(struct timex32, time)) || in SYSCALL_DEFINE1()
1261 copy_from_user(&txc.tick, &txc_p->tick, sizeof(struct timex32) - in SYSCALL_DEFINE1()
1265 ret = do_adjtimex(&txc); in SYSCALL_DEFINE1()
1270 if (copy_to_user(txc_p, &txc, offsetof(struct timex32, time)) || in SYSCALL_DEFINE1()
1271 (copy_to_user(&txc_p->tick, &txc.tick, sizeof(struct timex32) - in SYSCALL_DEFINE1()
1273 (put_user(txc.time.tv_sec, &txc_p->time.tv_sec)) || in SYSCALL_DEFINE1()
1274 (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/altera/
Dsocfpga_stratix10_socdk.dts100 txc-skew-ps = <900>; /* 0ps */

12