Searched defs:tm (Results 1 - 200 of 219) sorted by relevance

12

/linux-4.4.14/drivers/rtc/
H A Dsystohc.c26 struct rtc_time tm; rtc_set_ntp_time() local
H A Dhctosys.c30 struct rtc_time tm; rtc_hctosys() local
H A Drtc-generic.c14 static int generic_get_time(struct device *dev, struct rtc_time *tm) generic_get_time() argument
24 static int generic_set_time(struct device *dev, struct rtc_time *tm) generic_set_time() argument
H A Drtc-au1xxx.c31 static int au1xtoy_rtc_read_time(struct device *dev, struct rtc_time *tm) au1xtoy_rtc_read_time() argument
42 static int au1xtoy_rtc_set_time(struct device *dev, struct rtc_time *tm) au1xtoy_rtc_set_time() argument
H A Drtc-dm355evm.c37 static int dm355evm_rtc_read_time(struct device *dev, struct rtc_time *tm) dm355evm_rtc_read_time() argument
81 rtc_time_to_tm(le32_to_cpu(time.value), tm); dm355evm_rtc_read_time() local
85 static int dm355evm_rtc_set_time(struct device *dev, struct rtc_time *tm) dm355evm_rtc_set_time() argument
H A Drtc-ps3.c41 static int ps3_get_time(struct device *dev, struct rtc_time *tm) ps3_get_time() argument
47 static int ps3_set_time(struct device *dev, struct rtc_time *tm) ps3_set_time() argument
H A Drtc-starfire.c30 static int starfire_read_time(struct device *dev, struct rtc_time *tm) starfire_read_time() argument
32 rtc_time_to_tm(starfire_get_time(), tm); starfire_read_time() local
H A Drtc-tile.c28 static int read_rtc_time(struct device *dev, struct rtc_time *tm) read_rtc_time() argument
52 static int set_rtc_time(struct device *dev, struct rtc_time *tm) set_rtc_time() argument
H A Drtc-sun4v.c38 static int sun4v_read_time(struct device *dev, struct rtc_time *tm) sun4v_read_time() argument
40 rtc_time_to_tm(hypervisor_get_time(), tm); sun4v_read_time() local
65 static int sun4v_set_time(struct device *dev, struct rtc_time *tm) sun4v_set_time() argument
H A Drtc-efi.c162 static int efi_read_time(struct device *dev, struct rtc_time *tm) efi_read_time() argument
182 static int efi_set_time(struct device *dev, struct rtc_time *tm) efi_set_time() argument
H A Drtc-lib.c53 void rtc_time64_to_tm(time64_t time, struct rtc_time *tm) rtc_time64_to_tm() argument
100 int rtc_valid_tm(struct rtc_time *tm) rtc_valid_tm() argument
119 time64_t rtc_tm_to_time64(struct rtc_time *tm) rtc_tm_to_time64() argument
129 ktime_t rtc_tm_to_ktime(struct rtc_time tm) rtc_tm_to_ktime() argument
H A Drtc-m41t94.c32 static int m41t94_set_time(struct device *dev, struct rtc_time *tm) m41t94_set_time() argument
59 static int m41t94_read_time(struct device *dev, struct rtc_time *tm) m41t94_read_time() argument
H A Drtc-opal.c33 static void opal_to_tm(u32 y_m_d, u64 h_m_s_ms, struct rtc_time *tm) opal_to_tm() argument
46 static void tm_to_opal(struct rtc_time *tm, u32 *y_m_d, u64 *h_m_s_ms) tm_to_opal() argument
58 static int opal_get_rtc_time(struct device *dev, struct rtc_time *tm) opal_get_rtc_time() argument
84 static int opal_set_rtc_time(struct device *dev, struct rtc_time *tm) opal_set_rtc_time() argument
H A Drtc-pl030.c63 static int pl030_read_time(struct device *dev, struct rtc_time *tm) pl030_read_time() argument
80 static int pl030_set_time(struct device *dev, struct rtc_time *tm) pl030_set_time() argument
H A Drtc-proc.c48 struct rtc_time tm; rtc_proc_show() local
H A Dclass.c54 struct rtc_time tm; rtc_suspend() local
100 struct rtc_time tm; rtc_resume() local
H A Drtc-ab3100.c76 static int ab3100_rtc_read_time(struct device *dev, struct rtc_time *tm) ab3100_rtc_read_time() argument
H A Drtc-as3722.c42 static void as3722_time_to_reg(u8 *rbuff, struct rtc_time *tm) as3722_time_to_reg() argument
52 static void as3722_reg_to_time(u8 *rbuff, struct rtc_time *tm) as3722_reg_to_time() argument
63 static int as3722_rtc_read_time(struct device *dev, struct rtc_time *tm) as3722_rtc_read_time() argument
80 static int as3722_rtc_set_time(struct device *dev, struct rtc_time *tm) as3722_rtc_set_time() argument
H A Drtc-bq4802.c49 static int bq4802_read_time(struct device *dev, struct rtc_time *tm) bq4802_read_time() argument
92 static int bq4802_set_time(struct device *dev, struct rtc_time *tm) bq4802_set_time() argument
H A Drtc-coh901331.c76 static int coh901331_read_time(struct device *dev, struct rtc_time *tm) coh901331_read_time() argument
H A Drtc-da9052.c203 static int da9052_rtc_set_time(struct device *dev, struct rtc_time *tm) da9052_rtc_set_time() argument
231 struct rtc_time *tm = &alrm->time; da9052_rtc_read_alarm() local
247 struct rtc_time *tm = &alrm->time; da9052_rtc_set_alarm() local
H A Drtc-da9055.c163 static int da9055_rtc_set_time(struct device *dev, struct rtc_time *tm) da9055_rtc_set_time() argument
183 struct rtc_time *tm = &alrm->time; da9055_rtc_read_alarm() local
199 struct rtc_time *tm = &alrm->time; da9055_rtc_set_alarm() local
H A Drtc-ds1216.c79 static int ds1216_rtc_read_time(struct device *dev, struct rtc_time *tm) ds1216_rtc_read_time() argument
107 static int ds1216_rtc_set_time(struct device *dev, struct rtc_time *tm) ds1216_rtc_set_time() argument
H A Drtc-ds1672.c33 static int ds1672_get_datetime(struct i2c_client *client, struct rtc_time *tm) ds1672_get_datetime() argument
96 static int ds1672_rtc_read_time(struct device *dev, struct rtc_time *tm) ds1672_rtc_read_time() argument
H A Drtc-em3027.c45 static int em3027_get_time(struct device *dev, struct rtc_time *tm) em3027_get_time() argument
83 static int em3027_set_time(struct device *dev, struct rtc_time *tm) em3027_set_time() argument
H A Drtc-gemini.c70 static int gemini_rtc_read_time(struct device *dev, struct rtc_time *tm) gemini_rtc_read_time() argument
90 static int gemini_rtc_set_time(struct device *dev, struct rtc_time *tm) gemini_rtc_set_time() argument
H A Drtc-isl12022.c109 static int isl12022_get_datetime(struct i2c_client *client, struct rtc_time *tm) isl12022_get_datetime() argument
157 static int isl12022_set_datetime(struct i2c_client *client, struct rtc_time *tm) isl12022_set_datetime() argument
233 static int isl12022_rtc_read_time(struct device *dev, struct rtc_time *tm) isl12022_rtc_read_time() argument
238 static int isl12022_rtc_set_time(struct device *dev, struct rtc_time *tm) isl12022_rtc_set_time() argument
H A Drtc-m41t93.c48 static int m41t93_set_time(struct device *dev, struct rtc_time *tm) m41t93_set_time() argument
104 static int m41t93_get_time(struct device *dev, struct rtc_time *tm) m41t93_get_time() argument
H A Drtc-m48t35.c50 static int m48t35_read_time(struct device *dev, struct rtc_time *tm) m48t35_read_time() argument
92 static int m48t35_set_time(struct device *dev, struct rtc_time *tm) m48t35_set_time() argument
H A Drtc-m48t86.c45 static int m48t86_rtc_read_time(struct device *dev, struct rtc_time *tm) m48t86_rtc_read_time() argument
83 static int m48t86_rtc_set_time(struct device *dev, struct rtc_time *tm) m48t86_rtc_set_time() argument
H A Drtc-mc13xxx.c62 static int mc13xxx_rtc_read_time(struct device *dev, struct rtc_time *tm) mc13xxx_rtc_read_time() argument
H A Drtc-palmas.c48 static int palmas_rtc_read_time(struct device *dev, struct rtc_time *tm) palmas_rtc_read_time() argument
79 static int palmas_rtc_set_time(struct device *dev, struct rtc_time *tm) palmas_rtc_set_time() argument
H A Drtc-pcap.c48 struct rtc_time *tm = &alrm->time; pcap_rtc_read_alarm() local
68 struct rtc_time *tm = &alrm->time; pcap_rtc_set_alarm() local
83 static int pcap_rtc_read_time(struct device *dev, struct rtc_time *tm) pcap_rtc_read_time() argument
H A Drtc-pcf2123.c139 static int pcf2123_rtc_read_time(struct device *dev, struct rtc_time *tm) pcf2123_rtc_read_time() argument
171 static int pcf2123_rtc_set_time(struct device *dev, struct rtc_time *tm) pcf2123_rtc_set_time() argument
H A Drtc-pcf2127.c49 static int pcf2127_get_datetime(struct i2c_client *client, struct rtc_time *tm) pcf2127_get_datetime() argument
103 static int pcf2127_set_datetime(struct i2c_client *client, struct rtc_time *tm) pcf2127_set_datetime() argument
177 static int pcf2127_rtc_read_time(struct device *dev, struct rtc_time *tm) pcf2127_rtc_read_time() argument
182 static int pcf2127_rtc_set_time(struct device *dev, struct rtc_time *tm) pcf2127_rtc_set_time() argument
H A Drtc-pcf85063.c46 static int pcf85063_get_datetime(struct i2c_client *client, struct rtc_time *tm) pcf85063_get_datetime() argument
86 static int pcf85063_set_datetime(struct i2c_client *client, struct rtc_time *tm) pcf85063_set_datetime() argument
128 static int pcf85063_rtc_read_time(struct device *dev, struct rtc_time *tm) pcf85063_rtc_read_time() argument
133 static int pcf85063_rtc_set_time(struct device *dev, struct rtc_time *tm) pcf85063_rtc_set_time() argument
H A Drtc-rc5t583.c69 static int rc5t583_rtc_read_time(struct device *dev, struct rtc_time *tm) rc5t583_rtc_read_time() argument
93 static int rc5t583_rtc_set_time(struct device *dev, struct rtc_time *tm) rc5t583_rtc_set_time() argument
H A Drtc-sysfs.c38 struct rtc_time tm; date_show() local
54 struct rtc_time tm; time_show() local
70 struct rtc_time tm; since_epoch_show() local
H A Drtc-test.c37 rtc_time64_to_tm(ktime_get_real_seconds(), tm); test_rtc_read_time() local
34 test_rtc_read_time(struct device *dev, struct rtc_time *tm) test_rtc_read_time() argument
H A Drtc-tps65910.c56 static int tps65910_rtc_read_time(struct device *dev, struct rtc_time *tm) tps65910_rtc_read_time() argument
87 static int tps65910_rtc_set_time(struct device *dev, struct rtc_time *tm) tps65910_rtc_set_time() argument
H A Drtc-tps80031.c67 static int tps80031_rtc_read_time(struct device *dev, struct rtc_time *tm) tps80031_rtc_read_time() argument
89 static int tps80031_rtc_set_time(struct device *dev, struct rtc_time *tm) tps80031_rtc_set_time() argument
239 struct rtc_time tm; tps80031_rtc_probe() local
H A Drtc-wm8350.c38 static int wm8350_rtc_readtime(struct device *dev, struct rtc_time *tm) wm8350_rtc_readtime() argument
97 static int wm8350_rtc_settime(struct device *dev, struct rtc_time *tm) wm8350_rtc_settime() argument
149 struct rtc_time *tm = &alrm->time; wm8350_rtc_readalarm() local
253 struct rtc_time *tm = &alrm->time; wm8350_rtc_setalarm() local
H A Drtc-88pm80x.c113 static int pm80x_rtc_read_time(struct device *dev, struct rtc_time *tm) pm80x_rtc_read_time() argument
132 static int pm80x_rtc_set_time(struct device *dev, struct rtc_time *tm) pm80x_rtc_set_time() argument
257 struct rtc_time tm; pm80x_rtc_probe() local
H A Drtc-88pm860x.c109 static int pm860x_rtc_read_time(struct device *dev, struct rtc_time *tm) pm860x_rtc_read_time() argument
132 static int pm860x_rtc_set_time(struct device *dev, struct rtc_time *tm) pm860x_rtc_set_time() argument
316 struct rtc_time tm; pm860x_rtc_probe() local
H A Drtc-abx80x.c95 static int abx80x_rtc_read_time(struct device *dev, struct rtc_time *tm) abx80x_rtc_read_time() argument
123 static int abx80x_rtc_set_time(struct device *dev, struct rtc_time *tm) abx80x_rtc_set_time() argument
H A Drtc-armada38x.c57 static int armada38x_rtc_read_time(struct device *dev, struct rtc_time *tm) armada38x_rtc_read_time() argument
80 static int armada38x_rtc_set_time(struct device *dev, struct rtc_time *tm) armada38x_rtc_set_time() argument
H A Drtc-at32ap700x.c70 static int at32_rtc_readtime(struct device *dev, struct rtc_time *tm) at32_rtc_readtime() argument
81 static int at32_rtc_settime(struct device *dev, struct rtc_time *tm) at32_rtc_settime() argument
H A Drtc-at91rm9200.c148 static int at91_rtc_readtime(struct device *dev, struct rtc_time *tm) at91_rtc_readtime() argument
164 static int at91_rtc_settime(struct device *dev, struct rtc_time *tm) at91_rtc_settime() argument
208 struct rtc_time *tm = &alrm->time; at91_rtc_readalarm() local
229 struct rtc_time tm; at91_rtc_setalarm() local
116 at91_rtc_decodetime(unsigned int timereg, unsigned int calreg, struct rtc_time *tm) at91_rtc_decodetime() argument
H A Drtc-bq32k.c87 static int bq32k_rtc_read_time(struct device *dev, struct rtc_time *tm) bq32k_rtc_read_time() argument
108 static int bq32k_rtc_set_time(struct device *dev, struct rtc_time *tm) bq32k_rtc_set_time() argument
H A Drtc-dev.c60 struct rtc_time tm; rtc_uie_task() local
120 struct rtc_time tm; set_uie() local
224 struct rtc_time tm; rtc_dev_ioctl() local
H A Drtc-digicolor.c95 static int dc_rtc_read_time(struct device *dev, struct rtc_time *tm) dc_rtc_read_time() argument
H A Drtc-ds1286.c156 static int ds1286_read_time(struct device *dev, struct rtc_time *tm) ds1286_read_time() argument
219 static int ds1286_set_time(struct device *dev, struct rtc_time *tm) ds1286_set_time() argument
H A Drtc-ds1302.c144 static int ds1302_rtc_read_time(struct device *dev, struct rtc_time *tm) ds1302_rtc_read_time() argument
166 static int ds1302_rtc_set_time(struct device *dev, struct rtc_time *tm) ds1302_rtc_set_time() argument
H A Drtc-ds1742.c63 static int ds1742_rtc_set_time(struct device *dev, struct rtc_time *tm) ds1742_rtc_set_time() argument
88 static int ds1742_rtc_read_time(struct device *dev, struct rtc_time *tm) ds1742_rtc_read_time() argument
H A Drtc-ep93xx.c61 static int ep93xx_rtc_read_time(struct device *dev, struct rtc_time *tm) ep93xx_rtc_read_time() argument
H A Drtc-fm3130.c191 struct rtc_time *tm = &alrm->time; fm3130_read_alarm() local
248 struct rtc_time *tm = &alrm->time; fm3130_set_alarm() local
H A Drtc-hid-sensor-time.c205 static int hid_rtc_read_time(struct device *dev, struct rtc_time *tm) hid_rtc_read_time() argument
H A Drtc-m48t59.c68 static int m48t59_rtc_read_time(struct device *dev, struct rtc_time *tm) m48t59_rtc_read_time() argument
111 static int m48t59_rtc_set_time(struct device *dev, struct rtc_time *tm) m48t59_rtc_set_time() argument
163 struct rtc_time *tm = &alrm->time; m48t59_rtc_readalarm() local
210 struct rtc_time *tm = &alrm->time; m48t59_rtc_setalarm() local
H A Drtc-max6900.c144 static int max6900_i2c_read_time(struct i2c_client *client, struct rtc_time *tm) max6900_i2c_read_time() argument
171 max6900_i2c_set_time(struct i2c_client *client, struct rtc_time const *tm) max6900_i2c_set_time() argument
198 static int max6900_rtc_read_time(struct device *dev, struct rtc_time *tm) max6900_rtc_read_time() argument
203 static int max6900_rtc_set_time(struct device *dev, struct rtc_time *tm) max6900_rtc_set_time() argument
H A Drtc-max77686.c75 static void max77686_rtc_data_to_tm(u8 *data, struct rtc_time *tm, max77686_rtc_data_to_tm() argument
97 static int max77686_rtc_tm_to_data(struct rtc_time *tm, u8 *data) max77686_rtc_tm_to_data() argument
139 static int max77686_rtc_read_time(struct device *dev, struct rtc_time *tm) max77686_rtc_read_time() argument
167 static int max77686_rtc_set_time(struct device *dev, struct rtc_time *tm) max77686_rtc_set_time() argument
245 struct rtc_time tm; max77686_rtc_stop_alarm() local
284 struct rtc_time tm; max77686_rtc_start_alarm() local
H A Drtc-max77802.c78 static void max77802_rtc_data_to_tm(u8 *data, struct rtc_time *tm, max77802_rtc_data_to_tm() argument
101 static int max77802_rtc_tm_to_data(struct rtc_time *tm, u8 *data) max77802_rtc_tm_to_data() argument
139 static int max77802_rtc_read_time(struct device *dev, struct rtc_time *tm) max77802_rtc_read_time() argument
168 static int max77802_rtc_set_time(struct device *dev, struct rtc_time *tm) max77802_rtc_set_time() argument
H A Drtc-max8907.c61 static void regs_to_tm(u8 *regs, struct rtc_time *tm) regs_to_tm() argument
81 static void tm_to_regs(struct rtc_time *tm, u8 *regs) tm_to_regs() argument
97 static int max8907_rtc_read_time(struct device *dev, struct rtc_time *tm) max8907_rtc_read_time() argument
113 static int max8907_rtc_set_time(struct device *dev, struct rtc_time *tm) max8907_rtc_set_time() argument
H A Drtc-moxart.c142 static int moxart_rtc_set_time(struct device *dev, struct rtc_time *tm) moxart_rtc_set_time() argument
185 static int moxart_rtc_read_time(struct device *dev, struct rtc_time *tm) moxart_rtc_read_time() argument
H A Drtc-mv.c49 static int mv_rtc_set_time(struct device *dev, struct rtc_time *tm) mv_rtc_set_time() argument
69 static int mv_rtc_read_time(struct device *dev, struct rtc_time *tm) mv_rtc_read_time() argument
H A Drtc-pcf50633.c108 static int pcf50633_rtc_read_time(struct device *dev, struct rtc_time *tm) pcf50633_rtc_read_time() argument
141 static int pcf50633_rtc_set_time(struct device *dev, struct rtc_time *tm) pcf50633_rtc_set_time() argument
H A Drtc-pcf8523.c160 static int pcf8523_rtc_read_time(struct device *dev, struct rtc_time *tm) pcf8523_rtc_read_time() argument
215 static int pcf8523_rtc_set_time(struct device *dev, struct rtc_time *tm) pcf8523_rtc_set_time() argument
H A Drtc-pcf8583.c175 static int pcf8583_rtc_read_time(struct device *dev, struct rtc_time *tm) pcf8583_rtc_read_time() argument
225 static int pcf8583_rtc_set_time(struct device *dev, struct rtc_time *tm) pcf8583_rtc_set_time() argument
H A Drtc-pm8xxx.c81 static int pm8xxx_rtc_set_time(struct device *dev, struct rtc_time *tm) pm8xxx_rtc_set_time() argument
155 static int pm8xxx_rtc_read_time(struct device *dev, struct rtc_time *tm) pm8xxx_rtc_read_time() argument
H A Drtc-puv3.c100 static int puv3_rtc_settime(struct device *dev, struct rtc_time *tm) puv3_rtc_settime() argument
132 struct rtc_time *tm = &alrm->time; puv3_rtc_setalarm() local
H A Drtc-rk808.c68 static time64_t nov2dec_transitions(struct rtc_time *tm) nov2dec_transitions() argument
73 static void rockchip_to_gregorian(struct rtc_time *tm) rockchip_to_gregorian() argument
80 static void gregorian_to_rockchip(struct rtc_time *tm) gregorian_to_rockchip() argument
96 static int rk808_rtc_readtime(struct device *dev, struct rtc_time *tm) rk808_rtc_readtime() argument
149 static int rk808_rtc_set_time(struct device *dev, struct rtc_time *tm) rk808_rtc_set_time() argument
378 struct rtc_time tm; rk808_rtc_probe() local
H A Drtc-rs5c348.c64 rs5c348_rtc_set_time(struct device *dev, struct rtc_time *tm) rs5c348_rtc_set_time() argument
100 rs5c348_rtc_read_time(struct device *dev, struct rtc_time *tm) rs5c348_rtc_read_time() argument
184 struct rtc_time tm; rs5c348_probe() local
H A Drtc-rx4581.c102 static int rx4581_get_datetime(struct device *dev, struct rtc_time *tm) rx4581_get_datetime() argument
182 static int rx4581_set_datetime(struct device *dev, struct rtc_time *tm) rx4581_set_datetime() argument
H A Drtc-rx8581.c98 static int rx8581_get_datetime(struct i2c_client *client, struct rtc_time *tm) rx8581_get_datetime() argument
176 static int rx8581_set_datetime(struct i2c_client *client, struct rtc_time *tm) rx8581_set_datetime() argument
254 static int rx8581_rtc_read_time(struct device *dev, struct rtc_time *tm) rx8581_rtc_read_time() argument
259 static int rx8581_rtc_set_time(struct device *dev, struct rtc_time *tm) rx8581_rtc_set_time() argument
H A Drtc-s35390a.c151 static int s35390a_set_datetime(struct i2c_client *client, struct rtc_time *tm) s35390a_set_datetime() argument
179 static int s35390a_get_datetime(struct i2c_client *client, struct rtc_time *tm) s35390a_get_datetime() argument
307 static int s35390a_rtc_read_time(struct device *dev, struct rtc_time *tm) s35390a_rtc_read_time() argument
312 static int s35390a_rtc_set_time(struct device *dev, struct rtc_time *tm) s35390a_rtc_set_time() argument
333 struct rtc_time tm; s35390a_probe() local
H A Drtc-s5m.c114 static void s5m8767_data_to_tm(u8 *data, struct rtc_time *tm, s5m8767_data_to_tm() argument
135 static int s5m8767_tm_to_data(struct rtc_time *tm, u8 *data) s5m8767_tm_to_data() argument
282 static void s5m8763_data_to_tm(u8 *data, struct rtc_time *tm) s5m8763_data_to_tm() argument
302 static void s5m8763_tm_to_data(struct rtc_time *tm, u8 *data) s5m8763_tm_to_data() argument
314 static int s5m_rtc_read_time(struct device *dev, struct rtc_time *tm) s5m_rtc_read_time() argument
358 static int s5m_rtc_set_time(struct device *dev, struct rtc_time *tm) s5m_rtc_set_time() argument
448 struct rtc_time tm; s5m_rtc_stop_alarm() local
492 struct rtc_time tm; s5m_rtc_start_alarm() local
H A Drtc-sa1100.c154 static int sa1100_rtc_read_time(struct device *dev, struct rtc_time *tm) sa1100_rtc_read_time() argument
162 static int sa1100_rtc_set_time(struct device *dev, struct rtc_time *tm) sa1100_rtc_set_time() argument
H A Drtc-snvs.c121 static int snvs_rtc_read_time(struct device *dev, struct rtc_time *tm) snvs_rtc_read_time() argument
131 static int snvs_rtc_set_time(struct device *dev, struct rtc_time *tm) snvs_rtc_set_time() argument
H A Drtc-st-lpc.c84 static int st_rtc_read_time(struct device *dev, struct rtc_time *tm) st_rtc_read_time() argument
107 static int st_rtc_set_time(struct device *dev, struct rtc_time *tm) st_rtc_set_time() argument
H A Drtc-tegra.c107 static int tegra_rtc_read_time(struct device *dev, struct rtc_time *tm) tegra_rtc_read_time() argument
137 static int tegra_rtc_set_time(struct device *dev, struct rtc_time *tm) tegra_rtc_set_time() argument
H A Drtc-tps6586x.c69 static int tps6586x_rtc_read_time(struct device *dev, struct rtc_time *tm) tps6586x_rtc_read_time() argument
96 static int tps6586x_rtc_set_time(struct device *dev, struct rtc_time *tm) tps6586x_rtc_set_time() argument
H A Drtc-tx4939.c69 static int tx4939_rtc_read_time(struct device *dev, struct rtc_time *tm) tx4939_rtc_read_time() argument
H A Drtc-xgene.c57 static int xgene_rtc_read_time(struct device *dev, struct rtc_time *tm) xgene_rtc_read_time() argument
H A Drtc-zynqmp.c60 static int xlnx_rtc_set_time(struct device *dev, struct rtc_time *tm) xlnx_rtc_set_time() argument
75 static int xlnx_rtc_read_time(struct device *dev, struct rtc_time *tm) xlnx_rtc_read_time() argument
H A Dinterface.c23 static int __rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm) __rtc_read_time() argument
46 int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm) rtc_read_time() argument
60 int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm) rtc_set_time() argument
308 struct rtc_time tm; __rtc_set_alarm() local
449 struct rtc_time tm; rtc_update_irq_enable() local
829 struct rtc_time tm; rtc_timer_do_work() local
H A Drtc-ab8500.c75 struct rtc_time tm = { get_elapsed_seconds() local
88 static int ab8500_rtc_read_time(struct device *dev, struct rtc_time *tm) ab8500_rtc_read_time() argument
137 static int ab8500_rtc_set_time(struct device *dev, struct rtc_time *tm) ab8500_rtc_set_time() argument
H A Drtc-at91sam9.c108 static int at91_rtc_readtime(struct device *dev, struct rtc_time *tm) at91_rtc_readtime() argument
137 static int at91_rtc_settime(struct device *dev, struct rtc_time *tm) at91_rtc_settime() argument
190 struct rtc_time *tm = &alrm->time; at91_rtc_readalarm() local
216 struct rtc_time *tm = &alrm->time; at91_rtc_setalarm() local
H A Drtc-bfin.c104 static inline void rtc_bfin_to_tm(u32 rtc_bfin, struct rtc_time *tm) rtc_bfin_to_tm() argument
106 rtc_time_to_tm(rtc_bfin_to_time(rtc_bfin), tm); rtc_bfin_to_tm() local
257 static int bfin_rtc_read_time(struct device *dev, struct rtc_time *tm) bfin_rtc_read_time() argument
266 rtc_bfin_to_tm(bfin_read_RTC_STAT(), tm); bfin_rtc_read_time() local
271 static int bfin_rtc_set_time(struct device *dev, struct rtc_time *tm) bfin_rtc_set_time() argument
H A Drtc-da9063.c174 static void da9063_data_to_tm(u8 *data, struct rtc_time *tm, da9063_data_to_tm() argument
189 static void da9063_tm_to_data(struct rtc_time *tm, u8 *data, da9063_tm_to_data() argument
237 static int da9063_rtc_read_time(struct device *dev, struct rtc_time *tm) da9063_rtc_read_time() argument
273 static int da9063_rtc_set_time(struct device *dev, struct rtc_time *tm) da9063_rtc_set_time() argument
H A Drtc-ds1305.c339 struct rtc_time tm; ds1305_set_alarm() local
H A Drtc-ds1553.c76 static int ds1553_rtc_set_time(struct device *dev, struct rtc_time *tm) ds1553_rtc_set_time() argument
101 static int ds1553_rtc_read_time(struct device *dev, struct rtc_time *tm) ds1553_rtc_read_time() argument
H A Drtc-isl12057.c88 static void isl12057_rtc_regs_to_tm(struct rtc_time *tm, u8 *regs) isl12057_rtc_regs_to_tm() argument
111 static int isl12057_rtc_tm_to_regs(u8 *regs, struct rtc_time *tm) isl12057_rtc_tm_to_regs() argument
199 static int _isl12057_rtc_read_time(struct device *dev, struct rtc_time *tm) _isl12057_rtc_read_time() argument
395 static int isl12057_rtc_set_time(struct device *dev, struct rtc_time *tm) isl12057_rtc_set_time() argument
H A Drtc-lp8788.c113 static int lp8788_rtc_read_time(struct device *dev, struct rtc_time *tm) lp8788_rtc_read_time() argument
137 static int lp8788_rtc_set_time(struct device *dev, struct rtc_time *tm) lp8788_rtc_set_time() argument
171 struct rtc_time *tm = &alarm->time; lp8788_read_alarm() local
196 struct rtc_time *tm = &alarm->time; lp8788_set_alarm() local
H A Drtc-lpc24xx.c74 static int lpc24xx_rtc_set_time(struct device *dev, struct rtc_time *tm) lpc24xx_rtc_set_time() argument
95 static int lpc24xx_rtc_read_time(struct device *dev, struct rtc_time *tm) lpc24xx_rtc_read_time() argument
119 struct rtc_time *tm = &wkalrm->time; lpc24xx_rtc_read_alarm() local
139 struct rtc_time *tm = &wkalrm->time; lpc24xx_rtc_set_alarm() local
H A Drtc-max8925.c85 static int tm_calc(struct rtc_time *tm, unsigned char *buf, int len) tm_calc() argument
114 static int data_calc(unsigned char *buf, struct rtc_time *tm, int len) data_calc() argument
154 static int max8925_rtc_read_time(struct device *dev, struct rtc_time *tm) max8925_rtc_read_time() argument
168 static int max8925_rtc_set_time(struct device *dev, struct rtc_time *tm) max8925_rtc_set_time() argument
H A Drtc-max8997.c80 static void max8997_rtc_data_to_tm(u8 *data, struct rtc_time *tm, max8997_rtc_data_to_tm() argument
101 static int max8997_rtc_tm_to_data(struct rtc_time *tm, u8 *data) max8997_rtc_tm_to_data() argument
138 static int max8997_rtc_read_time(struct device *dev, struct rtc_time *tm) max8997_rtc_read_time() argument
159 static int max8997_rtc_set_time(struct device *dev, struct rtc_time *tm) max8997_rtc_set_time() argument
H A Drtc-max8998.c81 static void max8998_data_to_tm(u8 *data, struct rtc_time *tm) max8998_data_to_tm() argument
99 static void max8998_tm_to_data(struct rtc_time *tm, u8 *data) max8998_tm_to_data() argument
111 static int max8998_rtc_read_time(struct device *dev, struct rtc_time *tm) max8998_rtc_read_time() argument
126 static int max8998_rtc_set_time(struct device *dev, struct rtc_time *tm) max8998_rtc_set_time() argument
H A Drtc-mpc5121.c106 static int mpc5121_rtc_read_time(struct device *dev, struct rtc_time *tm) mpc5121_rtc_read_time() argument
128 static int mpc5121_rtc_set_time(struct device *dev, struct rtc_time *tm) mpc5121_rtc_set_time() argument
152 static int mpc5200_rtc_read_time(struct device *dev, struct rtc_time *tm) mpc5200_rtc_read_time() argument
179 static int mpc5200_rtc_set_time(struct device *dev, struct rtc_time *tm) mpc5200_rtc_set_time() argument
92 mpc5121_rtc_update_smh(struct mpc5121_rtc_regs __iomem *regs, struct rtc_time *tm) mpc5121_rtc_update_smh() argument
H A Drtc-msm6242.c125 static int msm6242_read_time(struct device *dev, struct rtc_time *tm) msm6242_read_time() argument
161 static int msm6242_set_time(struct device *dev, struct rtc_time *tm) msm6242_set_time() argument
H A Drtc-mt6397.c149 static int mtk_rtc_read_time(struct device *dev, struct rtc_time *tm) mtk_rtc_read_time() argument
181 static int mtk_rtc_set_time(struct device *dev, struct rtc_time *tm) mtk_rtc_set_time() argument
213 struct rtc_time *tm = &alm->time; mtk_rtc_read_alarm() local
254 struct rtc_time *tm = &alm->time; mtk_rtc_set_alarm() local
124 __mtk_rtc_read_time(struct mt6397_rtc *rtc, struct rtc_time *tm, int *sec) __mtk_rtc_read_time() argument
H A Drtc-nuc900.c151 static int nuc900_rtc_read_time(struct device *dev, struct rtc_time *tm) nuc900_rtc_read_time() argument
162 static int nuc900_rtc_set_time(struct device *dev, struct rtc_time *tm) nuc900_rtc_set_time() argument
198 struct nuc900_bcd_time tm; nuc900_rtc_set_alarm() local
105 nuc900_rtc_bcd2bin(unsigned int timereg, unsigned int calreg, struct rtc_time *tm) nuc900_rtc_bcd2bin() argument
H A Drtc-pl031.c170 static int pl031_stv2_read_time(struct device *dev, struct rtc_time *tm) pl031_stv2_read_time() argument
180 static int pl031_stv2_set_time(struct device *dev, struct rtc_time *tm) pl031_stv2_set_time() argument
251 static int pl031_read_time(struct device *dev, struct rtc_time *tm) pl031_read_time() argument
260 static int pl031_set_time(struct device *dev, struct rtc_time *tm) pl031_set_time() argument
117 pl031_stv2_tm_to_time(struct device *dev, struct rtc_time *tm, unsigned long *st_time, unsigned long *bcd_year) pl031_stv2_tm_to_time() argument
153 pl031_stv2_time_to_tm(unsigned long st_time, unsigned long bcd_year, struct rtc_time *tm) pl031_stv2_time_to_tm() argument
H A Drtc-rp5c01.c93 static int rp5c01_read_time(struct device *dev, struct rtc_time *tm) rp5c01_read_time() argument
122 static int rp5c01_set_time(struct device *dev, struct rtc_time *tm) rp5c01_set_time() argument
H A Drtc-rs5c313.c214 static int rs5c313_rtc_read_time(struct device *dev, struct rtc_time *tm) rs5c313_rtc_read_time() argument
274 static int rs5c313_rtc_set_time(struct device *dev, struct rtc_time *tm) rs5c313_rtc_set_time() argument
334 struct rtc_time tm; rs5c313_check_xstp_bit() local
H A Drtc-rv3029c2.c142 rv3029c2_i2c_read_time(struct i2c_client *client, struct rtc_time *tm) rv3029c2_i2c_read_time() argument
185 static int rv3029c2_rtc_read_time(struct device *dev, struct rtc_time *tm) rv3029c2_rtc_read_time() argument
193 struct rtc_time *const tm = &alarm->time; rv3029c2_i2c_read_alarm() local
258 struct rtc_time *const tm = &alarm->time; rv3029c2_rtc_i2c_set_alarm() local
329 rv3029c2_i2c_set_time(struct i2c_client *client, struct rtc_time const *tm) rv3029c2_i2c_set_time() argument
370 static int rv3029c2_rtc_set_time(struct device *dev, struct rtc_time *tm) rv3029c2_rtc_set_time() argument
H A Drtc-rv8803.c110 static int rv8803_get_time(struct device *dev, struct rtc_time *tm) rv8803_get_time() argument
153 static int rv8803_set_time(struct device *dev, struct rtc_time *tm) rv8803_set_time() argument
H A Drtc-sirfsoc.c169 sirfsoc_rtc_read_time(struct device *dev, struct rtc_time *tm) sirfsoc_rtc_read_time() argument
190 sirfsoc_rtc_set_time(struct device *dev, struct rtc_time *tm) sirfsoc_rtc_set_time() argument
H A Drtc-stk17ta8.c77 static int stk17ta8_rtc_set_time(struct device *dev, struct rtc_time *tm) stk17ta8_rtc_set_time() argument
100 static int stk17ta8_rtc_read_time(struct device *dev, struct rtc_time *tm) stk17ta8_rtc_read_time() argument
H A Drtc-twl.c248 static int twl_rtc_read_time(struct device *dev, struct rtc_time *tm) twl_rtc_read_time() argument
314 static int twl_rtc_set_time(struct device *dev, struct rtc_time *tm) twl_rtc_set_time() argument
H A Drtc-vt8500.c109 static int vt8500_rtc_read_time(struct device *dev, struct rtc_time *tm) vt8500_rtc_read_time() argument
129 static int vt8500_rtc_set_time(struct device *dev, struct rtc_time *tm) vt8500_rtc_set_time() argument
H A Drtc-wm831x.c122 static int wm831x_rtc_readtime(struct device *dev, struct rtc_time *tm) wm831x_rtc_readtime() argument
H A Drtc-davinci.c243 static int convertfromdays(u16 days, struct rtc_time *tm) convertfromdays() argument
269 static int convert2days(u16 *days, struct rtc_time *tm) convert2days() argument
286 static int davinci_rtc_read_time(struct device *dev, struct rtc_time *tm) davinci_rtc_read_time() argument
322 static int davinci_rtc_set_time(struct device *dev, struct rtc_time *tm) davinci_rtc_set_time() argument
429 struct rtc_time tm; davinci_rtc_set_alarm() local
H A Drtc-hym8563.c99 static int hym8563_rtc_read_time(struct device *dev, struct rtc_time *tm) hym8563_rtc_read_time() argument
124 static int hym8563_rtc_set_time(struct device *dev, struct rtc_time *tm) hym8563_rtc_set_time() argument
H A Drtc-imxdi.c551 static int dryice_rtc_read_time(struct device *dev, struct rtc_time *tm) dryice_rtc_read_time() argument
H A Drtc-isl1208.c278 isl1208_i2c_read_time(struct i2c_client *client, struct rtc_time *tm) isl1208_i2c_read_time() argument
323 struct rtc_time *const tm = &alarm->time; isl1208_i2c_read_alarm() local
413 isl1208_rtc_read_time(struct device *dev, struct rtc_time *tm) isl1208_rtc_read_time() argument
419 isl1208_i2c_set_time(struct i2c_client *client, struct rtc_time const *tm) isl1208_i2c_set_time() argument
476 isl1208_rtc_set_time(struct device *dev, struct rtc_time *tm) isl1208_rtc_set_time() argument
H A Drtc-m41t80.c130 static int m41t80_set_datetime(struct i2c_client *client, struct rtc_time *tm) m41t80_set_datetime() argument
207 static int m41t80_rtc_read_time(struct device *dev, struct rtc_time *tm) m41t80_rtc_read_time() argument
212 static int m41t80_rtc_set_time(struct device *dev, struct rtc_time *tm) m41t80_rtc_set_time() argument
638 struct rtc_time tm; m41t80_probe() local
93 m41t80_get_datetime(struct i2c_client *client, struct rtc_time *tm) m41t80_get_datetime() argument
H A Drtc-mxc.c284 static int mxc_rtc_read_time(struct device *dev, struct rtc_time *tm) mxc_rtc_read_time() argument
310 struct rtc_time tm; mxc_rtc_set_mmss() local
H A Drtc-pcf8563.c204 static int pcf8563_get_datetime(struct i2c_client *client, struct rtc_time *tm) pcf8563_get_datetime() argument
252 static int pcf8563_set_datetime(struct i2c_client *client, struct rtc_time *tm) pcf8563_set_datetime() argument
288 struct rtc_time tm; pcf8563_rtc_ioctl() local
308 pcf8563_set_datetime(to_i2c_client(dev), &tm); pcf8563_rtc_ioctl() local
322 static int pcf8563_rtc_read_time(struct device *dev, struct rtc_time *tm) pcf8563_rtc_read_time() argument
327 static int pcf8563_rtc_set_time(struct device *dev, struct rtc_time *tm) pcf8563_rtc_set_time() argument
332 static int pcf8563_rtc_read_alarm(struct device *dev, struct rtc_wkalrm *tm) pcf8563_rtc_read_alarm() argument
367 static int pcf8563_rtc_set_alarm(struct device *dev, struct rtc_wkalrm *tm) pcf8563_rtc_set_alarm() argument
H A Drtc-pxa.c99 static u32 ryxr_calc(struct rtc_time *tm) ryxr_calc() argument
106 static u32 rdxr_calc(struct rtc_time *tm) rdxr_calc() argument
115 static void tm_calc(u32 rycr, u32 rdcr, struct rtc_time *tm) tm_calc() argument
238 static int pxa_rtc_read_time(struct device *dev, struct rtc_time *tm) pxa_rtc_read_time() argument
250 static int pxa_rtc_set_time(struct device *dev, struct rtc_time *tm) pxa_rtc_set_time() argument
H A Drtc-rs5c372.c183 static int rs5c372_get_datetime(struct i2c_client *client, struct rtc_time *tm) rs5c372_get_datetime() argument
214 static int rs5c372_set_datetime(struct i2c_client *client, struct rtc_time *tm) rs5c372_set_datetime() argument
281 static int rs5c372_rtc_read_time(struct device *dev, struct rtc_time *tm) rs5c372_rtc_read_time() argument
286 static int rs5c372_rtc_set_time(struct device *dev, struct rtc_time *tm) rs5c372_rtc_set_time() argument
563 struct rtc_time tm; rs5c372_probe() local
H A Drtc-s3c.c208 static int s3c_rtc_settime(struct device *dev, struct rtc_time *tm) s3c_rtc_settime() argument
303 struct rtc_time *tm = &alrm->time; s3c_rtc_setalarm() local
H A Drtc-sh.c353 static int sh_rtc_read_time(struct device *dev, struct rtc_time *tm) sh_rtc_read_time() argument
413 static int sh_rtc_set_time(struct device *dev, struct rtc_time *tm) sh_rtc_set_time() argument
473 struct rtc_time *tm = &wkalrm->time; sh_rtc_read_alarm() local
504 static int sh_rtc_check_alarm(struct rtc_time *tm) sh_rtc_check_alarm() argument
544 struct rtc_time *tm = &wkalrm->time; sh_rtc_set_alarm() local
H A Drtc-spear.c173 static int tm2bcd(struct rtc_time *tm) tm2bcd() argument
187 static void bcd2tm(struct rtc_time *tm) bcd2tm() argument
206 static int spear_rtc_read_time(struct device *dev, struct rtc_time *tm) spear_rtc_read_time() argument
235 static int spear_rtc_set_time(struct device *dev, struct rtc_time *tm) spear_rtc_set_time() argument
H A Drtc-x1205.c93 static int x1205_get_datetime(struct i2c_client *client, struct rtc_time *tm, x1205_get_datetime() argument
177 static int x1205_set_datetime(struct i2c_client *client, struct rtc_time *tm, x1205_set_datetime() argument
287 struct rtc_time tm; x1205_fix_osc() local
539 static int x1205_rtc_read_time(struct device *dev, struct rtc_time *tm) x1205_rtc_read_time() argument
545 static int x1205_rtc_set_time(struct device *dev, struct rtc_time *tm) x1205_rtc_set_time() argument
H A Drtc-ab-b5ze-s3.c216 static int _abb5zes3_rtc_read_time(struct device *dev, struct rtc_time *tm) _abb5zes3_rtc_read_time() argument
264 static int abb5zes3_rtc_set_time(struct device *dev, struct rtc_time *tm) abb5zes3_rtc_set_time() argument
H A Drtc-omap.c261 static int tm2bcd(struct rtc_time *tm) tm2bcd() argument
281 static void bcd2tm(struct rtc_time *tm) bcd2tm() argument
292 static void omap_rtc_read_time_raw(struct omap_rtc *rtc, struct rtc_time *tm) omap_rtc_read_time_raw() argument
302 static int omap_rtc_read_time(struct device *dev, struct rtc_time *tm) omap_rtc_read_time() argument
317 static int omap_rtc_set_time(struct device *dev, struct rtc_time *tm) omap_rtc_set_time() argument
425 struct rtc_time tm; omap_rtc_power_off() local
/linux-4.4.14/drivers/md/persistent-data/
H A Ddm-array.h69 struct dm_transaction_manager *tm; member in struct:dm_array_info
H A Ddm-btree.h82 struct dm_transaction_manager *tm; member in struct:dm_btree_info
H A Ddm-bitset.c28 void dm_disk_bitset_init(struct dm_transaction_manager *tm, dm_disk_bitset_init() argument
H A Ddm-space-map-disk.c241 struct dm_space_map *dm_sm_disk_create(struct dm_transaction_manager *tm, dm_sm_disk_create() argument
275 struct dm_space_map *dm_sm_disk_open(struct dm_transaction_manager *tm, dm_sm_disk_open() argument
H A Ddm-btree-spine.c247 struct dm_transaction_manager *tm = context; le64_inc() local
256 struct dm_transaction_manager *tm = context; le64_dec() local
272 void init_le64_type(struct dm_transaction_manager *tm, init_le64_type() argument
H A Ddm-space-map-common.h58 struct dm_transaction_manager *tm; member in struct:ll_disk
H A Ddm-transaction-manager.c103 static int is_shadow(struct dm_transaction_manager *tm, dm_block_t b) is_shadow() argument
124 static void insert_shadow(struct dm_transaction_manager *tm, dm_block_t b) insert_shadow() argument
139 static void wipe_shadow_table(struct dm_transaction_manager *tm) wipe_shadow_table() argument
164 struct dm_transaction_manager *tm; dm_tm_create() local
186 struct dm_transaction_manager *tm; dm_tm_create_non_blocking_clone() local
198 void dm_tm_destroy(struct dm_transaction_manager *tm) dm_tm_destroy() argument
207 int dm_tm_pre_commit(struct dm_transaction_manager *tm) dm_tm_pre_commit() argument
222 int dm_tm_commit(struct dm_transaction_manager *tm, struct dm_block *root) dm_tm_commit() argument
234 int dm_tm_new_block(struct dm_transaction_manager *tm, dm_tm_new_block() argument
263 static int __shadow_block(struct dm_transaction_manager *tm, dm_block_t orig, __shadow_block() argument
303 int dm_tm_shadow_block(struct dm_transaction_manager *tm, dm_block_t orig, dm_tm_shadow_block() argument
328 int dm_tm_read_lock(struct dm_transaction_manager *tm, dm_block_t b, dm_tm_read_lock() argument
345 void dm_tm_unlock(struct dm_transaction_manager *tm, struct dm_block *b) dm_tm_unlock() argument
351 void dm_tm_inc(struct dm_transaction_manager *tm, dm_block_t b) dm_tm_inc() argument
362 void dm_tm_dec(struct dm_transaction_manager *tm, dm_block_t b) dm_tm_dec() argument
373 int dm_tm_ref(struct dm_transaction_manager *tm, dm_block_t b, dm_tm_ref() argument
382 struct dm_block_manager *dm_tm_get_bm(struct dm_transaction_manager *tm) dm_tm_get_bm() argument
387 void dm_tm_issue_prefetches(struct dm_transaction_manager *tm) dm_tm_issue_prefetches() argument
395 dm_tm_create_internal(struct dm_block_manager *bm, dm_block_t sb_location, struct dm_transaction_manager **tm, struct dm_space_map **sm, int create, void *sm_root, size_t sm_len) dm_tm_create_internal() argument
438 dm_tm_create_with_sm(struct dm_block_manager *bm, dm_block_t sb_location, struct dm_transaction_manager **tm, struct dm_space_map **sm) dm_tm_create_with_sm() argument
446 dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location, void *sm_root, size_t root_len, struct dm_transaction_manager **tm, struct dm_space_map **sm) dm_tm_open_with_sm() argument
H A Ddm-array.c617 dm_array_info_init(struct dm_array_info *info, struct dm_transaction_manager *tm, struct dm_btree_value_type *vt) dm_array_info_init() argument
H A Ddm-btree.c71 void inc_children(struct dm_transaction_manager *tm, struct btree_node *n, inc_children() argument
172 struct dm_transaction_manager *tm; member in struct:del_stack
H A Ddm-space-map-common.c191 static int sm_ll_init(struct ll_disk *ll, struct dm_transaction_manager *tm) sm_ll_init() argument
596 int sm_ll_new_metadata(struct ll_disk *ll, struct dm_transaction_manager *tm) sm_ll_new_metadata() argument
625 int sm_ll_open_metadata(struct ll_disk *ll, struct dm_transaction_manager *tm, sm_ll_open_metadata() argument
692 int sm_ll_new_disk(struct ll_disk *ll, struct dm_transaction_manager *tm) sm_ll_new_disk() argument
721 int sm_ll_open_disk(struct ll_disk *ll, struct dm_transaction_manager *tm, sm_ll_open_disk() argument
H A Ddm-space-map-metadata.c760 dm_sm_metadata_create(struct dm_space_map *sm, struct dm_transaction_manager *tm, dm_block_t nr_blocks, dm_block_t superblock) dm_sm_metadata_create() argument
808 dm_sm_metadata_open(struct dm_space_map *sm, struct dm_transaction_manager *tm, void *root_le, size_t len) dm_sm_metadata_open() argument
/linux-4.4.14/drivers/media/platform/vivid/
H A Dvivid-rds-gen.c58 struct tm tm; vivid_rds_generate() local
103 time_to_tm(get_seconds(), 0, &tm); vivid_rds_generate() local
H A Dvivid-vbi-gen.c190 struct tm tm; vivid_vbi_gen_set_time_of_day() local
193 time_to_tm(get_seconds(), 0, &tm); vivid_vbi_gen_set_time_of_day() local
/linux-4.4.14/arch/powerpc/kernel/
H A Drtas-rtc.c86 int rtas_set_rtc_time(struct rtc_time *tm) rtas_set_rtc_time() argument
H A Drtas-proc.c308 struct rtc_time tm; ppc_rtas_poweron_write() local
374 struct rtc_time tm; ppc_rtas_clock_write() local
H A Dtime.c720 struct rtc_time tm; update_persistent_clock() local
734 struct rtc_time tm; __read_persistent_clock() local
1008 void GregorianDay(struct rtc_time * tm) GregorianDay() argument
1037 void to_tm(int tim, struct rtc_time * tm) to_tm() argument
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dopal-rtc.c25 static void opal_to_tm(u32 y_m_d, u64 h_m_s_ms, struct rtc_time *tm) opal_to_tm() argument
40 struct rtc_time tm; opal_get_boot_time() local
/linux-4.4.14/arch/mn10300/kernel/
H A Drtc.c28 struct rtc_time tm; read_persistent_clock() local
/linux-4.4.14/drivers/net/fddi/skfp/
H A Dsmttimer.c42 struct smt_timer *tm ; smt_timer_stop() local
66 struct smt_timer *tm ; smt_timer_start() local
123 struct smt_timer *tm ; timer_done() local
/linux-4.4.14/arch/powerpc/platforms/ps3/
H A Dtime.c32 static void _dump_tm(const struct rtc_time *tm, const char* func, int line) _dump_tm() argument
47 struct rtc_time tm; _dump_time() local
/linux-4.4.14/arch/sh/kernel/
H A Dtime.c53 unsigned int get_rtc_time(struct rtc_time *tm) get_rtc_time() argument
66 int set_rtc_time(struct rtc_time *tm) set_rtc_time() argument
/linux-4.4.14/arch/x86/platform/intel-mid/
H A Dintel_mid_vrtc.c92 struct rtc_time tm; vrtc_set_mmss() local
/linux-4.4.14/net/sched/
H A Dem_text.c35 struct text_match *tm = EM_TEXT_PRIV(m); em_text_match() local
50 struct text_match *tm; em_text_change() local
110 struct text_match *tm = EM_TEXT_PRIV(m); em_text_dump() local
H A Dact_ipt.c227 struct tcf_t tm; tcf_ipt_dump() local
H A Dact_bpf.c140 struct tcf_t tm; tcf_bpf_dump() local
H A Dcls_bpf.c464 cls_bpf_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, struct sk_buff *skb, struct tcmsg *tm) cls_bpf_dump() argument
/linux-4.4.14/arch/powerpc/platforms/chrp/
H A Dtime.c88 struct rtc_time tm = *tmarg; chrp_set_rtc_time() local
129 void chrp_get_rtc_time(struct rtc_time *tm) chrp_get_rtc_time() argument
/linux-4.4.14/arch/powerpc/platforms/maple/
H A Dtime.c57 void maple_get_rtc_time(struct rtc_time *tm) maple_get_rtc_time() argument
83 int maple_set_rtc_time(struct rtc_time *tm) maple_set_rtc_time() argument
142 struct rtc_time tm; maple_get_boot_time() local
/linux-4.4.14/Documentation/connector/
H A Ducon.c120 time_t tm; main() local
/linux-4.4.14/drivers/s390/cio/
H A Dorb.h87 struct tm_orb tm; member in union:orb
/linux-4.4.14/arch/x86/kernel/
H A Drtc.c44 struct rtc_time tm; mach_set_rtc_mmss() local
/linux-4.4.14/drivers/char/
H A Dds1302.c265 struct rtc_time tm; get_rtc_status() local
H A Dgenrtc.c392 struct rtc_time tm; gen_rtc_proc_show() local
H A Drtc.c1216 struct rtc_time tm; rtc_proc_show() local
/linux-4.4.14/arch/alpha/kernel/
H A Drtc.c82 alpha_rtc_read_time(struct device *dev, struct rtc_time *tm) alpha_rtc_read_time() argument
105 alpha_rtc_set_time(struct device *dev, struct rtc_time *tm) alpha_rtc_set_time() argument
228 struct rtc_time *tm; member in union:remote_data
241 remote_read_time(struct device *dev, struct rtc_time *tm) remote_read_time() argument
260 remote_set_time(struct device *dev, struct rtc_time *tm) remote_set_time() argument
/linux-4.4.14/sound/core/seq/
H A Dseq_timer.h98 static inline void snd_seq_sanity_real_time(snd_seq_real_time_t *tm) snd_seq_sanity_real_time() argument
109 static inline void snd_seq_inc_real_time(snd_seq_real_time_t *tm, snd_seq_real_time_t *inc) snd_seq_inc_real_time() argument
116 static inline void snd_seq_inc_time_nsec(snd_seq_real_time_t *tm, unsigned long nsec) snd_seq_inc_time_nsec() argument
H A Dseq_timer.c447 struct timeval tm; snd_seq_timer_get_cur_time() local
/linux-4.4.14/include/linux/
H A Dtime.h160 struct tm { struct
H A Drtc.h38 static inline void rtc_time_to_tm(unsigned long time, struct rtc_time *tm) rtc_time_to_tm() argument
46 static inline int rtc_tm_to_time(struct rtc_time *tm, unsigned long *time) rtc_tm_to_time() argument
/linux-4.4.14/arch/powerpc/platforms/8xx/
H A Dm8xx_setup.c167 int mpc8xx_set_rtc_time(struct rtc_time *tm) mpc8xx_set_rtc_time() argument
187 void mpc8xx_get_rtc_time(struct rtc_time *tm) mpc8xx_get_rtc_time() argument
/linux-4.4.14/arch/mips/sibyte/swarm/
H A Drtc_xicor1241.c114 struct rtc_time tm; xicor_set_time() local
H A Drtc_m41t81.c146 struct rtc_time tm; m41t81_set_time() local
/linux-4.4.14/drivers/firmware/efi/
H A Druntime-wrappers.c98 static efi_status_t virt_efi_get_time(efi_time_t *tm, efi_time_cap_t *tc) virt_efi_get_time() argument
111 static efi_status_t virt_efi_set_time(efi_time_t *tm) virt_efi_set_time() argument
139 static efi_status_t virt_efi_set_wakeup_time(efi_bool_t enabled, efi_time_t *tm) virt_efi_set_wakeup_time() argument
124 virt_efi_get_wakeup_time(efi_bool_t *enabled, efi_bool_t *pending, efi_time_t *tm) virt_efi_get_wakeup_time() argument
/linux-4.4.14/drivers/firmware/
H A Draspberrypi.c175 struct tm tm; rpi_firmware_print_firmware_revision() local
/linux-4.4.14/drivers/xen/
H A Defi.c41 static efi_status_t xen_efi_get_time(efi_time_t *tm, efi_time_cap_t *tc) xen_efi_get_time() argument
63 static efi_status_t xen_efi_set_time(efi_time_t *tm) xen_efi_set_time() argument
99 static efi_status_t xen_efi_set_wakeup_time(efi_bool_t enabled, efi_time_t *tm) xen_efi_set_wakeup_time() argument
76 xen_efi_get_wakeup_time(efi_bool_t *enabled, efi_bool_t *pending, efi_time_t *tm) xen_efi_get_wakeup_time() argument
/linux-4.4.14/drivers/scsi/fnic/
H A Dfnic_trace.c731 struct tm tm; copy_and_format_trace_data() local
/linux-4.4.14/drivers/input/misc/
H A Dhp_sdc_rtc.c134 struct rtc_time tm, tm_last; hp_sdc_rtc_read_bbrtc() local
435 struct rtc_time tm; hp_sdc_rtc_proc_show() local
/linux-4.4.14/fs/fat/
H A Dmisc.c230 struct tm tm; fat_time_unix2fat() local
/linux-4.4.14/include/net/
H A Dact_api.h76 static inline void tcf_lastuse_update(struct tcf_t *tm) tcf_lastuse_update() argument
/linux-4.4.14/arch/powerpc/platforms/powermac/
H A Dtime.c87 static void to_rtc_time(unsigned long now, struct rtc_time *tm) to_rtc_time() argument
97 static unsigned long from_rtc_time(struct rtc_time *tm) from_rtc_time() argument
124 static int cuda_set_rtc_time(struct rtc_time *tm) cuda_set_rtc_time() argument
167 static int pmu_set_rtc_time(struct rtc_time *tm) pmu_set_rtc_time() argument
192 struct rtc_time tm; smu_get_time() local
221 void pmac_get_rtc_time(struct rtc_time *tm) pmac_get_rtc_time() argument
239 int pmac_set_rtc_time(struct rtc_time *tm) pmac_set_rtc_time() argument
/linux-4.4.14/arch/ia64/hp/sim/boot/
H A Dfw-emu.c111 fw_efi_get_time (efi_time_t *tm, efi_time_cap_t *tc) fw_efi_get_time() argument
/linux-4.4.14/drivers/w1/slaves/
H A Dw1_ds28e04.c172 unsigned int tm = 10; w1_f1C_write() local
H A Dw1_therm.c255 unsigned int tm = 750; w1_slave_show() local
/linux-4.4.14/drivers/w1/
H A Dw1_io.c56 static void w1_delay(unsigned long tm) w1_delay() argument
/linux-4.4.14/tools/perf/
H A Dbuiltin-buildid-cache.c42 struct tm tm; build_id_cache__kcore_dir() local
/linux-4.4.14/drivers/video/fbdev/core/
H A Dsvgalib.c443 int svga_check_timings(const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, int node) svga_check_timings() argument
510 void svga_set_timings(void __iomem *regbase, const struct svga_timing_regs *tm, svga_set_timings() argument
/linux-4.4.14/drivers/media/tuners/
H A Dtda18271-fe.c214 int tm; tda18271_read_thermometer() local
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dstv0288.c461 char tm; stv0288_set_frontend() local
/linux-4.4.14/drivers/scsi/esas2r/
H A Desas2r_ioctl.c411 struct atto_csmi_task_mgmt *tm = &ci->data.tsk_mgt; csmi_ioctl_callback() local
/linux-4.4.14/drivers/isdn/mISDN/
H A Dlayer2.h62 struct teimgr *tm; member in struct:layer2
H A Dtei.c230 struct teimgr *tm = fi->userdata; tei_debug() local
467 struct teimgr *tm = fi->userdata; tei_id_request() local
488 struct teimgr *tm = fi->userdata; tei_id_assign() local
517 struct teimgr *tm = fi->userdata; tei_id_test_dup() local
542 struct teimgr *tm = fi->userdata; tei_id_denied() local
558 struct teimgr *tm = fi->userdata; tei_id_chk_req() local
576 struct teimgr *tm = fi->userdata; tei_id_remove() local
594 struct teimgr *tm = fi->userdata; tei_id_verify() local
608 struct teimgr *tm = fi->userdata; tei_id_req_tout() local
627 struct teimgr *tm = fi->userdata; tei_id_ver_tout() local
671 struct teimgr *tm = fi->userdata; tei_assign_req() local
691 struct teimgr *tm = fi->userdata; tei_id_chk_req_net() local
706 struct teimgr *tm = fi->userdata; tei_id_chk_resp() local
720 struct teimgr *tm = fi->userdata; tei_id_verify_net() local
735 struct teimgr *tm = fi->userdata; tei_id_ver_tout_net() local
770 tei_ph_data_ind(struct teimgr *tm, u_int mt, u_char *dp, int len) tei_ph_data_ind() argument
945 struct teimgr *tm = l2->tm; l2_tei() local
980 struct teimgr *tm = l2->tm; TEIrelease() local
/linux-4.4.14/drivers/hwmon/
H A Dcoretemp.c270 const struct tjmax_model *tm = &tjmax_model_table[i]; adjust_tjmax() local
/linux-4.4.14/arch/x86/platform/efi/
H A Defi_64.c394 static efi_status_t efi_thunk_get_time(efi_time_t *tm, efi_time_cap_t *tc) efi_thunk_get_time() argument
411 static efi_status_t efi_thunk_set_time(efi_time_t *tm) efi_thunk_set_time() argument
449 efi_thunk_set_wakeup_time(efi_bool_t enabled, efi_time_t *tm) efi_thunk_set_wakeup_time() argument
428 efi_thunk_get_wakeup_time(efi_bool_t *enabled, efi_bool_t *pending, efi_time_t *tm) efi_thunk_get_wakeup_time() argument
/linux-4.4.14/kernel/time/
H A Dalarmtimer.c222 struct rtc_time tm; alarmtimer_suspend() local
/linux-4.4.14/fs/ntfs/
H A Dinode.c3073 MFT_RECORD *tm = map_mft_record(tni); __ntfs_write_inode() local
/linux-4.4.14/arch/parisc/math-emu/
H A Dfpudispatch.c1121 u_int rm1, rm2, tm, ra, ta; /* operands */ decode_06() local
1261 u_int rm1, rm2, tm, ra, ta; /* operands */ decode_26() local
/linux-4.4.14/arch/ia64/kernel/
H A Dsmpboot.c219 unsigned long tcenter, t0, t1, tm; get_delta() local
H A Defi.c241 efi_time_t tm; STUB_GET_TIME() local
/linux-4.4.14/arch/arm/vfp/
H A Dvfpdouble.c211 int tn, tm = 0; vfp_propagate_nan() local
271 int ret, tm; vfp_double_fsqrt() local
443 int tm; vfp_double_fcvts() local
511 int tm; vfp_double_ftoui() local
590 int tm; vfp_double_ftosi() local
688 int tn, tm; vfp_double_fadd_nonnumber() local
1011 int tm, tn; vfp_double_fdiv() local
H A Dvfpsingle.c219 int tn, tm = 0; vfp_propagate_nan() local
319 int ret, tm; vfp_single_fsqrt() local
486 int tm; vfp_single_fcvtd() local
552 int tm; vfp_single_ftoui() local
632 int tm; vfp_single_ftosi() local
734 int tn, tm; vfp_single_fadd_nonnumber() local
1057 int tm, tn; vfp_single_fdiv() local
/linux-4.4.14/drivers/mmc/host/
H A Dsdhci-pci-core.c691 int tm, ps; syskt_probe_slot() local
/linux-4.4.14/drivers/gpu/drm/armada/
H A Darmada_crtc.c539 uint32_t lm, rm, tm, bm, val, sclk; armada_drm_crtc_mode_set() local
/linux-4.4.14/arch/s390/include/asm/
H A Dscsw.h140 struct tm_scsw tm; member in union:scsw
/linux-4.4.14/net/ipv4/
H A Dtcp_metrics.c57 static inline struct net *tm_net(struct tcp_metrics_block *tm) tm_net() argument
62 static bool tcp_metric_locked(struct tcp_metrics_block *tm, tcp_metric_locked() argument
68 static u32 tcp_metric_get(struct tcp_metrics_block *tm, tcp_metric_get() argument
74 static void tcp_metric_set(struct tcp_metrics_block *tm, tcp_metric_set() argument
96 static void tcpm_suck_dst(struct tcp_metrics_block *tm, tcpm_suck_dst() argument
139 static void tcpm_check_stamp(struct tcp_metrics_block *tm, struct dst_entry *dst) tcpm_check_stamp() argument
156 struct tcp_metrics_block *tm; tcpm_new() local
207 static struct tcp_metrics_block *tcp_get_encode(struct tcp_metrics_block *tm, int depth) tcp_get_encode() argument
220 struct tcp_metrics_block *tm; __tcp_get_metrics() local
237 struct tcp_metrics_block *tm; __tcp_get_metrics_req() local
278 struct tcp_metrics_block *tm; __tcp_get_metrics_tw() local
322 struct tcp_metrics_block *tm; tcp_get_metrics() local
372 struct tcp_metrics_block *tm; tcp_update_metrics() local
492 struct tcp_metrics_block *tm; tcp_init_metrics() local
582 struct tcp_metrics_block *tm; tcp_peer_is_proven() local
612 struct tcp_metrics_block *tm; tcp_fetch_timewait_stamp() local
639 struct tcp_metrics_block *tm; tcp_remember_stamp() local
661 struct tcp_metrics_block *tm; tcp_tw_remember_stamp() local
690 struct tcp_metrics_block *tm; tcp_fastopen_cache_get() local
717 struct tcp_metrics_block *tm; tcp_fastopen_cache_set() local
912 struct tcp_metrics_block *tm; tcp_metrics_nl_dump() local
980 struct tcp_metrics_block *tm; tcp_metrics_nl_cmd_get() local
1038 struct tcp_metrics_block *tm; tcp_metrics_flush_all() local
1060 struct tcp_metrics_block *tm; tcp_metrics_nl_cmd_del() local
774 tcp_metrics_fill_info(struct sk_buff *msg, struct tcp_metrics_block *tm) tcp_metrics_fill_info() argument
880 tcp_metrics_dump_info(struct sk_buff *skb, struct netlink_callback *cb, struct tcp_metrics_block *tm) tcp_metrics_dump_info() argument
/linux-4.4.14/drivers/watchdog/
H A Dit87_wdt.c236 int tm = timeout; wdt_update_timeout() local

Completed in 4662 milliseconds

12