Searched defs:tm (Results 1 - 25 of 278) sorted by relevance

1234567891011>>

/linux-master/drivers/rtc/
H A Drtc-au1xxx.c28 static int au1xtoy_rtc_read_time(struct device *dev, struct rtc_time *tm) argument
39 static int au1xtoy_rtc_set_time(struct device *dev, struct rtc_time *tm) argument
H A Drtc-ps3.c29 static int ps3_get_time(struct device *dev, struct rtc_time *tm) argument
35 static int ps3_set_time(struct device *dev, struct rtc_time *tm) argument
H A Drtc-starfire.c28 static int starfire_read_time(struct device *dev, struct rtc_time *tm) argument
30 rtc_time64_to_tm(starfire_get_time(), tm); local
H A Drtc-sun4v.c40 static int sun4v_read_time(struct device *dev, struct rtc_time *tm) argument
42 rtc_time64_to_tm(hypervisor_get_time(), tm); local
67 static int sun4v_set_time(struct device *dev, struct rtc_time *tm) argument
H A Dproc.c45 struct rtc_time tm; local
H A Drtc-m41t94.c29 static int m41t94_set_time(struct device *dev, struct rtc_time *tm) argument
56 m41t94_read_time(struct device *dev, struct rtc_time *tm) argument
[all...]
H A Drtc-test.c63 static int test_rtc_read_time(struct device *dev, struct rtc_time *tm) argument
67 rtc_time64_to_tm(ktime_get_real_seconds() + rtd->offset, tm); local
72 static int test_rtc_set_time(struct device *dev, struct rtc_time *tm) argument
H A Drtc-pl030.c52 static int pl030_read_time(struct device *dev, struct rtc_time *tm) argument
69 static int pl030_set_time(struct device *dev, struct rtc_time *tm) argument
H A Drtc-ntxec.c36 static int ntxec_read_time(struct device *dev, struct rtc_time *tm) argument
79 static int ntxec_set_time(struct device *dev, struct rtc_time *tm) argument
[all...]
H A Dlib.c52 void rtc_time64_to_tm(time64_t time, struct rtc_time *tm) argument
147 rtc_valid_tm(struct rtc_time *tm) argument
168 rtc_tm_to_time64(struct rtc_time *tm) argument
178 rtc_tm_to_ktime(struct rtc_time tm) argument
[all...]
/linux-master/arch/powerpc/kernel/
H A Drtas-rtc.c86 int rtas_set_rtc_time(struct rtc_time *tm) argument
/linux-master/arch/sh/boards/mach-dreamcast/
H A Drtc.c33 static int aica_rtc_gettimeofday(struct device *dev, struct rtc_time *tm) argument
61 static int aica_rtc_settimeofday(struct device *dev, struct rtc_time *tm) argument
/linux-master/include/linux/
H A Dtime.h36 struct tm { struct
/linux-master/drivers/md/persistent-data/
H A Ddm-array.h70 struct dm_transaction_manager *tm; member in struct:dm_array_info
H A Ddm-btree.h83 struct dm_transaction_manager *tm; member in struct:dm_btree_info
/linux-master/fs/udf/
H A Dudftime.c63 struct tm tm; local
/linux-master/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) argument
36 struct rtc_time tm; local
[all...]
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-rds-gen.c47 struct tm tm; local
94 time64_to_tm(ktime_get_real_seconds(), 0, &tm); local
/linux-master/drivers/net/fddi/skfp/
H A Dsmttimer.c34 struct smt_timer *tm ; local
58 struct smt_timer *tm ; local
115 struct smt_timer *tm ; local
[all...]
/linux-master/arch/powerpc/platforms/8xx/
H A Dm8xx_setup.c138 int mpc8xx_set_rtc_time(struct rtc_time *tm) argument
151 void mpc8xx_get_rtc_time(struct rtc_time *tm) argument
/linux-master/samples/connector/
H A Ducon.c106 time_t tm; local
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_mbox_pci.c43 ktime_t tm; local
/linux-master/arch/powerpc/platforms/chrp/
H A Dtime.c89 struct rtc_time tm = *tmarg; local
130 chrp_get_rtc_time(struct rtc_time *tm) argument
[all...]
/linux-master/arch/m68k/kernel/
H A Dtime.c94 static int rtc_generic_get_time(struct device *dev, struct rtc_time *tm) argument
100 static int rtc_generic_set_time(struct device *dev, struct rtc_time *tm) argument
/linux-master/arch/powerpc/platforms/maple/
H A Dtime.c51 void maple_get_rtc_time(struct rtc_time *tm) argument
77 maple_set_rtc_time(struct rtc_time *tm) argument
136 struct rtc_time tm; local
[all...]

Completed in 300 milliseconds

1234567891011>>