Searched refs:tm (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | rtc.h | 21 extern int rtc_valid_tm(struct rtc_time *tm); 22 extern int rtc_tm_to_time(struct rtc_time *tm, unsigned long *time); 23 extern void rtc_time_to_tm(unsigned long time, struct rtc_time *tm); 24 ktime_t rtc_tm_to_ktime(struct rtc_time tm); 144 extern int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm); 145 extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm);
|
D | time.h | 149 struct tm { struct 171 void time_to_tm(time_t totalsecs, int offset, struct tm *result);
|
D | svga.h | 118 int svga_check_timings(const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, int node); 119 void svga_set_timings(void __iomem *regbase, const struct svga_timing_regs *tm, struct fb_var_scree…
|
D | efi.h | 494 typedef efi_status_t efi_get_time_t (efi_time_t *tm, efi_time_cap_t *tc); 495 typedef efi_status_t efi_set_time_t (efi_time_t *tm); 497 efi_time_t *tm); 498 typedef efi_status_t efi_set_wakeup_time_t (efi_bool_t enabled, efi_time_t *tm);
|