Home
last modified time | relevance | path

Searched refs:tm (Results 1 – 8 of 8) sorted by relevance

/include/linux/
A Dtsm-mr.h80 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 Drtc.h23 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 Dtime.h36 struct tm { struct
58 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);
A Dcuda.h21 extern int cuda_set_rtc_time(struct rtc_time *tm);
A Dpmu.h41 extern int pmu_set_rtc_time(struct rtc_time *tm);
A Dsvga.h119 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 Defi.h284 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 Dact_api.h75 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