Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 25 of 205) sorted by relevance

123456789

/linux/drivers/md/persistent-data/
H A Ddm-transaction-manager.c106 static int is_shadow(struct dm_transaction_manager *tm, dm_block_t b) in is_shadow()
135 static void insert_shadow(struct dm_transaction_manager *tm, dm_block_t b) in insert_shadow()
164 static void wipe_shadow_table(struct dm_transaction_manager *tm) in wipe_shadow_table()
186 struct dm_transaction_manager *tm; in dm_tm_create() local
208 struct dm_transaction_manager *tm; in dm_tm_create_non_blocking_clone() local
220 void dm_tm_destroy(struct dm_transaction_manager *tm) in dm_tm_destroy()
232 int dm_tm_pre_commit(struct dm_transaction_manager *tm) in dm_tm_pre_commit()
247 int dm_tm_commit(struct dm_transaction_manager *tm, struct dm_block *root) in dm_tm_commit()
259 int dm_tm_new_block(struct dm_transaction_manager *tm, in dm_tm_new_block()
288 static int __shadow_block(struct dm_transaction_manager *tm, dm_block_t orig, in __shadow_block()
[all …]
/linux/include/linux/
H A Dtime.h36 struct tm { struct
41 int tm_sec; argument
43 int tm_min; argument
45 int tm_hour; argument
47 int tm_mday; argument
49 int tm_mon; argument
51 long tm_year; argument
53 int tm_wday; argument
55 int tm_yday; argument
/linux/arch/alpha/kernel/
H A Drtc.c81 alpha_rtc_read_time(struct device *dev, struct rtc_time *tm) in alpha_rtc_read_time()
109 alpha_rtc_set_time(struct device *dev, struct rtc_time *tm) in alpha_rtc_set_time()
154 struct rtc_time *tm; member
166 remote_read_time(struct device *dev, struct rtc_time *tm) in remote_read_time()
185 remote_set_time(struct device *dev, struct rtc_time *tm) in remote_set_time()
/linux/drivers/rtc/
H A Dlib.c52 void rtc_time64_to_tm(time64_t time, struct rtc_time *tm) in rtc_time64_to_tm()
159 int rtc_valid_tm(struct rtc_time *tm) in rtc_valid_tm()
180 time64_t rtc_tm_to_time64(struct rtc_time *tm) in rtc_tm_to_time64()
190 ktime_t rtc_tm_to_ktime(struct rtc_time tm) in rtc_tm_to_ktime()
H A Drtc-mt6397.c63 struct rtc_time *tm, int *sec) in __mtk_rtc_read_time()
88 static int mtk_rtc_read_time(struct device *dev, struct rtc_time *tm) in mtk_rtc_read_time()
107 static int mtk_rtc_set_time(struct device *dev, struct rtc_time *tm) in mtk_rtc_set_time()
140 struct rtc_time *tm = &alm->time; in mtk_rtc_read_alarm() local
180 struct rtc_time *tm = &alm->time; in mtk_rtc_set_alarm() local
H A Drtc-opal.c21 static void opal_to_tm(u32 y_m_d, u64 h_m_s_ms, struct rtc_time *tm) in opal_to_tm()
34 static void tm_to_opal(struct rtc_time *tm, u32 *y_m_d, u64 *h_m_s_ms) in tm_to_opal()
46 static int opal_get_rtc_time(struct device *dev, struct rtc_time *tm) in opal_get_rtc_time()
80 static int opal_set_rtc_time(struct device *dev, struct rtc_time *tm) in opal_set_rtc_time()
H A Drtc-as3722.c33 static void as3722_time_to_reg(u8 *rbuff, struct rtc_time *tm) in as3722_time_to_reg()
43 static void as3722_reg_to_time(u8 *rbuff, struct rtc_time *tm) in as3722_reg_to_time()
54 static int as3722_rtc_read_time(struct device *dev, struct rtc_time *tm) in as3722_rtc_read_time()
71 static int as3722_rtc_set_time(struct device *dev, struct rtc_time *tm) in as3722_rtc_set_time()
H A Drtc-rk808.c68 static time64_t nov2dec_transitions(struct rtc_time *tm) in nov2dec_transitions()
73 static void rockchip_to_gregorian(struct rtc_time *tm) in rockchip_to_gregorian()
80 static void gregorian_to_rockchip(struct rtc_time *tm) in gregorian_to_rockchip()
96 static int rk808_rtc_readtime(struct device *dev, struct rtc_time *tm) in rk808_rtc_readtime()
146 static int rk808_rtc_set_time(struct device *dev, struct rtc_time *tm) in rk808_rtc_set_time()
H A Drtc-pl031.c118 struct rtc_time *tm, unsigned long *st_time, in pl031_stv2_tm_to_time()
152 struct rtc_time *tm) in pl031_stv2_time_to_tm()
168 static int pl031_stv2_read_time(struct device *dev, struct rtc_time *tm) in pl031_stv2_read_time()
178 static int pl031_stv2_set_time(struct device *dev, struct rtc_time *tm) in pl031_stv2_set_time()
245 static int pl031_read_time(struct device *dev, struct rtc_time *tm) in pl031_read_time()
254 static int pl031_set_time(struct device *dev, struct rtc_time *tm) in pl031_set_time()
H A Drtc-rzn1.c75 static void rzn1_rtc_get_time_snapshot(struct rzn1_rtc *rtc, struct rtc_time *tm) in rzn1_rtc_get_time_snapshot()
91 static int rzn1_rtc_read_time(struct device *dev, struct rtc_time *tm) in rzn1_rtc_read_time()
112 static int rzn1_rtc_set_time(struct device *dev, struct rtc_time *tm) in rzn1_rtc_set_time()
189 struct rtc_time *tm = &rtc->tm_alarm, tm_now; in rzn1_rtc_alarm_irq_enable() local
228 struct rtc_time *tm = &alrm->time; in rzn1_rtc_read_alarm() local
262 struct rtc_time *tm = &alrm->time, tm_now; in rzn1_rtc_set_alarm() local
H A Drtc-max8907.c57 static void regs_to_tm(u8 *regs, struct rtc_time *tm) in regs_to_tm()
77 static void tm_to_regs(struct rtc_time *tm, u8 *regs) in tm_to_regs()
93 static int max8907_rtc_read_time(struct device *dev, struct rtc_time *tm) in max8907_rtc_read_time()
109 static int max8907_rtc_set_time(struct device *dev, struct rtc_time *tm) in max8907_rtc_set_time()
H A Drtc-s3c.c130 static int s3c_rtc_read_time(struct s3c_rtc *info, struct rtc_time *tm) in s3c_rtc_read_time()
170 static int s3c_rtc_write_time(struct s3c_rtc *info, const struct rtc_time *tm) in s3c_rtc_write_time()
190 static int s3c_rtc_gettime(struct device *dev, struct rtc_time *tm) in s3c_rtc_gettime()
207 static int s3c_rtc_settime(struct device *dev, struct rtc_time *tm) in s3c_rtc_settime()
277 struct rtc_time *tm = &alrm->time; in s3c_rtc_setalarm() local
H A Drtc-wm8350.c31 static int wm8350_rtc_readtime(struct device *dev, struct rtc_time *tm) in wm8350_rtc_readtime()
90 static int wm8350_rtc_settime(struct device *dev, struct rtc_time *tm) in wm8350_rtc_settime()
142 struct rtc_time *tm = &alrm->time; in wm8350_rtc_readalarm() local
246 struct rtc_time *tm = &alrm->time; in wm8350_rtc_setalarm() local
H A Drtc-au1xxx.c28 static int au1xtoy_rtc_read_time(struct device *dev, struct rtc_time *tm) in au1xtoy_rtc_read_time()
39 static int au1xtoy_rtc_set_time(struct device *dev, struct rtc_time *tm) in au1xtoy_rtc_set_time()
H A Drtc-ps3.c29 static int ps3_get_time(struct device *dev, struct rtc_time *tm) in ps3_get_time()
35 static int ps3_set_time(struct device *dev, struct rtc_time *tm) in ps3_set_time()
H A Drtc-mt2712.c139 struct rtc_time *tm, int *sec) in __mt2712_rtc_read_time()
157 static int mt2712_rtc_read_time(struct device *dev, struct rtc_time *tm) in mt2712_rtc_read_time()
172 static int mt2712_rtc_set_time(struct device *dev, struct rtc_time *tm) in mt2712_rtc_set_time()
196 struct rtc_time *tm = &alm->time; in mt2712_rtc_read_alarm() local
234 struct rtc_time *tm = &alm->time; in mt2712_rtc_set_alarm() local
H A Drtc-lpc24xx.c68 static int lpc24xx_rtc_set_time(struct device *dev, struct rtc_time *tm) in lpc24xx_rtc_set_time()
89 static int lpc24xx_rtc_read_time(struct device *dev, struct rtc_time *tm) in lpc24xx_rtc_read_time()
113 struct rtc_time *tm = &wkalrm->time; in lpc24xx_rtc_read_alarm() local
133 struct rtc_time *tm = &wkalrm->time; in lpc24xx_rtc_set_alarm() local
/linux/drivers/net/fddi/skfp/
H A Dsmttimer.c34 struct smt_timer *tm ; in smt_timer_stop() local
58 struct smt_timer *tm ; in smt_timer_start() local
115 struct smt_timer *tm ; in timer_done() local
/linux/arch/sh/boards/mach-sh03/
H A Drtc.c41 static int sh03_rtc_gettimeofday(struct device *dev, struct rtc_time *tm) in sh03_rtc_gettimeofday()
89 static int set_rtc_mmss(struct rtc_time *tm) in set_rtc_mmss()
123 static int sh03_rtc_settimeofday(struct device *dev, struct rtc_time *tm) in sh03_rtc_settimeofday()
/linux/net/sched/
H A Dem_text.c31 struct text_match *tm = EM_TEXT_PRIV(m); in em_text_match() local
53 struct text_match *tm; in em_text_change() local
115 struct text_match *tm = EM_TEXT_PRIV(m); in em_text_dump() local
/linux/drivers/xen/
H A Defi.c44 static efi_status_t xen_efi_get_time(efi_time_t *tm, efi_time_cap_t *tc) in xen_efi_get_time()
66 static efi_status_t xen_efi_set_time(efi_time_t *tm) in xen_efi_set_time()
81 efi_time_t *tm) in xen_efi_get_wakeup_time()
102 static efi_status_t xen_efi_set_wakeup_time(efi_bool_t enabled, efi_time_t *tm) in xen_efi_set_wakeup_time()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-rtc.c22 static void __init opal_to_tm(u32 y_m_d, u64 h_m_s_ms, struct rtc_time *tm) in opal_to_tm()
36 struct rtc_time tm; in opal_get_boot_time() local
/linux/arch/sh/boards/mach-dreamcast/
H A Drtc.c33 static int aica_rtc_gettimeofday(struct device *dev, struct rtc_time *tm) in aica_rtc_gettimeofday()
61 static int aica_rtc_settimeofday(struct device *dev, struct rtc_time *tm) in aica_rtc_settimeofday()
/linux/tools/testing/selftests/rtc/
H A Drtctest.c225 struct rtc_time tm; in TEST_F() local
294 struct rtc_time tm; in TEST_F() local
359 struct rtc_time tm; variable
426 struct rtc_time tm; variable
/linux/arch/powerpc/platforms/8xx/
H A Dm8xx_setup.c138 int mpc8xx_set_rtc_time(struct rtc_time *tm) in mpc8xx_set_rtc_time()
151 void mpc8xx_get_rtc_time(struct rtc_time *tm) in mpc8xx_get_rtc_time()

123456789