Searched refs:tm (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| A D | tsm-mr.h | 80 int (*refresh)(const struct tsm_measurements *tm); 81 int (*write)(const struct tsm_measurements *tm, 86 tsm_mr_create_attribute_group(const struct tsm_measurements *tm);
|
| A D | rtc.h | 23 extern int rtc_valid_tm(struct rtc_time *tm); 24 extern time64_t rtc_tm_to_time64(struct rtc_time *tm); 25 extern void rtc_time64_to_tm(time64_t time, struct rtc_time *tm); 26 ktime_t rtc_tm_to_ktime(struct rtc_time tm); 188 extern int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm); 189 extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm);
|
| A D | time.h | 36 struct tm { struct 58 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);
|
| A D | cuda.h | 21 extern int cuda_set_rtc_time(struct rtc_time *tm);
|
| A D | pmu.h | 41 extern int pmu_set_rtc_time(struct rtc_time *tm);
|
| A D | svga.h | 119 int svga_check_timings(const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, int node); 120 void svga_set_timings(void __iomem *regbase, const struct svga_timing_regs *tm, struct fb_var_scree…
|
| A D | efi.h | 284 typedef efi_status_t efi_get_time_t (efi_time_t *tm, efi_time_cap_t *tc); 285 typedef efi_status_t efi_set_time_t (efi_time_t *tm); 287 efi_time_t *tm); 288 typedef efi_status_t efi_set_wakeup_time_t (efi_bool_t enabled, efi_time_t *tm);
|
| /include/net/ |
| A D | act_api.h | 75 static inline void tcf_lastuse_update(struct tcf_t *tm) in tcf_lastuse_update() argument 79 if (READ_ONCE(tm->lastuse) != now) in tcf_lastuse_update() 80 WRITE_ONCE(tm->lastuse, now); in tcf_lastuse_update() 81 if (unlikely(!READ_ONCE(tm->firstuse))) in tcf_lastuse_update() 82 WRITE_ONCE(tm->firstuse, now); in tcf_lastuse_update()
|
Completed in 17 milliseconds