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

/linux-4.1.27/drivers/rtc/
H A Drtc-pcf8563.c106 static int pcf8563_write_block_data(struct i2c_client *client, pcf8563_write_block_data() function
143 err = pcf8563_write_block_data(client, PCF8563_REG_ST2, 1, &buf); pcf8563_set_alarm_mode()
274 return pcf8563_write_block_data(client, PCF8563_REG_SC, pcf8563_set_datetime()
385 err = pcf8563_write_block_data(client, PCF8563_REG_AMN, 4, buf); pcf8563_rtc_set_alarm()
433 err = pcf8563_write_block_data(client, PCF8563_REG_TMRC, 1, &buf); pcf8563_probe()

Completed in 78 milliseconds