Searched refs:ds1307_read_block_data_once (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/rtc/ |
D | rtc-ds1307.c | 191 static s32 ds1307_read_block_data_once(const struct i2c_client *client, in ds1307_read_block_data_once() function 213 ret = ds1307_read_block_data_once(client, command, length, values); in ds1307_read_block_data() 223 ret = ds1307_read_block_data_once(client, command, length, in ds1307_read_block_data() 252 ret = ds1307_read_block_data_once(client, command, length, in ds1307_write_block_data()
|