Lines Matching defs:ds1307
169 struct ds1307 { struct
170 enum ds_type type;
171 unsigned long flags;
195 u8 (*do_trickle_setup)(struct ds1307 *, u32, argument
212 struct ds1307 *ds1307 = dev_get_drvdata(dev); in ds1307_get_time() local
323 struct ds1307 *ds1307 = dev_get_drvdata(dev); in ds1307_set_time() local
417 struct ds1307 *ds1307 = dev_get_drvdata(dev); in ds1337_read_alarm() local
459 struct ds1307 *ds1307 = dev_get_drvdata(dev); in ds1337_set_alarm() local
520 struct ds1307 *ds1307 = dev_get_drvdata(dev); in ds1307_alarm_irq_enable() local
530 static u8 do_trickle_setup_ds1339(struct ds1307 *ds1307, u32 ohms, bool diode) in do_trickle_setup_ds1339()
555 static u8 do_trickle_setup_rx8130(struct ds1307 *ds1307, u32 ohms, bool diode) in do_trickle_setup_rx8130()
567 struct ds1307 *ds1307 = dev_id; in rx8130_irq() local
599 struct ds1307 *ds1307 = dev_get_drvdata(dev); in rx8130_read_alarm() local
641 struct ds1307 *ds1307 = dev_get_drvdata(dev); in rx8130_set_alarm() local
689 struct ds1307 *ds1307 = dev_get_drvdata(dev); in rx8130_alarm_irq_enable() local
709 struct ds1307 *ds1307 = dev_id; in mcp794xx_irq() local
742 struct ds1307 *ds1307 = dev_get_drvdata(dev); in mcp794xx_read_alarm() local
800 struct ds1307 *ds1307 = dev_get_drvdata(dev); in mcp794xx_set_alarm() local
851 struct ds1307 *ds1307 = dev_get_drvdata(dev); in mcp794xx_alarm_irq_enable() local
863 struct ds1307 *ds1307 = dev_get_drvdata(dev); in m41txx_rtc_read_offset() local
882 struct ds1307 *ds1307 = dev_get_drvdata(dev); in m41txx_rtc_set_offset() local
905 struct ds1307 *ds1307 = watchdog_get_drvdata(wdt_dev); in ds1388_wdt_start() local
938 struct ds1307 *ds1307 = watchdog_get_drvdata(wdt_dev); in ds1388_wdt_stop() local
946 struct ds1307 *ds1307 = watchdog_get_drvdata(wdt_dev); in ds1388_wdt_ping() local
956 struct ds1307 *ds1307 = watchdog_get_drvdata(wdt_dev); in ds1388_wdt_set_timeout() local
1212 struct ds1307 *ds1307 = dev_id; in ds1307_irq() local
1253 struct ds1307 *ds1307 = dev_get_drvdata(dev->parent); in frequency_test_store() local
1273 struct ds1307 *ds1307 = dev_get_drvdata(dev->parent); in frequency_test_show() local
1293 static int ds1307_add_frequency_test(struct ds1307 *ds1307) in ds1307_add_frequency_test()
1317 struct ds1307 *ds1307 = priv; in ds1307_nvram_read() local
1327 struct ds1307 *ds1307 = priv; in ds1307_nvram_write() local
1336 static u8 ds1307_trickle_init(struct ds1307 *ds1307, in ds1307_trickle_init()
1390 struct ds1307 *ds1307 = dev_get_drvdata(dev); in ds3231_hwmon_read_temp() local
1431 static void ds1307_hwmon_register(struct ds1307 *ds1307) in ds1307_hwmon_register()
1449 static void ds1307_hwmon_register(struct ds1307 *ds1307) in ds1307_hwmon_register()
1480 static int ds1337_write_control(struct ds1307 *ds1307, u8 mask, u8 value) in ds1337_write_control()
1496 struct ds1307 *ds1307 = clk_sqw_to_ds1307(hw); in ds3231_clk_sqw_recalc_rate() local
1527 struct ds1307 *ds1307 = clk_sqw_to_ds1307(hw); in ds3231_clk_sqw_set_rate() local
1551 struct ds1307 *ds1307 = clk_sqw_to_ds1307(hw); in ds3231_clk_sqw_prepare() local
1558 struct ds1307 *ds1307 = clk_sqw_to_ds1307(hw); in ds3231_clk_sqw_unprepare() local
1565 struct ds1307 *ds1307 = clk_sqw_to_ds1307(hw); in ds3231_clk_sqw_is_prepared() local
1590 static int ds3231_clk_32khz_control(struct ds1307 *ds1307, bool enable) in ds3231_clk_32khz_control()
1606 struct ds1307 *ds1307 = clk_32khz_to_ds1307(hw); in ds3231_clk_32khz_prepare() local
1613 struct ds1307 *ds1307 = clk_32khz_to_ds1307(hw); in ds3231_clk_32khz_unprepare() local
1620 struct ds1307 *ds1307 = clk_32khz_to_ds1307(hw); in ds3231_clk_32khz_is_prepared() local
1648 static int ds3231_clks_register(struct ds1307 *ds1307) in ds3231_clks_register()
1693 static void ds1307_clks_register(struct ds1307 *ds1307) in ds1307_clks_register()
1709 static void ds1307_clks_register(struct ds1307 *ds1307) in ds1307_clks_register()
1730 static void ds1307_wdt_register(struct ds1307 *ds1307) in ds1307_wdt_register()
1758 static void ds1307_wdt_register(struct ds1307 *ds1307) in ds1307_wdt_register()
1771 struct ds1307 *ds1307; in ds1307_probe() local