Home
last modified time | relevance | path

Searched refs:pcf8563_read_block_data (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/rtc/
H A Drtc-pcf8563.c86 static int pcf8563_read_block_data(struct i2c_client *client, unsigned char reg, in pcf8563_read_block_data() function
137 err = pcf8563_read_block_data(client, PCF8563_REG_ST2, 1, &buf); in pcf8563_set_alarm_mode()
163 err = pcf8563_read_block_data(client, PCF8563_REG_ST2, 1, &buf); in pcf8563_get_alarm_mode()
205 err = pcf8563_read_block_data(client, PCF8563_REG_ST1, 9, buf); in pcf8563_rtc_read_time()
301 err = pcf8563_read_block_data(client, PCF8563_REG_AMN, 4, buf); in pcf8563_rtc_read_alarm()
371 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_recalc_rate()
398 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_set_rate()
422 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_control()
451 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_is_prepared()