Lines Matching refs:rv3032_data

106 struct rv3032_data {  struct
118 static int rv3032_exit_eerd(struct rv3032_data *rv3032, u32 eerd) in rv3032_exit_eerd() argument
126 static int rv3032_enter_eerd(struct rv3032_data *rv3032, u32 *eerd) in rv3032_enter_eerd()
156 static int rv3032_update_cfg(struct rv3032_data *rv3032, unsigned int reg, in rv3032_update_cfg()
188 struct rv3032_data *rv3032 = dev_id; in rv3032_handle_irq()
226 struct rv3032_data *rv3032 = dev_get_drvdata(dev); in rv3032_get_time()
254 struct rv3032_data *rv3032 = dev_get_drvdata(dev); in rv3032_set_time()
279 struct rv3032_data *rv3032 = dev_get_drvdata(dev); in rv3032_get_alarm()
309 struct rv3032_data *rv3032 = dev_get_drvdata(dev); in rv3032_set_alarm()
348 struct rv3032_data *rv3032 = dev_get_drvdata(dev); in rv3032_alarm_irq_enable()
373 struct rv3032_data *rv3032 = dev_get_drvdata(dev); in rv3032_read_offset()
389 struct rv3032_data *rv3032 = dev_get_drvdata(dev); in rv3032_set_offset()
400 struct rv3032_data *rv3032 = dev_get_drvdata(dev); in rv3032_param_get()
435 struct rv3032_data *rv3032 = dev_get_drvdata(dev); in rv3032_param_set()
469 struct rv3032_data *rv3032 = dev_get_drvdata(dev); in rv3032_ioctl()
499 struct rv3032_data *rv3032 = priv; in rv3032_eeprom_write()
540 struct rv3032_data *rv3032 = priv; in rv3032_eeprom_read()
578 static int rv3032_trickle_charger_setup(struct device *dev, struct rv3032_data *rv3032) in rv3032_trickle_charger_setup()
614 #define clkout_hw_to_rv3032(hw) container_of(hw, struct rv3032_data, clkout_hw)
629 struct rv3032_data *rv3032 = clkout_hw_to_rv3032(hw); in rv3032_clkout_recalc_rate()
668 struct rv3032_data *rv3032 = clkout_hw_to_rv3032(hw); in rv3032_clkout_set_rate()
713 struct rv3032_data *rv3032 = clkout_hw_to_rv3032(hw); in rv3032_clkout_prepare()
720 struct rv3032_data *rv3032 = clkout_hw_to_rv3032(hw); in rv3032_clkout_unprepare()
728 struct rv3032_data *rv3032 = clkout_hw_to_rv3032(hw); in rv3032_clkout_is_prepared()
746 static int rv3032_clkout_register_clk(struct rv3032_data *rv3032, in rv3032_clkout_register_clk()
785 struct rv3032_data *rv3032 = dev_get_drvdata(dev); in rv3032_hwmon_read_temp()
863 struct rv3032_data *rv3032 = dev_get_drvdata(dev); in rv3032_hwmon_register()
892 struct rv3032_data *rv3032; in rv3032_probe()
913 rv3032 = devm_kzalloc(&client->dev, sizeof(struct rv3032_data), in rv3032_probe()