/openbmc/qemu/tests/qtest/ |
H A D | rtc-test.c | 310 static void set_time(int mode, int h, int m, int s) in set_time() function 374 set_time(0, 0x81, 0x59, 0x00); in basic_12h_bcd() 381 set_time(0, 0x09, 0x59, 0x59); in basic_12h_bcd() 386 set_time(0, 0x12, 0x59, 0x59); in basic_12h_bcd() 391 set_time(0, 0x92, 0x59, 0x59); in basic_12h_bcd() 396 set_time(0, 0x11, 0x59, 0x59); in basic_12h_bcd() 402 set_time(0, 0x91, 0x59, 0x59); in basic_12h_bcd() 411 set_time(REG_B_DM, 0x81, 59, 0); in basic_12h_dec() 418 set_time(REG_B_DM, 0x8c, 59, 59); in basic_12h_dec() 423 set_time(REG_B_DM, 0x0c, 59, 59); in basic_12h_dec() [all …]
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-mpc5121.c | 20 u8 set_time; /* RTC + 0x00 */ member 95 out_8(®s->set_time, 0x1); in mpc5121_rtc_update_smh() 96 out_8(®s->set_time, 0x3); in mpc5121_rtc_update_smh() 97 out_8(®s->set_time, 0x1); in mpc5121_rtc_update_smh() 98 out_8(®s->set_time, 0x0); in mpc5121_rtc_update_smh() 277 .set_time = mpc5121_rtc_set_time, 285 .set_time = mpc5200_rtc_set_time,
|
H A D | rtc-test.c | 96 .set_time = test_rtc_set_time, 102 .set_time = test_rtc_set_time,
|
H A D | rtc-pl031.c | 391 .set_time = pl031_set_time, 403 .set_time = pl031_set_time, 417 .set_time = pl031_stv2_set_time,
|
H A D | rtc-ps3.c | 43 .set_time = ps3_set_time,
|
H A D | rtc-efi.c | 184 status = efi.set_time(&eft); in efi_set_time() 251 .set_time = efi_set_time,
|
H A D | rtc-sun4v.c | 74 .set_time = sun4v_set_time,
|
H A D | rtc-au1xxx.c | 58 .set_time = au1xtoy_rtc_set_time,
|
H A D | rtc-bd70528.c | 221 .set_time = bd71828_set_time, 309 ret = rtc_ops->set_time(&pdev->dev, &t); in bd70528_probe()
|
H A D | rtc-ds1672.c | 106 .set_time = ds1672_set_time,
|
H A D | rtc-em3027.c | 111 .set_time = em3027_set_time,
|
H A D | rtc-ntxec.c | 105 .set_time = ntxec_set_time,
|
H A D | rtc-max6902.c | 116 .set_time = max6902_set_time,
|
/openbmc/qemu/hw/rtc/ |
H A D | m48t59.c | 152 static void set_time(M48t59State *NVRAM, struct tm *tm) in set_time() function 269 set_time(NVRAM, &tm); in m48t59_write() 288 set_time(NVRAM, &tm); in m48t59_write() 298 set_time(NVRAM, &tm); in m48t59_write() 307 set_time(NVRAM, &tm); in m48t59_write() 317 set_time(NVRAM, &tm); in m48t59_write() 327 set_time(NVRAM, &tm); in m48t59_write() 337 set_time(NVRAM, &tm); in m48t59_write()
|
/openbmc/linux/drivers/watchdog/ |
H A D | mlx_wdt.c | 112 u32 regval, set_time, hw_timeout; in mlxreg_wdt_set_timeout() local 124 set_time = BIT(hw_timeout) / MLXREG_WDT_CLOCK_SCALE; in mlxreg_wdt_set_timeout() 128 set_time = timeout; in mlxreg_wdt_set_timeout() 133 set_time = timeout; in mlxreg_wdt_set_timeout() 150 wdd->timeout = set_time; in mlxreg_wdt_set_timeout()
|
/openbmc/linux/drivers/xen/ |
H A D | efi.c | 68 struct xen_platform_op op = INIT_EFI_OP(set_time); in xen_efi_set_time() 70 BUILD_BUG_ON(sizeof(*tm) != sizeof(efi_data(op).u.set_time)); in xen_efi_set_time() 71 memcpy(&efi_data(op).u.set_time, tm, sizeof(*tm)); in xen_efi_set_time() 282 efi.set_time = xen_efi_set_time; in xen_efi_runtime_setup()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | rtc.c | 140 .set_time = alpha_rtc_set_time, 198 .set_time = remote_set_time,
|
/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/ |
H A D | 0001-attr-fix-utime-for-symlink.patch | 32 static nfsstat3 set_time(const char *path, backend_statstruct buf, sattr3 new) 40 @@ -307,10 +307,17 @@ static nfsstat3 set_time(const char *path, backend_statstruct buf, sattr3 new)
|
/openbmc/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | init.c | 74 static void set_time(void) in set_time() function 272 set_time(); in main()
|
/openbmc/linux/arch/sh/boards/mach-dreamcast/ |
H A D | rtc.c | 83 .set_time = aica_rtc_settimeofday,
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/ |
H A D | 0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch | 19 int set_time(time_t * new_time)
|
/openbmc/sdeventplus/example/ |
H A D | heartbeat.cpp | 44 source.set_time(time + std::chrono::seconds{interval}); in main()
|
/openbmc/sdeventplus/src/sdeventplus/source/ |
H A D | time.hpp | 81 void set_time(TimePoint time) const;
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | time.c | 134 .set_time = rtc_generic_set_time,
|
/openbmc/sdeventplus/test/source/ |
H A D | time.cpp | 207 time->set_time(Time<id>::TimePoint(std::chrono::seconds{1})); in TEST_F() 214 EXPECT_THROW(time->set_time(Time<id>::TimePoint(std::chrono::seconds{1})), in TEST_F()
|