Searched refs:pcf8563_write_block_data (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/rtc/
H A Drtc-pcf8563.c111 static int pcf8563_write_block_data(struct i2c_client *client, function
148 err = pcf8563_write_block_data(client, PCF8563_REG_ST2, 1, &buf);
273 return pcf8563_write_block_data(client, PCF8563_REG_SC,
338 err = pcf8563_write_block_data(client, PCF8563_REG_AMN, 4, buf);
408 ret = pcf8563_write_block_data(client,
432 ret = pcf8563_write_block_data(client, PCF8563_REG_CLKO, 1, &buf);
479 ret = pcf8563_write_block_data(client, PCF8563_REG_CLKO, 1, &buf);
534 err = pcf8563_write_block_data(client, PCF8563_REG_TMRC, 1, &buf);
542 err = pcf8563_write_block_data(client, PCF8563_REG_ST2, 1, &buf);

Completed in 187 milliseconds