Home
last modified time | relevance | path

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

12

/arch/sparc/kernel/
A Dsys_sparc_64.c570 struct __kernel_timex txc; in SYSCALL_DEFINE1() local
578 if (copy_from_user(&txc, txc_p, sizeof(txc))) in SYSCALL_DEFINE1()
585 txc.time.tv_usec = tv->tv_usec; in SYSCALL_DEFINE1()
586 ret = do_adjtimex(&txc); in SYSCALL_DEFINE1()
587 tv->tv_usec = txc.time.tv_usec; in SYSCALL_DEFINE1()
589 return copy_to_user(txc_p, &txc, sizeof(txc)) ? -EFAULT : ret; in SYSCALL_DEFINE1()
595 struct __kernel_timex txc; in SYSCALL_DEFINE2() local
611 if (copy_from_user(&txc, txc_p, sizeof(txc))) in SYSCALL_DEFINE2()
618 txc.time.tv_usec = tv->tv_usec; in SYSCALL_DEFINE2()
620 tv->tv_usec = txc.time.tv_usec; in SYSCALL_DEFINE2()
[all …]
/arch/arm/boot/dts/microchip/
A Dsama5d3xmb_gmac.dtsi22 txc-skew-ps = <3000>;
36 txc-skew-ps = <3000>;
A Dsama5d3xcm_cmp.dtsi57 txc-skew-ps = <3000>;
71 txc-skew-ps = <3000>;
A Dat91-dvk_su60_somc.dtsi124 txc-skew-ps = <3000>;
/arch/arm64/boot/dts/renesas/
A Drzg2ul-smarc-som.dtsi83 txc-skew-psec = <2400>;
111 txc-skew-psec = <2400>;
143 txc {
173 txc {
A Drzg2l-smarc-som.dtsi107 txc-skew-psec = <2400>;
134 txc-skew-psec = <2400>;
181 txc {
211 txc {
A Drzg3s-smarc-som.dtsi103 txc-skew-psec = <0>;
128 txc-skew-psec = <0>;
228 txc {
271 txc {
A Drzg2lc-smarc-som.dtsi87 txc-skew-psec = <2400>;
130 txc {
A Dr9a09g056n48-rzv2n-evk.dts184 txc-skew-psec = <0>;
203 txc-skew-psec = <0>;
A Dr9a09g057h44-rzv2h-evk.dts203 txc-skew-psec = <0>;
222 txc-skew-psec = <0>;
A Drzg3e-smarc-som.dtsi132 txc-skew-psec = <1400>;
153 txc-skew-psec = <1400>;
/arch/arm/boot/dts/nxp/imx/
A Dimx6dl-mba6.dtsi20 txc-skew-ps = <1860>;
A Dimx6q-mba6.dtsi26 txc-skew-ps = <1860>;
/arch/alpha/kernel/
A Dosf_sys.c1189 struct __kernel_timex txc; in SYSCALL_DEFINE1() local
1193 if (copy_from_user(&txc, txc_p, offsetof(struct timex32, time)) || in SYSCALL_DEFINE1()
1194 copy_from_user(&txc.tick, &txc_p->tick, sizeof(struct timex32) - in SYSCALL_DEFINE1()
1198 ret = do_adjtimex(&txc); in SYSCALL_DEFINE1()
1203 if (copy_to_user(txc_p, &txc, offsetof(struct timex32, time)) || in SYSCALL_DEFINE1()
1204 (copy_to_user(&txc_p->tick, &txc.tick, sizeof(struct timex32) - in SYSCALL_DEFINE1()
1206 (put_user(txc.time.tv_sec, &txc_p->time.tv_sec)) || in SYSCALL_DEFINE1()
1207 (put_user(txc.time.tv_usec, &txc_p->time.tv_usec))) in SYSCALL_DEFINE1()
/arch/arm/boot/dts/intel/socfpga/
A Dsocfpga_arria10_mercury_aa1.dtsi51 txc-skew-ps = <1860>; /* 960ps */
A Dsocfpga_cyclone5_de0_nano_soc.dts57 txc-skew-ps = <1860>; /* 960ps */
A Dsocfpga_cyclone5_sodia.dts78 txc-skew-ps = <3000>;
A Dsocfpga_arria5_socdk.dts70 txc-skew-ps = <2600>;
A Dsocfpga_cyclone5_socdk.dts74 txc-skew-ps = <2600>;
A Dsocfpga_cyclone5_sockit.dts131 txc-skew-ps = <2600>;
/arch/powerpc/boot/dts/
A Dholly.dts69 txc-rxc-delay-disable;
75 txc-rxc-delay-disable;
/arch/arm64/boot/dts/intel/
A Dsocfpga_agilex_socdk_nand.dts74 txc-skew-ps = <900>; /* 0ps */
A Dsocfpga_n5x_socdk.dts64 txc-skew-ps = <900>; /* 0ps */
A Dsocfpga_agilex_socdk.dts74 txc-skew-ps = <900>; /* 0ps */
/arch/arm64/boot/dts/altera/
A Dsocfpga_stratix10_socdk_nand.dts95 txc-skew-ps = <900>; /* 0ps */

Completed in 34 milliseconds

12