Lines Matching refs:i2c_smbus_read_byte_data
167 flags_afe = i2c_smbus_read_byte_data(client, M41T80_REG_ALARM_MON); in m41t80_handle_irq()
173 flags = i2c_smbus_read_byte_data(client, M41T80_REG_FLAGS); in m41t80_handle_irq()
203 flags = i2c_smbus_read_byte_data(client, M41T80_REG_FLAGS); in m41t80_rtc_read_time()
240 flags = i2c_smbus_read_byte_data(client, M41T80_REG_FLAGS); in m41t80_rtc_set_time()
261 val = i2c_smbus_read_byte_data(client, M41T80_REG_WDAY); in m41t80_rtc_set_time()
295 flags = i2c_smbus_read_byte_data(client, M41T80_REG_FLAGS); in m41t80_rtc_set_time()
314 reg = i2c_smbus_read_byte_data(client, M41T80_REG_FLAGS); in m41t80_rtc_proc()
328 flags = i2c_smbus_read_byte_data(client, M41T80_REG_ALARM_MON); in m41t80_alarm_irq_enable()
358 ret = i2c_smbus_read_byte_data(client, M41T80_REG_ALARM_MON); in m41t80_set_alarm()
371 ret = i2c_smbus_read_byte_data(client, M41T80_REG_FLAGS); in m41t80_set_alarm()
411 flags = i2c_smbus_read_byte_data(client, M41T80_REG_FLAGS); in m41t80_read_alarm()
474 int ret = i2c_smbus_read_byte_data(client, reg_sqw); in m41t80_get_freq()
515 reg = i2c_smbus_read_byte_data(client, reg_sqw); in m41t80_sqw_set_rate()
531 int ret = i2c_smbus_read_byte_data(client, M41T80_REG_ALARM_MON); in m41t80_sqw_control()
592 ret = i2c_smbus_read_byte_data(client, M41T80_REG_ALARM_MON); in m41t80_sqw_register_clk()
969 rc = i2c_smbus_read_byte_data(client, M41T80_REG_ALARM_HOUR); in m41t80_probe()
987 rc = i2c_smbus_read_byte_data(client, M41T80_REG_SEC); in m41t80_probe()