Home
last modified time | relevance | path

Searched refs:hym8563 (Results 1 – 3 of 3) sorted by relevance

/drivers/rtc/
Drtc-hym8563.c86 struct hym8563 { struct
102 struct hym8563 *hym8563 = i2c_get_clientdata(client); in hym8563_rtc_read_time() argument
106 if (!hym8563->valid) { in hym8563_rtc_read_time()
127 struct hym8563 *hym8563 = i2c_get_clientdata(client); in hym8563_rtc_set_time() local
166 hym8563->valid = true; in hym8563_rtc_set_time()
293 #define clkout_hw_to_hym8563(_hw) container_of(_hw, struct hym8563, clkout_hw)
305 struct hym8563 *hym8563 = clkout_hw_to_hym8563(hw); in hym8563_clkout_recalc_rate() local
306 struct i2c_client *client = hym8563->client; in hym8563_clkout_recalc_rate()
331 struct hym8563 *hym8563 = clkout_hw_to_hym8563(hw); in hym8563_clkout_set_rate() local
332 struct i2c_client *client = hym8563->client; in hym8563_clkout_set_rate()
[all …]
DMakefile76 obj-$(CONFIG_RTC_DRV_HYM8563) += rtc-hym8563.o
DKconfig306 will be called rtc-hym8563.