Searched refs:pcf8563_read_block_data (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/rtc/ |
D | rtc-pcf8563.c | 92 static int pcf8563_read_block_data(struct i2c_client *client, unsigned char reg, in pcf8563_read_block_data() function 143 err = pcf8563_read_block_data(client, PCF8563_REG_ST2, 1, &buf); in pcf8563_set_alarm_mode() 169 err = pcf8563_read_block_data(client, PCF8563_REG_ST2, 1, &buf); in pcf8563_get_alarm_mode() 210 err = pcf8563_read_block_data(client, PCF8563_REG_ST1, 9, buf); in pcf8563_get_datetime() 338 err = pcf8563_read_block_data(client, PCF8563_REG_AMN, 4, buf); in pcf8563_rtc_read_alarm() 424 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_recalc_rate() 451 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_set_rate() 475 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_control() 504 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_is_prepared()
|