Home
last modified time | relevance | path

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

/drivers/rtc/
Drtc-hym8563.c78 struct hym8563 { struct
283 #define clkout_hw_to_hym8563(_hw) container_of(_hw, struct hym8563, clkout_hw)
295 struct hym8563 *hym8563 = clkout_hw_to_hym8563(hw); in hym8563_clkout_recalc_rate() local
296 struct i2c_client *client = hym8563->client; in hym8563_clkout_recalc_rate()
321 struct hym8563 *hym8563 = clkout_hw_to_hym8563(hw); in hym8563_clkout_set_rate() local
322 struct i2c_client *client = hym8563->client; in hym8563_clkout_set_rate()
342 struct hym8563 *hym8563 = clkout_hw_to_hym8563(hw); in hym8563_clkout_control() local
343 struct i2c_client *client = hym8563->client; in hym8563_clkout_control()
369 struct hym8563 *hym8563 = clkout_hw_to_hym8563(hw); in hym8563_clkout_is_prepared() local
370 struct i2c_client *client = hym8563->client; in hym8563_clkout_is_prepared()
[all …]
DMakefile75 obj-$(CONFIG_RTC_DRV_HYM8563) += rtc-hym8563.o
DKconfig318 will be called rtc-hym8563.