ds1685_priv
struct ds1685_priv *rtc = dev_get_drvdata(dev->parent);
struct ds1685_priv *rtc = dev_get_drvdata(dev->parent);
struct ds1685_priv *rtc;
ds1685_rtc_bcd2bin(struct ds1685_priv *rtc, u8 val, u8 bcd_mask, u8 bin_mask)
ds1685_rtc_bin2bcd(struct ds1685_priv *rtc, u8 val, u8 bin_mask, u8 bcd_mask)
struct ds1685_priv *rtc = platform_get_drvdata(pdev);
struct ds1685_priv *rtc;
ds1685_rtc_check_mday(struct ds1685_priv *rtc, u8 mday)
ds1685_rtc_switch_to_bank0(struct ds1685_priv *rtc)
ds1685_rtc_switch_to_bank1(struct ds1685_priv *rtc)
ds1685_rtc_begin_data_access(struct ds1685_priv *rtc)
ds1685_rtc_end_data_access(struct ds1685_priv *rtc)
ds1685_rtc_get_ssn(struct ds1685_priv *rtc, u8 *ssn)
struct ds1685_priv *rtc = dev_get_drvdata(dev);
struct ds1685_priv *rtc = dev_get_drvdata(dev);
struct ds1685_priv *rtc = dev_get_drvdata(dev);
struct ds1685_priv *rtc = dev_get_drvdata(dev);
ds1685_read(struct ds1685_priv *rtc, int reg)
struct ds1685_priv *rtc = dev_get_drvdata(dev);
ds1685_rtc_extended_irq(struct ds1685_priv *rtc, struct platform_device *pdev)
ds1685_write(struct ds1685_priv *rtc, int reg, u8 value)
struct ds1685_priv *rtc = platform_get_drvdata(pdev);
struct ds1685_priv *rtc = dev_get_drvdata(dev);
ds1685_indirect_read(struct ds1685_priv *rtc, int reg)
struct ds1685_priv *rtc = priv;
ds1685_indirect_write(struct ds1685_priv *rtc, int reg, u8 value)
struct ds1685_priv *rtc = priv;
struct ds1685_priv *rtc = dev_get_drvdata(dev->parent);
u8 (*read)(struct ds1685_priv *, int);
void (*write)(struct ds1685_priv *, int, u8);