Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/powerpc/platforms/pasemi/
H A Dtime.c17 return mktime64(2006, 1, 1, 12, 0, 0); in pas_get_boot_time()
/openbmc/linux/fs/isofs/
H A Dutil.c36 crtime = mktime64(year+1900, month, day, hour, minute, second); in iso_date()
H A Dinode.c805 s->s_time_min = mktime64(1900, 1, 1, 0, 0, 0) - MAX_TZ_OFFSET; in isofs_fill_super()
806 s->s_time_max = mktime64(U8_MAX+1900, 12, 31, 23, 59, 59) + MAX_TZ_OFFSET; in isofs_fill_super()
/openbmc/linux/include/linux/
H A Dtime.h20 extern time64_t mktime64(const unsigned int year, const unsigned int mon,
/openbmc/linux/arch/powerpc/kernel/
H A Drtas-rtc.c40 return mktime64(ret[0], ret[1], ret[2], ret[3], ret[4], ret[5]); in rtas_get_boot_time()
H A Drtas-proc.c376 mktime64(year, mon, day, hour, min, sec)); in ppc_rtas_clock_show()
/openbmc/linux/fs/udf/
H A Dudftime.c46 dest->tv_sec = mktime64(year, src.month, src.day, src.hour, src.minute, in udf_disk_stamp_to_time()
/openbmc/linux/arch/mips/sibyte/swarm/
H A Dsetup.c91 sec = mktime64(2000, 1, 1, 0, 0, 0); in read_persistent_clock64()
H A Drtc_m41t81.c216 return mktime64(year, mon, day, hour, min, sec); in m41t81_get_time()
H A Drtc_xicor1241.c200 return mktime64(year, mon, day, hour, min, sec); in xicor_get_time()
/openbmc/linux/arch/mips/include/asm/
H A Dmc146818-time.h116 return mktime64(year, mon, day, hour, min, sec); in mc146818_get_cmos_time()
/openbmc/linux/arch/m68k/kernel/
H A Dtime.c88 ts->tv_sec = mktime64(time.tm_year + 1900, time.tm_mon + 1, time.tm_mday, in read_persistent_clock64()
/openbmc/linux/arch/mips/dec/
H A Dtime.c57 ts->tv_sec = mktime64(year, mon, day, hour, min, sec); in read_persistent_clock64()
/openbmc/linux/drivers/rtc/
H A Dlib.c170 return mktime64(((unsigned int)tm->tm_year + 1900), tm->tm_mon + 1, in rtc_tm_to_time64()
H A Drtc-optee.c224 rtc->range_min = mktime64(tm->tm_year, tm->tm_mon, tm->tm_mday, tm->tm_hour, tm->tm_min, in optee_rtc_read_info()
227 rtc->range_max = mktime64(tm->tm_year, tm->tm_mon, tm->tm_mday, tm->tm_hour, tm->tm_min, in optee_rtc_read_info()
H A Drtc-cadence.c329 crtc->rtc_dev->range_min = mktime64(1900, 1, 1, 0, 0, 0); in cdns_rtc_probe()
330 crtc->rtc_dev->range_max = mktime64(2999, 12, 31, 23, 59, 59); in cdns_rtc_probe()
H A Drtc-sh.c606 rtc->rtc_dev->range_min = mktime64(1999, 1, 1, 0, 0, 0); in sh_rtc_probe()
607 rtc->rtc_dev->range_max = mktime64(2098, 12, 31, 23, 59, 59); in sh_rtc_probe()
H A Drtc-tps6586x.c256 rtc->rtc->start_secs = mktime64(2009, 1, 1, 0, 0, 0); in tps6586x_rtc_probe()
H A Drtc-mxc.c328 rtc->start_secs = mktime64(tm.tm_year, 1, 1, 0, 0, 0); in mxc_rtc_probe()
H A Dclass.c287 rtc->start_secs = mktime64(start_year, 1, 1, 0, 0, 0); in rtc_device_get_offset()
/openbmc/linux/fs/exfat/
H A Dmisc.c74 ts->tv_sec = mktime64(1980 + (d >> 9), d >> 5 & 0x000F, d & 0x001F, in exfat_get_entry_time()
/openbmc/linux/kernel/time/
H A Dtime.c449 time64_t mktime64(const unsigned int year0, const unsigned int mon0, in mktime64() function
468 EXPORT_SYMBOL(mktime64);
/openbmc/linux/arch/nios2/kernel/
H A Dtime.c341 ts->tv_sec = mktime64(2007, 1, 1, 0, 0, 0); in read_persistent_clock64()
/openbmc/linux/arch/m68k/mac/
H A Dmisc.c300 time = mktime64(tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday, in via_set_rtc_time()
/openbmc/linux/crypto/asymmetric_keys/
H A Dx509_cert_parser.c723 *_t = mktime64(year, mon, day, hour, min, sec); in x509_decode_time()

12