/linux/drivers/rtc/ |
H A D | rtc-pcap.c | 44 unsigned long secs; in pcap_rtc_read_alarm() local 62 unsigned long secs = rtc_tm_to_time64(&alrm->time); in pcap_rtc_set_alarm() local 77 unsigned long secs; in pcap_rtc_read_time() local 94 unsigned long secs = rtc_tm_to_time64(tm); in pcap_rtc_set_time() local
|
H A D | rtc-pm8xxx.c | 212 static int pm8xxx_rtc_read_raw(struct pm8xxx_rtc *rtc_dd, u32 *secs) in pm8xxx_rtc_read_raw() 243 static int pm8xxx_rtc_update_offset(struct pm8xxx_rtc *rtc_dd, u32 secs) in pm8xxx_rtc_update_offset() 294 static int __pm8xxx_rtc_set_time(struct pm8xxx_rtc *rtc_dd, u32 secs) in __pm8xxx_rtc_set_time() 348 u32 secs; in pm8xxx_rtc_set_time() local 369 u32 secs; in pm8xxx_rtc_read_time() local 389 u32 secs; in pm8xxx_rtc_set_alarm() local 424 u32 secs; in pm8xxx_rtc_read_alarm() local
|
H A D | rtc-sc27xx.c | 167 time64_t *secs) in sprd_rtc_get_secs() 224 time64_t secs) in sprd_rtc_set_secs() 305 time64_t secs = rtc_tm_to_time64(&alrm->time); in sprd_rtc_set_aux_alarm() local 335 time64_t secs; in sprd_rtc_read_time() local 354 time64_t secs = rtc_tm_to_time64(tm); in sprd_rtc_set_time() local 386 time64_t secs; in sprd_rtc_read_alarm() local 417 time64_t secs = rtc_tm_to_time64(&alrm->time); in sprd_rtc_set_alarm() local
|
H A D | rtc-sunplus.c | 65 static void sp_get_seconds(struct device *dev, unsigned long *secs) in sp_get_seconds() 72 static void sp_set_seconds(struct device *dev, unsigned long secs) in sp_set_seconds() 81 unsigned long secs; in sp_rtc_read_time() local 91 unsigned long secs; in sp_rtc_set_time() local
|
H A D | rtc-ab8500.c | 65 unsigned long mins, secs; in ab8500_rtc_read_time() local 111 unsigned long no_secs, no_mins, secs = 0; in ab8500_rtc_set_time() local 145 unsigned long secs, mins; in ab8500_rtc_read_alarm() local
|
H A D | rtc-at91sam9.c | 106 u32 secs, secs2; in at91_rtc_readtime() local 134 unsigned long secs; in at91_rtc_settime() local 203 unsigned long secs; in at91_rtc_setalarm() local
|
H A D | rtc-jz4740.c | 145 uint32_t secs, secs2; in jz4740_rtc_read_time() local 186 uint32_t secs; in jz4740_rtc_read_alarm() local 205 uint32_t secs = lower_32_bits(rtc_tm_to_time64(&alrm->time)); in jz4740_rtc_set_alarm() local
|
H A D | rtc-sun4v.c | 46 static int hypervisor_set_time(unsigned long secs) in hypervisor_set_time()
|
H A D | lib_test.c | 51 time64_t secs; in rtc_time64_to_tm_test_date_range() local
|
H A D | rtc-ds1672.c | 86 unsigned long secs = rtc_tm_to_time64(tm); in ds1672_set_time() local
|
H A D | rtc-ab-b5ze-s3.c | 273 static inline void sec_to_timer_a(u8 secs, u8 *taq, u8 *timer_a) in sec_to_timer_a() 283 static inline int sec_from_timer_a(u8 *secs, u8 taq, u8 timer_a) in sec_from_timer_a() 506 u8 secs) in _abb5zes3_rtc_set_timer()
|
H A D | lib.c | 54 int days, secs; in rtc_time64_to_tm() local
|
/linux/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 227 time_t secs, new; in TEST_F() local 297 time_t secs, new; in TEST_F() local 361 time_t secs, new; variable 429 time_t secs, new; variable
|
/linux/arch/x86/kernel/cpu/sgx/ |
H A D | virt.c | 334 int sgx_virt_ecreate(struct sgx_pageinfo *pageinfo, void __user *secs, in sgx_virt_ecreate() 369 void __user *secs) in __sgx_virt_einit() 409 void __user *secs, u64 *lepubkeyhash, int *trapnr) in sgx_virt_einit()
|
H A D | encls.h | 140 static inline int __ecreate(struct sgx_pageinfo *pginfo, void *secs) in __ecreate() 146 static inline int __eextend(void *secs, void *addr) in __eextend() 161 static inline int __einit(void *sigstruct, void *token, void *secs) in __einit()
|
H A D | ioctl.c | 58 static int sgx_encl_create(struct sgx_encl *encl, struct sgx_secs *secs) in sgx_encl_create() 158 void *secs; in sgx_ioc_enclave_create() local
|
/linux/kernel/trace/ |
H A D | trace_mmiotrace.c | 173 unsigned secs = (unsigned long)t; in mmio_print_rw() local 218 unsigned secs = (unsigned long)t; in mmio_print_map() local 252 unsigned secs = (unsigned long)t; in mmio_print_mark() local
|
/linux/drivers/watchdog/ |
H A D | booke_wdt.c | 79 static unsigned int sec_to_period(unsigned int secs) in sec_to_period() 98 static unsigned int sec_to_period(unsigned int secs) in sec_to_period()
|
H A D | omap_wdt.h | 33 #define GET_WLDR_VAL(secs) (0xffffffff - ((secs) * (32768/(1<<PTV))) + 1) argument
|
/linux/tools/perf/scripts/python/ |
H A D | compaction-times.py | 96 def complete(self, secs, nsecs): argument 141 def complete_pending(cls, pid, secs, nsecs): argument 172 def mark_pending(self, secs, nsecs): argument 178 def make_complete(self, secs, nsecs): argument
|
/linux/arch/sh/boards/mach-dreamcast/ |
H A D | rtc.c | 64 time64_t secs = rtc_tm_to_time64(tm); in aica_rtc_settimeofday() local
|
/linux/kernel/time/ |
H A D | time_test.c | 67 time64_t secs; in time64_to_tm_test_date_range() local
|
/linux/kernel/rcu/ |
H A D | update.c | 517 unsigned long secs, in do_trace_rcu_torture_read() 524 #define do_trace_rcu_torture_read(rcutorturename, rhp, secs, c_old, c) \ argument
|
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Util.py | 23 def nsecs(secs, nsecs): argument
|
/linux/crypto/asymmetric_keys/ |
H A D | verify_pefile.h | 20 const struct section_header *secs; member
|