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
319 struct ds1307 *ds1307 = dev_get_drvdata(dev); in ds1307_set_time() local
409 struct ds1307 *ds1307 = dev_get_drvdata(dev); in ds1337_read_alarm() local
451 struct ds1307 *ds1307 = dev_get_drvdata(dev); in ds1337_set_alarm() local
512 struct ds1307 *ds1307 = dev_get_drvdata(dev); in ds1307_alarm_irq_enable() local
522 static u8 do_trickle_setup_ds1339(struct ds1307 *ds1307, u32 ohms, bool diode) in do_trickle_setup_ds1339()
547 static u8 do_trickle_setup_rx8130(struct ds1307 *ds1307, u32 ohms, bool diode) in do_trickle_setup_rx8130()
559 struct ds1307 *ds1307 = dev_id; in rx8130_irq() local
591 struct ds1307 *ds1307 = dev_get_drvdata(dev); in rx8130_read_alarm() local
633 struct ds1307 *ds1307 = dev_get_drvdata(dev); in rx8130_set_alarm() local
681 struct ds1307 *ds1307 = dev_get_drvdata(dev); in rx8130_alarm_irq_enable() local
701 struct ds1307 *ds1307 = dev_id; in mcp794xx_irq() local
734 struct ds1307 *ds1307 = dev_get_drvdata(dev); in mcp794xx_read_alarm() local
792 struct ds1307 *ds1307 = dev_get_drvdata(dev); in mcp794xx_set_alarm() local
843 struct ds1307 *ds1307 = dev_get_drvdata(dev); in mcp794xx_alarm_irq_enable() local
855 struct ds1307 *ds1307 = dev_get_drvdata(dev); in m41txx_rtc_read_offset() local
874 struct ds1307 *ds1307 = dev_get_drvdata(dev); in m41txx_rtc_set_offset() local
897 struct ds1307 *ds1307 = watchdog_get_drvdata(wdt_dev); in ds1388_wdt_start() local
930 struct ds1307 *ds1307 = watchdog_get_drvdata(wdt_dev); in ds1388_wdt_stop() local
938 struct ds1307 *ds1307 = watchdog_get_drvdata(wdt_dev); in ds1388_wdt_ping() local
948 struct ds1307 *ds1307 = watchdog_get_drvdata(wdt_dev); in ds1388_wdt_set_timeout() local
1204 struct ds1307 *ds1307 = dev_id; in ds1307_irq() local
1245 struct ds1307 *ds1307 = dev_get_drvdata(dev->parent); in frequency_test_store() local
1265 struct ds1307 *ds1307 = dev_get_drvdata(dev->parent); in frequency_test_show() local
1285 static int ds1307_add_frequency_test(struct ds1307 *ds1307) in ds1307_add_frequency_test()
1309 struct ds1307 *ds1307 = priv; in ds1307_nvram_read() local
1319 struct ds1307 *ds1307 = priv; in ds1307_nvram_write() local
1328 static u8 ds1307_trickle_init(struct ds1307 *ds1307, in ds1307_trickle_init()
1382 struct ds1307 *ds1307 = dev_get_drvdata(dev); in ds3231_hwmon_read_temp() local
1423 static void ds1307_hwmon_register(struct ds1307 *ds1307) in ds1307_hwmon_register()
1441 static void ds1307_hwmon_register(struct ds1307 *ds1307) in ds1307_hwmon_register()
1472 static int ds1337_write_control(struct ds1307 *ds1307, u8 mask, u8 value) in ds1337_write_control()
1488 struct ds1307 *ds1307 = clk_sqw_to_ds1307(hw); in ds3231_clk_sqw_recalc_rate() local
1519 struct ds1307 *ds1307 = clk_sqw_to_ds1307(hw); in ds3231_clk_sqw_set_rate() local
1543 struct ds1307 *ds1307 = clk_sqw_to_ds1307(hw); in ds3231_clk_sqw_prepare() local
1550 struct ds1307 *ds1307 = clk_sqw_to_ds1307(hw); in ds3231_clk_sqw_unprepare() local
1557 struct ds1307 *ds1307 = clk_sqw_to_ds1307(hw); in ds3231_clk_sqw_is_prepared() local
1582 static int ds3231_clk_32khz_control(struct ds1307 *ds1307, bool enable) in ds3231_clk_32khz_control()
1598 struct ds1307 *ds1307 = clk_32khz_to_ds1307(hw); in ds3231_clk_32khz_prepare() local
1605 struct ds1307 *ds1307 = clk_32khz_to_ds1307(hw); in ds3231_clk_32khz_unprepare() local
1612 struct ds1307 *ds1307 = clk_32khz_to_ds1307(hw); in ds3231_clk_32khz_is_prepared() local
1640 static int ds3231_clks_register(struct ds1307 *ds1307) in ds3231_clks_register()
1685 static void ds1307_clks_register(struct ds1307 *ds1307) in ds1307_clks_register()
1701 static void ds1307_clks_register(struct ds1307 *ds1307) in ds1307_clks_register()
1722 static void ds1307_wdt_register(struct ds1307 *ds1307) in ds1307_wdt_register()
1750 static void ds1307_wdt_register(struct ds1307 *ds1307) in ds1307_wdt_register()
1763 struct ds1307 *ds1307; in ds1307_probe() local