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

/linux-4.1.27/drivers/rtc/
H A Drtc-pcf8563.c81 static int pcf8563_read_block_data(struct i2c_client *client, unsigned char reg, pcf8563_read_block_data() function
132 err = pcf8563_read_block_data(client, PCF8563_REG_ST2, 1, &buf); pcf8563_set_alarm_mode()
158 err = pcf8563_read_block_data(client, PCF8563_REG_ST2, 1, &buf); pcf8563_get_alarm_mode()
199 err = pcf8563_read_block_data(client, PCF8563_REG_ST1, 9, buf); pcf8563_get_datetime()
332 err = pcf8563_read_block_data(client, PCF8563_REG_AMN, 4, buf); pcf8563_rtc_read_alarm()

Completed in 76 milliseconds